Skip to content

Commit a15a449

Browse files
authored
chore: Change GPU integ test schedule to 3h interval (10pm/1am/4am PST) and timeout to 3h (aws#5945)
1 parent 845c2e8 commit a15a449

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gpu-integ-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: GPU Integ Tests
22
on:
33
schedule:
4-
# US Pacific (PST, UTC-8): 12:00 AM / 2:00 AM / 4:00 AM -> 08/10/12 UTC.
4+
# US Pacific (PST, UTC-8): 10:00 PM / 1:00 AM / 4:00 AM -> 06/09/12 UTC.
55
# All three fire within the same UTC day so the run-level CloudWatch metric
66
# (GpuIntegRunFailure) aggregates correctly per day.
7-
- cron: "0 8 * * *"
8-
- cron: "0 10 * * *"
7+
- cron: "0 6 * * *"
8+
- cron: "0 9 * * *"
99
- cron: "0 12 * * *"
1010
workflow_dispatch:
1111

0 commit comments

Comments
 (0)