-
Bug
-
Resolution: Done
-
Major
-
None
-
4.12
-
None
-
[OLM-225] PO - Qubernetes
-
1
-
False
-
-
NA
-
Done
A handful of related cluster operator tests (listed below) started failing around 9/14 on techpreview jobs.
It was when the operator was introduced to payloads for the first time (https://github.com/openshift/platform-operators/pull/58). These tests are checking that operators meet our conventions such as:
- operator should define at least one namespace in their lists of related objects|
- operator should ensure control plane pods do not run in best-effort QoS
- priority classes https://github.com/openshift/enhancements/blob/master/CONVENTIONS.md#priority-classes
- resource requests https://github.com/openshift/enhancements/blob/master/CONVENTIONS.md#resources-and-limits
Failing test cases:
[sig-arch] ClusterOperators [apigroup:config.openshift.io] should define at least one namespace in their lists of related objects [Suite:openshift/conformance/parallel]
[sig-arch] ClusterOperators [apigroup:config.openshift.io] should define at least one namespace in their lists of related objects [Suite:openshift/conformance/parallel]
[sig-arch] Managed cluster should set requests but not limits [Suite:openshift/conformance/parallel]
[sig-arch] Managed cluster should ensure control plane pods do not run in best-effort QoS [Suite:openshift/conformance/parallel]
[sig-arch] Managed cluster should ensure platform components have system-* priority class associated [Suite:openshift/conformance/parallel]
Example failure text:
fail [github.com/openshift/origin/test/extended/operators/clusteroperators.go:80]: ClusterOperator: platform-operators-aggregated
Failing jobs (for sippy to link this):
job=periodic-ci-openshift-multiarch-master-nightly-4.12-ocp-e2e-aws-ovn-arm64-techpreview=all
job=periodic-ci-openshift-release-master-ci-4.12-e2e-gcp-sdn-techpreview=all
job=periodic-ci-openshift-multiarch-master-nightly-4.12-ocp-e2e-aws-ovn-arm64-techpreview-serial=all
job=periodic-ci-openshift-release-master-nightly-4.12-e2e-vsphere-ovn-techpreview=all
job=periodic-ci-openshift-release-master-ci-4.12-e2e-aws-sdn-techpreview=all
job=periodic-ci-openshift-release-master-ci-4.12-e2e-azure-sdn-techpreview=all
job=periodic-ci-openshift-release-master-ci-4.12-e2e-azure-sdn-techpreview-serial=all