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

workflows: Skip FQDN tests in AWS-CNI workflow #16868

Merged
merged 1 commit into from Jul 13, 2021

Conversation

pchaigno
Copy link
Member

Commit d78968e (".github: AWS-CNI end-to-end test") skipped the FQDN test in cilium connectivity test for the AWS-CNI workflow because L7 policies aren't supported in chaining mode. That test was skipped using:

cilium connectivity test --test '!pod-to-world-toFQDNs'

However, in commit d9eff9a ("ci: Bump cilium-cli version") the cilium-cli version was updated from v0.6 to v0.8.1. In between those version the name of the FQDN test changed (to to-fqdns). This commit therefore updates the filter expression to filter all test with FQDN in their name:

cilium connectivity test --test '!fqdn'

I tested the above correctly skips the to-fqdns test locally with a GKE cluster.

Fixes: #16617.

Commit d78968e (".github: AWS-CNI end-to-end test") skipped the FQDN
test in cilium connectivity test for the AWS-CNI workflow because L7
policies aren't supported in chaining mode. That test was skipped using:

    cilium connectivity test --test '!pod-to-world-toFQDNs'

However, in commit d9eff9a ("ci: Bump cilium-cli version") the
cilium-cli version was updated from v0.6 to v0.8.1. In between those
version the name of the FQDN test changed (to "to-fqdns"). This commit
therefore updates the filter expression to filter all test with FQDN in
their name:

    cilium connectivity test --test '!fqdn'

I tested the above correctly skips the "to-fqdns" test locally with a
GKE cluster.

Fixes: d9eff9a ("ci: Bump cilium-cli version")
Signed-off-by: Paul Chaignon <paul@cilium.io>
@pchaigno pchaigno added kind/bug/CI This is a bug in the testing code. area/CI Continuous Integration testing issue or flake release-note/ci This PR makes changes to the CI. labels Jul 13, 2021
@pchaigno pchaigno requested review from a team as code owners July 13, 2021 13:08
@pchaigno pchaigno requested review from tklauser and aanm July 13, 2021 13:08
Copy link
Member

@tklauser tklauser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

Copy link
Member

@nbusseneau nbusseneau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@pchaigno pchaigno added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Jul 13, 2021
@aanm aanm merged commit 4d5f45c into cilium:master Jul 13, 2021
@pchaigno pchaigno deleted the test-aws-cni-skip-fqdn branch July 13, 2021 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI Continuous Integration testing issue or flake kind/bug/CI This is a bug in the testing code. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/ci This PR makes changes to the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants