diff --git a/ci-operator/config/openshift/cert-manager-operator/openshift-cert-manager-operator-master.yaml b/ci-operator/config/openshift/cert-manager-operator/openshift-cert-manager-operator-master.yaml index 00bf9ce03bbb3..25eb9e7b5152a 100644 --- a/ci-operator/config/openshift/cert-manager-operator/openshift-cert-manager-operator-master.yaml +++ b/ci-operator/config/openshift/cert-manager-operator/openshift-cert-manager-operator-master.yaml @@ -268,7 +268,7 @@ tests: - as: test cli: latest commands: | - E2E_GINKGO_LABEL_FILTER='(Platform: isSubsetOf {Generic} || TechPreview) && !TechPreview:Inverted' make test-e2e + E2E_GINKGO_LABEL_FILTER='(Platform: isSubsetOf {Generic} || TechPreview) && !TechPreview:Inverted && !Feature:TLSProfile' make test-e2e from: src resources: requests: @@ -554,6 +554,14 @@ tests: requests: cpu: 100m - ref: tls-13 + - as: test-tls-profile + cli: latest + commands: E2E_GINKGO_LABEL_FILTER='Feature:TLSProfile' make test-e2e + from: src + resources: + requests: + cpu: 100m + memory: 250Mi - ref: tls-scanner-run workflow: optional-operators-ci-operator-sdk-aws zz_generated_metadata: