Skip to content

Commit ec75e4d

Browse files
stevenhorsmansprt
authored andcommitted
workflows: Update schedule
Maybe this is unfairly European timezone centric of me, but the nightly tests schedule is to trigger at midnight UTC each day, https://github.com/kata-containers/kata-containers/blob/main/.github/workflows/ci-nightly.yaml#L4 , so I think we can move the dashboard update earlier, so we have a more up-to-date view sooner. I figure 4am UTC would give us 4 hours to complete the nightlies and if they take longer than that we've got issues with our PR tests, but I'm happy to debate the specifics. It also means more of us can check the dashboard at the start of our days to review problems. Signed-off-by: stevenhorsman <[email protected]>
1 parent 325adf1 commit ec75e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fetch-ci-nightly-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Fetch CI Nightly Data
22
run-name: Fetch CI Nightly Data
33
on:
44
schedule:
5-
- cron: '0 12 * * *'
5+
- cron: '0 4 * * *'
66
jobs:
77
fetch-and-commit-data:
88
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)