Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5b8d81d

Browse files
committedApr 11, 2025·
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 83a1e41 commit 5b8d81d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎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)
Please sign in to comment.