Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add nameserver 1.1.1.1 to conformance-runtime test LVM #29455

Merged
merged 2 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/conformance-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ jobs:
image-version: ${{ matrix.kernel }}
host-mount: ./
cpu: 4
dns-resolver: '1.1.1.1'
install-dependencies: 'true'
cmd: |
git config --global --add safe.directory /host
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/conformance-ginkgo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ jobs:
host-mount: ./
cpu: 4
mem: 12G
dns-resolver: '1.1.1.1'
cmd: |
git config --global --add safe.directory /host
mv /host/helm /usr/bin
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/conformance-ipsec-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ jobs:
image-version: ${{ matrix.kernel }}
host-mount: ./
cpu: 4
dns-resolver: '1.1.1.1'
install-dependencies: 'true'
cmd: |
git config --global --add safe.directory /host
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ jobs:
host-mount: ./
cpu: 4
mem: 12G
dns-resolver: '1.1.1.1'

# Load Ginkgo build from GitHub
- name: Load ${{ matrix.name }} Ginkgo build from GitHub
Expand Down Expand Up @@ -333,6 +332,7 @@ jobs:
export VMUSER=root
echo '127.0.0.1 localhost' >> /etc/hosts
echo '::1 localhost' >> /etc/hosts
sed -i '1s/^/nameserver 1.1.1.1\n/' /etc/resolv.conf
/tmp/provision/runtime_install.sh
service docker restart

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests-datapath-verifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
image-version: ${{ matrix.kernel }}
host-mount: ./
cpu: 4
dns-resolver: '1.1.1.1'
install-dependencies: 'true'
cmd: |
git config --global --add safe.directory /host
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests-e2e-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ jobs:
host-mount: ./
cpu: 4
mem: '12G'
dns-resolver: '1.1.1.1'
install-dependencies: 'true'
cmd: |
git config --global --add safe.directory /host
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests-ipsec-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ jobs:
host-mount: ./
cpu: 4
mem: '12G'
dns-resolver: '1.1.1.1'
install-dependencies: 'true'
cmd: |
git config --global --add safe.directory /host
Expand Down
Loading