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

connectivity: Add --assume-cilium-version flag #982

Merged
merged 1 commit into from Jul 20, 2022

Conversation

twpayne
Copy link
Contributor

@twpayne twpayne commented Jul 19, 2022

The connectivity tests run depend on the Cilium version detected. In
some cases (e.g. when run against Isovalent Cilium Enterprise) the
Cilium version is not detected correctly and the connectivity tests fall
back to assuming the latest Cilium version. These tests may fail if the
actual Cilium version is too old.

This commit adds an --assume-cilium-version flag to cilium connectivity
test to allow the version to be set explicitly, rather than falling back
to the latest by default. This is useful for CI when running the
connectivity tests against older versions of Cilium.

Signed-off-by: Tom Payne tom@isovalent.com

The connectivity tests run depend on the Cilium version detected. In
some cases (e.g. when run against Isovalent Cilium Enterprise) the
Cilium version is not detected correctly and the connectivity tests fall
back to assuming the latest Cilium version. These tests may fail if the
actual Cilium version is too old.

This commit adds an --assume-cilium-version flag to cilium connectivity
test to allow the version to be set explicitly, rather than falling back
to the latest by default. This is useful for CI when running the
connectivity tests against older versions of Cilium.

Signed-off-by: Tom Payne <tom@isovalent.com>
@twpayne twpayne requested a review from a team as a code owner July 19, 2022 12:31
@twpayne twpayne temporarily deployed to ci July 19, 2022 12:31 Inactive
@michi-covalent michi-covalent merged commit 7f70bf7 into master Jul 20, 2022
@michi-covalent michi-covalent deleted the pr/twpayne/add-assume-cilium-version-flag branch July 20, 2022 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants