Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/test/ginkgo/testNames.txt
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
"[sig-arch] Managed cluster should ensure pods use downstream images from our release image with proper ImagePullPolicy [Suite:openshift/conformance/parallel]"
"[sig-arch] Managed cluster should have operators on the cluster version [apigroup:config.openshift.io] [Suite:openshift/conformance/parallel]"
"[sig-arch] Managed cluster should only include cluster daemonsets that have maxUnavailable or maxSurge update of 10 percent or maxUnavailable of 33 percent [apigroup:config.openshift.io] [Suite:openshift/conformance/parallel]"
"[sig-arch] Managed cluster should set requests but not limits [Suite:openshift/conformance/parallel]"
"[sig-arch] Managed cluster should set requests but not limits [Early] [Suite:openshift/conformance/parallel]"
"[sig-arch] [Conformance] FIPS TestFIPS [apigroup:config.openshift.io] [Suite:openshift/conformance/parallel/minimal]"
"[sig-arch] [Conformance] sysctl pod should not start for sysctl not on whitelist kernel.msgmax [Suite:openshift/conformance/parallel/minimal]"
"[sig-arch] [Conformance] sysctl pod should not start for sysctl not on whitelist net.ipv4.ip_dynaddr [Suite:openshift/conformance/parallel/minimal]"
Expand Down
2 changes: 1 addition & 1 deletion test/extended/operators/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var _ = g.Describe("[sig-arch] Managed cluster", func() {
//
// Release architects can justify an exception with text but must ensure CONVENTIONS.md is updated to document
// why the exception is granted.
g.It("should set requests but not limits", func() {
g.It("should set requests but not limits [Early]", func() {
pods, err := oc.KubeFramework().ClientSet.CoreV1().Pods("").List(context.Background(), metav1.ListOptions{})
if err != nil {
e2e.Failf("unable to list pods: %v", err)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.