-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
OCPBUGS-54568, OCPBUGS-54884: priority class: Add an exception for OSSM #29676
base: main
Are you sure you want to change the base?
OCPBUGS-54568, OCPBUGS-54884: priority class: Add an exception for OSSM #29676
Conversation
Skipping CI for Draft Pull Request. |
@Miciah: This pull request references Jira Issue OCPBUGS-54568, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Miciah The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
8d5b4c4
to
b6bfcab
Compare
/test ? |
@Miciah: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/test e2e-aws-ovn-single-node-techpreview |
b6bfcab
to
5b8d81d
Compare
/test e2e-aws-ovn-single-node-techpreview |
Risk analysis has seen new tests most likely introduced by this PR. New tests seen in this PR at sha: 5b8d81d
|
5b8d81d
to
4309155
Compare
/test e2e-aws-ovn-single-node-techpreview |
Job Failure Risk Analysis for sha: 4309155
Risk analysis has seen new tests most likely introduced by this PR. New Test Risks for sha: 4309155
New tests seen in this PR at sha: 4309155
|
This commit is related to OCPBUGS-54568. https://issues.redhat.com/browse/OCPBUGS-54568 * test/extended/pods/priorityclasses.go (excludedPriorityClassPods): Add an override for the OSSM operator.
4309155
to
cbe224f
Compare
@Miciah: This pull request references Jira Issue OCPBUGS-54568, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. This pull request references Jira Issue OCPBUGS-54884, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
/test e2e-gcp-ovn-techpreview |
Add a workaround for OSSM 3.0.0, which includes a version of Istio that creates a configmap in every namespace. This configmap throws off the accounting used in verifying the behavior of ClusterResourceQuota. This commit adds an adjustment to this accounting when the Istio configmap is found. This commit is related to OCPBUGS-54884. https://issues.redhat.com/browse/OCPBUGS-54884 * test/extended/quota/clusterquota.go: Add workaround for Istio.
Remove the [Serial] annotation from the gatewayapicontroller E2E tests. The annotation was added to work around the clusterquota test failures, which are address using a different approach in the previous commit. * test/extended/router/gatewayapicontroller.go: Remove "[Serial]". * test/extended/util/annotate/generated/zz_generated.annotations.go: * zz_generated.manifests/test-reporting.yaml: Regenerate.
b0f97e9
to
0d4e832
Compare
@Miciah: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/test e2e-gcp-ovn-techpreview |
Add a priority-class override for the OSSM operator.