Skip to content

Commit b6bfcab

Browse files
committed
priority class: Add an exception for OSSM
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.
1 parent 70066d9 commit b6bfcab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: test/extended/pods/priorityclasses.go

+6
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ var excludedPriorityClassPods = map[string][]string{
3030
"configure-alertmanager-operator",
3131
"osd-cluster-ready",
3232
},
33+
34+
// OLM does not provide an option to set priority class on pods created
35+
// by subscription.
36+
"openshift-operators": {
37+
"servicemesh-operator3-",
38+
},
3339
}
3440

3541
var _ = Describe("[sig-arch] Managed cluster should", func() {

0 commit comments

Comments
 (0)