-
Notifications
You must be signed in to change notification settings - Fork 51
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
hack/deploy-kubevirt: Align wait kv ready to 15m #1842
Conversation
kubevirt/kubevirt waits for 15m [0], there is no reason we should wait for less. [0] https://github.com/kubevirt/kubevirt/blob/e18e89be39b705249ca87afae6e0369ce25dbc25/hack/ci/entrypoint.sh#L90 Signed-off-by: Ram Lavi <[email protected]>
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can try this, not sure yet if it is the real reason, or the watch files (as it fails only on git actions, not on prow)
on the other hand there is no cache
worth to try to check how much OVN-K waits (EDIT it waits 15m so good to change indeed)
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RamLavi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
hmm i think worth to consider what we spoke on the other PR please |
attempt here #1843 |
seem to not work, let's close this change for now. |
What this PR does / why we need it:
kubevirt/kubevirt waits for 15m [0], there is no reason we should wait for less.
[0] https://github.com/kubevirt/kubevirt/blob/e18e89be39b705249ca87afae6e0369ce25dbc25/hack/ci/entrypoint.sh#L90
Special notes for your reviewer:
Release note: