Open petr-muller opened 2 weeks ago
@petr-muller: This pull request references OTA-1269 which is a valid jira issue.
Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.18.0" version, but no target version was set.
Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: petr-muller
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@petr-muller: This pull request references OTA-1269 which is a valid jira issue.
Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.18.0" version, but no target version was set.
@petr-muller: This pull request references OTA-1269 which is a valid jira issue.
Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.18.0" version, but no target version was set.
/hold
Breaks HyperShift for now
/test e2e-agnostic-ovn-upgrade-out-of-change
@petr-muller: The following tests failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/e2e-hypershift-conformance | cbdaed59b3d63ebf08f234404d051fa847c4a230 | link | true | /test e2e-hypershift-conformance |
ci/prow/e2e-aws-ovn-techpreview | cbdaed59b3d63ebf08f234404d051fa847c4a230 | link | true | /test e2e-aws-ovn-techpreview |
ci/prow/okd-scos-e2e-aws-ovn | cbdaed59b3d63ebf08f234404d051fa847c4a230 | link | false | /test okd-scos-e2e-aws-ovn |
ci/prow/e2e-hypershift | cbdaed59b3d63ebf08f234404d051fa847c4a230 | link | true | /test e2e-hypershift |
Full PR test history. Your PR dashboard.
Squashed review commits:
USC: Do not tolerate taints
The original Deployment was copied from CVO which contained a bunch of strong tolerations. It does not seem USC needs to be this robust against node conditions and can be easily evicted if necessary.
https://github.com/openshift/enhancements/blob/master/CONVENTIONS.md#taints-and-tolerations
USC: Use
openshift-user-critical
priority classThe original USC deployment was copied from CVO which is obviously very important component and should be protected from OOM kills and preemption but USC does not seem to need it.
https://github.com/openshift/enhancements/blob/master/CONVENTIONS.md#priority-classes