Skip to content

Commit

Permalink
Stagger nightly trigger schedule. (#104)
Browse files Browse the repository at this point in the history
Run evergreen@main at 10pm
Run non main nightlies at 9:30pm

b/278455839
  • Loading branch information
isarkis authored Apr 16, 2023
1 parent cffa46f commit e1b375b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- main
- feature/*
schedule:
# GMT timezone.
- cron: '0 4 * * *'
workflow_dispatch:
inputs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/evergreen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:
- main
- feature/*
schedule:
- cron: '0 4 * * *'
# GMT timezone.
- cron: '0 5 * * *'
workflow_dispatch:
inputs:
nightly:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- main
- feature/*
schedule:
# GMT timezone.
- cron: '0 4 * * *'
workflow_dispatch:
inputs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/nightly_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: nightly_trigger

on:
schedule:
- cron: '0 4 * * *'
# GMT timezone.
- cron: '30 4 * * *'
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/raspi-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- main
- feature/*
schedule:
# GMT timezone.
- cron: '0 4 * * *'
workflow_dispatch:
inputs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/win32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- main
- feature/*
schedule:
# GTM timezone.
- cron: '0 4 * * *'
workflow_dispatch:
inputs:
Expand Down

0 comments on commit e1b375b

Please sign in to comment.