Skip to content
Open
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 @@ -3432,6 +3432,7 @@ tests:
cluster_profile: openstack-vexxhost
env:
ROTATE_CLOUD_CREDENTIALS: "true"
SLEEP_DURATION: 24h
USE_RAMFS: "false"
test:
- chain: openshift-e2e-test-qe-disasterrecovery-sanity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3112,7 +3112,7 @@ tests:
cluster_profile: nutanix-qe
env:
EXTRACT_MANIFEST_INCLUDED: "true"
FEATURE_SET: TechPreviewNoUpgrade
SLEEP_DURATION: 24h
test:
- chain: openshift-e2e-test-qe
workflow: cucushift-installer-rehearse-nutanix-ipi
Expand Down Expand Up @@ -3182,7 +3182,9 @@ tests:
cluster_profile: nutanix-qe-zone
env:
EXTRACT_MANIFEST_INCLUDED: "true"
SLEEP_DURATION: 24h
test:
- ref: cucushift-installer-wait
- chain: openshift-e2e-test-qe-destructive
workflow: cucushift-installer-rehearse-nutanix-ipi-zones
- as: nutanix-ipi-zones-multi-nic-f28
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ chain:
as: cucushift-installer-rehearse-nutanix-ipi-provision
steps:
- chain: ipi-conf-nutanix
- ref: cucushift-installer-wait
- chain: ipi-install
- chain: ipi-install-nutanix
- ref: enable-qe-catalogsource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ref:
timeout: 72h0m0s
env:
- name: SLEEP_DURATION
default: "2h"
default: "24h"
documentation: "Set the amount of time, the step must sleep, before allowing the workflow to continue with the next steps. (default: 2h, MAX: 72h)"
commands: cucushift-installer-wait-commands.sh
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ chain:
as: ipi-openstack-pre
steps:
- chain: ipi-conf-openstack
- ref: cucushift-installer-wait
- chain: ipi-install
- ref: openstack-provision-etcd-disk-speed
- ref: openstack-rotate-cloud-credentials
Expand Down