kubewarden / kubewarden-end-to-end-tests

Files used to run Kubewarden end-to-end tests
https://kubewarden.io
Apache License 2.0
2 stars 6 forks source link

fix: do not use revision to wait for rollout. #103

Closed jvanz closed 3 months ago

jvanz commented 3 months ago

Description

Recently our tests start to fail because the deployment take some time to get the revision annotation to be updated. Update test to wait for the latest rollout in progress. Instead of wait for specific revision.

Fix https://github.com/kubewarden/kubewarden-controller/issues/745

kravciak commented 3 months ago

I am a bit puzzled here :) I wanted to remove it as well but we found a bug thanks to this code yesterday...

flavio commented 3 months ago

Do not merge, @fabriziosestito and I found the root cause of this issue: https://github.com/kubewarden/kubewarden-controller/pull/750