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

v1.8 backports 2021-11-05 #17798

Merged
merged 1 commit into from
Nov 15, 2021
Merged

Conversation

pchaigno
Copy link
Member

@pchaigno pchaigno commented Nov 5, 2021

Once this PR is merged, you can update the PR labels via:

$ for pr in 17769; do contrib/backporting/set-labels.py $pr done 1.8; done

@pchaigno pchaigno requested a review from a team as a code owner November 5, 2021 17:00
@pchaigno pchaigno added backport/1.8 kind/backports This PR provides functionality previously merged into master. labels Nov 5, 2021
@joestringer

This comment has been minimized.

[ upstream commit c8d2fc7 ]

'waitNextPolicyRevisions()' currently returns 'true' when no k8s
network policies are applied, bypassing the Cilium agent policy
revision wait in this case. As our tests typically (never?) have no
NPs applied, we have not actually waited for CNP or CCNP changes to
take place in all Cilium PODs before proceeding with the tests. This
may have caused CI flakes.

Fix this by removing the code that checks for the presence of NPs.

Reported-by: Paul Chaignon <paul@cilium.io>
Signed-off-by: Jarno Rajahalme <jarno@isovalent.com>
Signed-off-by: Paul Chaignon <paul@cilium.io>
@pchaigno pchaigno force-pushed the pr/v1.8-backport-2021-11-05-2 branch from 4614e6e to 49d95bb Compare November 8, 2021 08:12
@pchaigno
Copy link
Member Author

pchaigno commented Nov 9, 2021

test-backport-1.8

@pchaigno pchaigno added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Nov 12, 2021
@ti-mo ti-mo merged commit d3867e8 into cilium:v1.8 Nov 15, 2021
@pchaigno pchaigno deleted the pr/v1.8-backport-2021-11-05-2 branch November 15, 2021 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/backports This PR provides functionality previously merged into master. ready-to-merge This PR has passed all tests and received consensus from code owners to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants