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 @@ -485,7 +485,7 @@ tests:
- ref: openshift-e2e-test-qe-report
workflow: cucushift-installer-rehearse-azure-cases-clusters
- as: azure-ipi-all-regions-f1
cron: 2 0,6,12,18 * * *
cron: 2 4 * * *
steps:
allow_skip_on_success: true
cluster_profile: azure-qe
Expand Down Expand Up @@ -1104,7 +1104,7 @@ tests:
- chain: cucushift-installer-check-cluster-health
workflow: cucushift-installer-rehearse-azure-upi-proxy
- as: gcp-ipi-all-regions-f1
cron: 44 0,6,12,18 * * *
cron: 44 17 * * *
steps:
allow_skip_on_success: true
cluster_profile: gcp-qe
Expand Down Expand Up @@ -1134,7 +1134,7 @@ tests:
- ref: openshift-e2e-test-qe-report
workflow: cucushift-installer-rehearse-gcp-cases-clusters
- as: gcp-ipi-all-regions-without-storage-test-f2
cron: 39 0,6,12,18 * * *
cron: 39 13 1,3,5,7,9,11,13,15,17,19,21,23,25,27,29 * *
Comment thread
coderabbitai[bot] marked this conversation as resolved.
steps:
allow_skip_on_success: true
cluster_profile: gcp-qe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44087,7 +44087,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build08
cron: 2 0,6,12,18 * * *
cron: 2 4 * * *
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -48154,7 +48154,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build12
cron: 44 0,6,12,18 * * *
cron: 44 17 * * *
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -48237,7 +48237,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build12
cron: 39 0,6,12,18 * * *
cron: 39 13 1,3,5,7,9,11,13,15,17,19,21,23,25,27,29 * *
decorate: true
decoration_config:
skip_cloning: true
Expand Down