Skip to content

Commit

Permalink
Change the cron job schedule for 4.16 ppc64le job (#51507)
Browse files Browse the repository at this point in the history
Signed-off-by: Aishwarya Kamat <aishwarya.kamat@ibm.com>
  • Loading branch information
aishwaryabk committed May 6, 2024
1 parent c18b5c0 commit 5866fe7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ resources:
tests:
- as: powervs-ipi-f7
cluster: build01
cron: 0 18 * * 3
cron: 0 22 * * 4
steps:
cluster_profile: powervs-4
dependencies:
Expand All @@ -90,7 +90,7 @@ tests:
workflow: ipi-powervs
- as: powervs-ipi-f7-destructive
cluster: build01
cron: 0 22 * * 4
cron: 0 18 * * 3
steps:
cluster_profile: powervs-4
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62973,7 +62973,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build01
cron: 0 18 * * 3
cron: 0 22 * * 4
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -63062,7 +63062,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build01
cron: 0 22 * * 4
cron: 0 18 * * 3
decorate: true
decoration_config:
skip_cloning: true
Expand Down

0 comments on commit 5866fe7

Please sign in to comment.