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 @@ -404,7 +404,7 @@ tests:
- chain: openshift-e2e-test-qe
workflow: cucushift-installer-rehearse-gcp-upi-proxy
- as: e2e-vsphere-ipi
cron: 0 0 */7 * *
cron: 0 0 1 * *
steps:
cluster_profile: vsphere
env:
Expand All @@ -414,7 +414,7 @@ tests:
- chain: openshift-e2e-test-qe
workflow: cucushift-installer-rehearse-vsphere-ipi
- as: e2e-vsphere-ipi-ovn
cron: 0 4 */7 * *
cron: 0 0 2 * *
steps:
cluster_profile: vsphere
env:
Expand All @@ -424,7 +424,7 @@ tests:
- chain: openshift-e2e-test-qe
workflow: cucushift-installer-rehearse-vsphere-ipi-ovn
- as: e2e-vsphere-ipi-ovn-ipsec
cron: 0 7 */7 * *
cron: 0 0 3 * *
steps:
cluster_profile: vsphere
env:
Expand All @@ -434,7 +434,7 @@ tests:
- chain: openshift-e2e-test-qe
workflow: cucushift-installer-rehearse-vsphere-ipi-ovn-ipsec
- as: e2e-vsphere-ipi-ovn-local-to-shared-gateway-mode-migration
cron: 0 8 */7 * *
cron: 0 0 4 * *
steps:
cluster_profile: vsphere
env:
Expand All @@ -444,7 +444,7 @@ tests:
- chain: openshift-e2e-test-qe
workflow: cucushift-installer-rehearse-vsphere-ipi-ovn-local-to-shared-gateway-mode-migration
- as: e2e-vsphere-ipi-ovn-shared-to-local-gateway-mode-migration
cron: 0 9 */7 * *
cron: 0 0 5 * *
steps:
cluster_profile: vsphere
env:
Expand All @@ -454,7 +454,7 @@ tests:
- chain: openshift-e2e-test-qe
workflow: cucushift-installer-rehearse-vsphere-ipi-ovn-shared-to-local-gateway-mode-migration
- as: e2e-vsphere-ipi-proxy
cron: 0 10 */7 * *
cron: 0 0 6 * *
steps:
cluster_profile: vsphere-discon
env:
Expand All @@ -464,7 +464,7 @@ tests:
- chain: openshift-e2e-test-qe
workflow: cucushift-installer-rehearse-vsphere-ipi-proxy
- as: e2e-vsphere-ipi-proxy-workers-rhel8
cron: 0 11 */7 * *
cron: 0 0 7 * *
steps:
cluster_profile: vsphere-discon
env:
Expand All @@ -474,7 +474,7 @@ tests:
- chain: openshift-e2e-test-qe
workflow: cucushift-installer-rehearse-vsphere-ipi-proxy-workers-rhel8
- as: e2e-vsphere-upi
cron: 0 12 */7 * *
cron: 0 0 8 * *
steps:
cluster_profile: vsphere
env:
Expand All @@ -484,7 +484,7 @@ tests:
- chain: openshift-e2e-test-qe
workflow: cucushift-installer-rehearse-vsphere-upi
- as: e2e-vsphere-upi-proxy-https
cron: 0 20 */7 * *
cron: 0 0 9 * *
steps:
cluster_profile: vsphere-discon
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2755,7 +2755,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: vsphere
cron: 0 0 */7 * *
cron: 0 0 1 * *
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -2836,7 +2836,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: vsphere
cron: 0 4 */7 * *
cron: 0 0 2 * *
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -2917,7 +2917,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: vsphere
cron: 0 7 */7 * *
cron: 0 0 3 * *
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -2998,7 +2998,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: vsphere
cron: 0 8 */7 * *
cron: 0 0 4 * *
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -3079,7 +3079,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: vsphere
cron: 0 9 */7 * *
cron: 0 0 5 * *
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -3160,7 +3160,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: vsphere
cron: 0 10 */7 * *
cron: 0 0 6 * *
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -3241,7 +3241,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: vsphere
cron: 0 11 */7 * *
cron: 0 0 7 * *
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -3322,7 +3322,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: vsphere
cron: 0 12 */7 * *
cron: 0 0 8 * *
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -3403,7 +3403,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: vsphere
cron: 0 20 */7 * *
cron: 0 0 9 * *
decorate: true
decoration_config:
skip_cloning: true
Expand Down