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

test: Fix incorrect uninstall in K8sBandwidth #16053

Merged

Conversation

pchaigno
Copy link
Member

@pchaigno pchaigno commented May 7, 2021

The statement to uninstall Cilium in K8sBandwidth/AfterAll doesn't match the statements to install it, meaning we could try to disable Cilium even though we never installed it. This commit fixes it.

Fixes: #15132.

The statement to uninstall Cilium in K8sBandwidth/AfterAll doesn't match
the statements to install it, meaning we could try to disable Cilium
even though we never installed it. This commit fixes it.

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. ci/flake This is a known failure that occurs in the tree. Please investigate me! needs-backport/1.10 labels May 7, 2021
@pchaigno pchaigno requested a review from a team May 7, 2021 20:00
@pchaigno pchaigno requested a review from a team as a code owner May 7, 2021 20:00
@pchaigno pchaigno requested review from kkourt and nebril May 7, 2021 20:00
@maintainer-s-little-helper maintainer-s-little-helper bot added this to Needs backport from master in 1.10.0-rc2 May 7, 2021
@pchaigno
Copy link
Member Author

pchaigno commented May 7, 2021

The bandwidth manager is only tested on the net-next CI job:

test-1.16-netnext

@pchaigno
Copy link
Member Author

pchaigno commented May 10, 2021

Failed due to timeout (https://jenkins.cilium.io/job/Cilium-PR-K8s-1.16-net-next/461/testReport/junit/Suite-k8s-1/16/K8sUpdates_Tests_upgrade_and_downgrade_from_a_Cilium_stable_image_to_master/), but I'm not seeing an up trend in the CI dashboard 🤔

test-1.16-netnext

@pchaigno pchaigno added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label May 13, 2021
@aanm aanm added this to Needs backport from master in 1.10.0-rc3 May 17, 2021
@aanm aanm removed this from Needs backport from master in 1.10.0-rc2 May 17, 2021
@tklauser tklauser merged commit 15437e4 into cilium:master May 17, 2021
@pchaigno pchaigno deleted the fix-incorrect-uninstall-k8sbandwidth branch May 17, 2021 10:34
@aanm aanm moved this from Needs backport from master to Backport done to v1.10 in 1.10.0-rc3 May 19, 2021
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 ci/flake This is a known failure that occurs in the tree. Please investigate me! 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
No open projects
1.10.0-rc3
Backport done to v1.10
6 participants