Skip to content

Commit 8e452f2

Browse files
authored
Update CI nightly builds schedule (#4719)
1 parent 6d2684f commit 8e452f2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

eng/ci/consolidate-artifacts-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
schedules:
2-
- cron: "30 2 * * *"
2+
- cron: "30 11 * * *" # 3:30am PST
33
displayName: Nightly Consolidation
44
always: true
55
branches:

eng/ci/host-artifacts-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
schedules:
2-
- cron: "0 0 * * *"
2+
- cron: "0 9 * * *" # 1am PST
33
displayName: Nightly Build
44
branches:
55
include:

eng/ci/official-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
schedules:
2-
- cron: "0 0 * * *"
2+
- cron: "0 8 * * *" # 12am PST
33
displayName: Nightly Build
44
branches:
55
include:

eng/ci/public-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
schedules:
2-
- cron: "0 0 * * *"
2+
- cron: "0 7 * * *" # 11pm PST
33
displayName: Nightly Build
44
branches:
55
include:

0 commit comments

Comments
 (0)