Skip to content

Commit 3fd5f62

Browse files
Merge pull request #29288 from stbenjam/requests
NO-JIRA: Re-add exceptions for OVN pods
2 parents d4dc765 + 319c3da commit 3fd5f62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/extended/operators/resources.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ var _ = g.Describe("[sig-arch] Managed cluster", func() {
7373
"batch/v1/Job/openshift-monitoring/<batch_job>/container/osd-cluster-ready/request[memory]": "https://issues.redhat.com/browse/OSD-21708",
7474
"batch/v1/Job/openshift-monitoring/<batch_job>/container/osd-rebalance-infra-nodes/request[cpu]": "https://issues.redhat.com/browse/OSD-21708",
7575
"batch/v1/Job/openshift-monitoring/<batch_job>/container/osd-rebalance-infra-nodes/request[memory]": "https://issues.redhat.com/browse/OSD-21708",
76+
77+
// ovn pods
78+
"apps/v1/DaemonSet/openshift-multus/cni-sysctl-allowlist-ds/container/kube-multus-additional-cni-plugins/request[cpu]": "https://issues.redhat.com/browse/TRT-1871",
79+
"apps/v1/DaemonSet/openshift-multus/cni-sysctl-allowlist-ds/container/kube-multus-additional-cni-plugins/request[memory]": "https://issues.redhat.com/browse/TRT-1871",
7680
}
7781

7882
// pods with an exception granted, the value should be the justification and the approver (a release architect)

0 commit comments

Comments
 (0)