Skip to content

Commit 106a614

Browse files
committed
WIP
1 parent 5f06384 commit 106a614

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-master.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ tests:
250250
TEST_TIMEOUT: "50"
251251
architecture: arm64
252252
test:
253+
- ref: wait
253254
- ref: openshift-extended-test
254255
workflow: baremetal-lab-upi
255256
- as: debug-winc-aws-ipi

ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.13__amd64-nightly.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ tests:
109109
FIPS_ENABLED: "true"
110110
TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;~Serial&;~Disruptive&;~ConnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&
111111
test:
112+
- ref: wait
112113
- chain: openshift-e2e-test-qe
113114
workflow: cucushift-installer-rehearse-aws-c2s-ipi-disconnected-private
114115
- as: aws-c2s-ipi-disconnected-private-fips-f28-destructive

ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.15__amd64-nightly.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,7 @@ tests:
894894
OPENSHIFT_VERSION: "4.15"
895895
TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;~Serial&;~Disruptive&;~DisconnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&;ROSA&
896896
test:
897+
- ref: wait
897898
- chain: openshift-e2e-test-qe
898899
workflow: rosa-aws-sts
899900
- as: aws-rosa-sts-advanced-f7
@@ -2194,6 +2195,8 @@ tests:
21942195
env:
21952196
E2E_RUN_TAGS: '@amd64 and @vsphere-upi and not @fips'
21962197
test:
2198+
- ref: wait
2199+
- ref: cucushift-hypershift-extended-debug
21972200
- chain: openshift-e2e-test-qe
21982201
workflow: cucushift-agent-vsphere-install-compact
21992202
- as: vsphere-8-agent-ha-f14

ci-operator/step-registry/cucushift/installer/rehearse/aws/c2s/ipi/disconnected/private/provision/cucushift-installer-rehearse-aws-c2s-ipi-disconnected-private-provision-chain.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ chain:
2222
- ref: ipi-install-install-aws
2323
- ref: ipi-install-times-collection
2424
- ref: mirror-images-qe-test-images
25-
- ref: enable-qe-catalogsource-disconnected
2625
- ref: mirror-images-tag-images
27-
- ref: set-sample-operator-disconnected
28-
- chain: cucushift-installer-check
2926
env:
3027
- name: SIZE_VARIANT
3128
default: "large"

0 commit comments

Comments
 (0)