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 @@ -74,7 +74,7 @@ tests:
- chain: openshift-qe-control-plane
workflow: openshift-qe-installer-aws
- as: control-plane-120nodes
cron: 0 2 * * 0,2,4,6
cron: 0 6 * * 0,2,4,6
steps:
allow_skip_on_success: true
cluster_profile: aws-perfscale
Expand Down Expand Up @@ -206,7 +206,7 @@ tests:
- chain: openshift-qe-node-density-cni
workflow: openshift-qe-installer-aws
- as: control-plane-ipsec-120nodes
cron: 0 10 11,25 * *
cron: 0 10 11,23 * *
steps:
allow_skip_on_success: true
cluster_profile: aws-perfscale
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tests:
- chain: openshift-qe-cluster-density-v2
workflow: openshift-qe-upgrade
- as: loaded-upgrade-120nodes
cron: 0 12 24 * *
cron: 0 12 27 * *
steps:
allow_skip_on_success: true
cluster_profile: aws-perfscale
Expand Down Expand Up @@ -108,7 +108,7 @@ tests:
- ref: openshift-qe-cluster-density-v2
workflow: openshift-qe-upgrade
- as: loaded-upgrade-252nodes
cron: 0 18 25 * *
cron: 0 18 26 * *
steps:
allow_skip_on_success: true
cluster_profile: aws-perfscale
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tests:
- chain: openshift-qe-orion-consolidated
workflow: openshift-qe-installer-aws
- as: control-plane-120nodes
cron: 0 2 * * 1
cron: 0 8 * * 1
steps:
allow_skip_on_success: true
cluster_profile: aws-perfscale
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build09
cron: 0 2 * * 0,2,4,6
cron: 0 6 * * 0,2,4,6
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -941,7 +941,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build09
cron: 0 10 11,25 * *
cron: 0 10 11,23 * *
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -1848,7 +1848,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build09
cron: 0 2 * * 1
cron: 0 8 * * 1
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -2130,7 +2130,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build09
cron: 0 12 24 * *
cron: 0 12 27 * *
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -2296,7 +2296,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build09
cron: 0 18 25 * *
cron: 0 18 26 * *
decorate: true
decoration_config:
skip_cloning: true
Expand Down