diff --git a/ci-operator/config/openshift/origin/openshift-origin-main.yaml b/ci-operator/config/openshift/origin/openshift-origin-main.yaml index d81b1fea971dc..6944c4cd176c7 100644 --- a/ci-operator/config/openshift/origin/openshift-origin-main.yaml +++ b/ci-operator/config/openshift/origin/openshift-origin-main.yaml @@ -281,12 +281,13 @@ tests: - observers-resource-watch workflow: openshift-upgrade-aws - always_run: false - as: e2e-test-image-stream-import-mode + as: e2e-test-image-stream-import-mode-techpreview optional: true steps: cluster_profile: aws env: - TEST_SUITE: openshift/test-image-stream-import-mode + FEATURE_SET: TechPreviewNoUpgrade + TEST_SUITE: openshift/test-image-stream-import-mode-techpreview workflow: openshift-e2e-aws timeout: 8h0m0s - always_run: false diff --git a/ci-operator/jobs/openshift/origin/openshift-origin-main-presubmits.yaml b/ci-operator/jobs/openshift/origin/openshift-origin-main-presubmits.yaml index 4a1edcd66af6a..9f7e16c43d5c0 100644 --- a/ci-operator/jobs/openshift/origin/openshift-origin-main-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin/openshift-origin-main-presubmits.yaml @@ -5439,7 +5439,7 @@ presubmits: - ^main$ - ^main- cluster: build09 - context: ci/prow/e2e-test-image-stream-import-mode + context: ci/prow/e2e-test-image-stream-import-mode-techpreview decorate: true decoration_config: timeout: 8h0m0s @@ -5448,9 +5448,9 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: aws ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-origin-main-e2e-test-image-stream-import-mode + name: pull-ci-openshift-origin-main-e2e-test-image-stream-import-mode-techpreview optional: true - rerun_command: /test e2e-test-image-stream-import-mode + rerun_command: /test e2e-test-image-stream-import-mode-techpreview spec: containers: - args: @@ -5459,7 +5459,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-test-image-stream-import-mode + - --target=e2e-test-image-stream-import-mode-techpreview command: - ci-operator image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest @@ -5507,7 +5507,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e-test-image-stream-import-mode,?($|\s.*) + trigger: (?m)^/test( | .* )e2e-test-image-stream-import-mode-techpreview,?($|\s.*) - agent: kubernetes always_run: false branches: