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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should update the name to include -techpreview as well then

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense! Just added it.

TEST_SUITE: openshift/test-image-stream-import-mode-techpreview
workflow: openshift-e2e-aws
timeout: 8h0m0s
- always_run: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down