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 @@ -71,7 +71,7 @@ tests:
product: ocp
timeout: 1h0m0s
version: "4.20"
cron: 30 3 * * *
cron: 30 3 * * MON,TUE,WED,THU,FRI
max_concurrency: 1
optional: true
presubmit: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tests:
product: ocp
timeout: 1h0m0s
version: "4.20"
cron: 0 3 * * *
cron: 0 3 * * MON,TUE,WED,THU,FRI
max_concurrency: 1
optional: true
presubmit: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ tests:
product: ocp
timeout: 1h0m0s
version: "4.20"
cron: 0 4 * * *
cron: 0 4 * * MON,TUE,WED,THU,FRI
Comment thread
coderabbitai[bot] marked this conversation as resolved.
optional: true
presubmit: true
reporter_config:
Expand Down Expand Up @@ -342,7 +342,7 @@ tests:
workflow: openshift-e2e-aws-disconnected
- always_run: false
as: e2e-aks-helm-nightly
cron: 50 3 * * TUE,THU,SAT,SUN
cron: 50 3 * * TUE,THU
optional: true
presubmit: true
reporter_config:
Expand All @@ -364,7 +364,7 @@ tests:
workflow: redhat-developer-rhdh-aks-mapt
- always_run: false
as: e2e-aks-operator-nightly
cron: 0 4 * * TUE,THU,SAT,SUN
cron: 0 4 * * TUE,THU
optional: true
presubmit: true
reporter_config:
Expand All @@ -386,7 +386,7 @@ tests:
workflow: redhat-developer-rhdh-aks-mapt
- always_run: false
as: e2e-eks-helm-nightly
cron: 0 4 * * TUE,THU,SAT,SUN
cron: 0 4 * * TUE,THU
optional: true
presubmit: true
reporter_config:
Expand All @@ -408,7 +408,7 @@ tests:
workflow: redhat-developer-rhdh-eks-mapt
- always_run: false
as: e2e-eks-operator-nightly
cron: 0 4 * * TUE,THU,SAT,SUN
cron: 0 4 * * TUE,THU
optional: true
presubmit: true
reporter_config:
Expand All @@ -430,7 +430,7 @@ tests:
workflow: redhat-developer-rhdh-eks-mapt
- always_run: false
as: e2e-gke-helm-nightly
cron: 0 4 * * TUE,THU,SAT,SUN
cron: 0 4 * * TUE,THU
optional: true
presubmit: true
reporter_config:
Expand All @@ -448,7 +448,7 @@ tests:
- ref: redhat-developer-rhdh-gke-helm-nightly
- always_run: false
as: e2e-gke-operator-nightly
cron: 0 6 * * TUE,THU,SAT,SUN
cron: 0 6 * * TUE,THU
optional: true
presubmit: true
reporter_config:
Expand All @@ -475,7 +475,7 @@ tests:
product: ocp
timeout: 1h0m0s
version: "4.20"
cron: 0 5 * * TUE,THU,SAT,SUN
cron: 0 5 * * TUE,THU
optional: true
presubmit: true
reporter_config:
Expand Down Expand Up @@ -521,7 +521,7 @@ tests:
- ref: redhat-developer-rhdh-eks-mapt-orphaned-destroy
- always_run: false
as: e2e-osd-gcp-helm-nightly
cron: 30 7 * * TUE,THU,SAT,SUN
cron: 30 7 * * TUE,THU
max_concurrency: 1
optional: true
presubmit: true
Expand All @@ -544,7 +544,7 @@ tests:
workflow: redhat-developer-rhdh-osd-gcp-claim-cluster
- always_run: false
as: e2e-osd-gcp-operator-nightly
cron: 30 5 * * TUE,THU,SAT,SUN
cron: 30 5 * * TUE,THU
max_concurrency: 1
optional: true
presubmit: true
Expand Down Expand Up @@ -581,7 +581,7 @@ tests:
product: ocp
timeout: 1h0m0s
version: "4.20"
cron: 0 4 * * TUE,THU,SAT,SUN
cron: 0 4 * * TUE,THU
Comment thread
coderabbitai[bot] marked this conversation as resolved.
optional: true
presubmit: true
reporter_config:
Expand Down Expand Up @@ -614,7 +614,7 @@ tests:
product: ocp
timeout: 1h0m0s
version: "4.20"
cron: 0 4 * * TUE,THU,SAT,SUN
cron: 0 4 * * TUE,THU
max_concurrency: 1
optional: true
presubmit: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ tests:
product: ocp
timeout: 1h0m0s
version: "4.20"
cron: 0 5 * * *
cron: 0 5 * * MON,TUE,WED,THU,FRI
max_concurrency: 1
optional: true
presubmit: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tests:
product: ocp
timeout: 1h0m0s
version: "4.20"
cron: 0 5 * * *
cron: 0 5 * * MON,TUE,WED,THU,FRI
optional: true
presubmit: true
reporter_config:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
periodics:
- agent: kubernetes
cluster: build03
cron: 30 3 * * *
cron: 30 3 * * MON,TUE,WED,THU,FRI
decorate: true
decoration_config:
skip_cloning: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
periodics:
- agent: kubernetes
cluster: build08
cron: 0 3 * * *
cron: 0 3 * * MON,TUE,WED,THU,FRI
decorate: true
decoration_config:
skip_cloning: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build11
cron: 50 3 * * TUE,THU,SAT,SUN
cron: 50 3 * * TUE,THU
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -320,7 +320,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build11
cron: 0 4 * * TUE,THU,SAT,SUN
cron: 0 4 * * TUE,THU
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -405,7 +405,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build11
cron: 0 4 * * TUE,THU,SAT,SUN
cron: 0 4 * * TUE,THU
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -490,7 +490,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build11
cron: 0 4 * * TUE,THU,SAT,SUN
cron: 0 4 * * TUE,THU
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -575,7 +575,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build11
cron: 0 4 * * TUE,THU,SAT,SUN
cron: 0 4 * * TUE,THU
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -660,7 +660,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build11
cron: 0 6 * * TUE,THU,SAT,SUN
cron: 0 6 * * TUE,THU
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -998,7 +998,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build11
cron: 0 4 * * *
cron: 0 4 * * MON,TUE,WED,THU,FRI
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -1090,7 +1090,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build11
cron: 0 4 * * TUE,THU,SAT,SUN
cron: 0 4 * * TUE,THU
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -1187,7 +1187,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build11
cron: 0 4 * * TUE,THU,SAT,SUN
cron: 0 4 * * TUE,THU
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -1284,7 +1284,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build11
cron: 0 5 * * TUE,THU,SAT,SUN
cron: 0 5 * * TUE,THU
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -1744,7 +1744,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build11
cron: 30 7 * * TUE,THU,SAT,SUN
cron: 30 7 * * TUE,THU
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -1829,7 +1829,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build11
cron: 30 5 * * TUE,THU,SAT,SUN
cron: 30 5 * * TUE,THU
decorate: true
decoration_config:
skip_cloning: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build02
cron: 0 5 * * *
cron: 0 5 * * MON,TUE,WED,THU,FRI
decorate: true
decoration_config:
skip_cloning: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build12
cron: 0 5 * * *
cron: 0 5 * * MON,TUE,WED,THU,FRI
decorate: true
decoration_config:
skip_cloning: true
Expand Down