diff mbox series

[ovs-dev] github: Remove workaround fixing up /etc/hosts.

Message ID 20211008115833.31072-1-dceara@redhat.com
State Accepted
Headers show
Series [ovs-dev] github: Remove workaround fixing up /etc/hosts. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/github-robot-_ovn-kubernetes fail github build: failed

Commit Message

Dumitru Ceara Oct. 8, 2021, 11:58 a.m. UTC
The issue that was worked around has been fixed in the meantime:
https://github.com/actions/virtual-environments/issues/3353

Signed-off-by: Dumitru Ceara <dceara@redhat.com>
---
 .github/workflows/test.yml | 6 ------
 1 file changed, 6 deletions(-)

Comments

Numan Siddique Oct. 8, 2021, 8:27 p.m. UTC | #1
On Fri, Oct 8, 2021 at 7:59 AM Dumitru Ceara <dceara@redhat.com> wrote:
>
> The issue that was worked around has been fixed in the meantime:
> https://github.com/actions/virtual-environments/issues/3353
>
> Signed-off-by: Dumitru Ceara <dceara@redhat.com>

Thanks.   Applied.

Numan

> ---
>  .github/workflows/test.yml | 6 ------
>  1 file changed, 6 deletions(-)
>
> diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
> index 071e54fa0..52e45c220 100644
> --- a/.github/workflows/test.yml
> +++ b/.github/workflows/test.yml
> @@ -90,12 +90,6 @@ jobs:
>        if:   matrix.m32 != ''
>        run:  sudo apt install -y ${{ env.m32_dependecies }}
>
> -    - name: fix up /etc/hosts
> -      # https://github.com/actions/virtual-environments/issues/3353
> -      run:  |
> -        cat /etc/hosts
> -        sudo sed -i "/don't remove this line/d" /etc/hosts || true
> -
>      - name: update PATH
>        run:  |
>          echo "$HOME/bin"        >> $GITHUB_PATH
> --
> 2.27.0
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox series

Patch

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 071e54fa0..52e45c220 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -90,12 +90,6 @@  jobs:
       if:   matrix.m32 != ''
       run:  sudo apt install -y ${{ env.m32_dependecies }}
 
-    - name: fix up /etc/hosts
-      # https://github.com/actions/virtual-environments/issues/3353
-      run:  |
-        cat /etc/hosts
-        sudo sed -i "/don't remove this line/d" /etc/hosts || true
-
     - name: update PATH
       run:  |
         echo "$HOME/bin"        >> $GITHUB_PATH