Skip to content

Commit

Permalink
fix(cni): temporarly enable ipv6 tests
Browse files Browse the repository at this point in the history
Signed-off-by: slonka <slonka@users.noreply.github.com>
  • Loading branch information
slonka committed Jul 19, 2022
1 parent 094cf78 commit 1fd05dc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,6 @@ jobs:
if [[ "<< parameters.k8sVersion >>" == "kind" && "<< parameters.target >>" != "test/e2e-universal" ]]; then
skip "kind should only be used when testing ipv6 or with test/e2e-universal"
fi
if [[ "<< pipeline.git.branch >>" != "master" && "<< pipeline.git.branch >>" != "release-"* ]]; then
if [[ "<< parameters.k8sVersion >>" == "kindIpv6" || "<< parameters.k8sVersion >>" == "v1.19.16-k3s1" || "<< parameters.arch >>" == "arm64" ]]; then
skip "Not running tests on PRs with kindIpv6, oldK8s and arm64"
fi
fi
echo "Continuing tests"
- install_build_tools:
go_arch: << parameters.arch >>
Expand Down

0 comments on commit 1fd05dc

Please sign in to comment.