Skip to content

Commit 4309155

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 8ddd44d commit 4309155

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

+7
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ 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. https://issues.redhat.com/browse/OCPBUGS-54879
36+
// tracks removing this exclusion.
37+
"openshift-operators": {
38+
"servicemesh-operator3-",
39+
},
3340
}
3441

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

0 commit comments

Comments
 (0)