Skip to content

Commit fecc081

Browse files
[sharktank/shortfin] Schedule sharktank CI after IREE nightly release (#714)
Schedule sharktank CI after IREE nightly release, which happens around 1.20 AM to 1.40 AM PST.
1 parent 147228b commit fecc081

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci-llama-large-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ name: Llama Benchmarking Tests
99
on:
1010
workflow_dispatch:
1111
schedule:
12-
# Weekdays at 4:00 AM UTC = 9:00 PM PST.
13-
- cron: "0 4 * * 1-5"
12+
# Weekdays at 11:00 AM UTC = 03:00 AM PST / 04:00 AM PDT
13+
- cron: "0 11 * * 1-5"
1414

1515
concurrency:
1616
# A PR number if a pull request and otherwise the commit hash. This cancels

.github/workflows/ci-sglang-benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ name: SGLang Llama Benchmarking Tests
2121
on:
2222
workflow_dispatch:
2323
schedule:
24-
# Weekdays at 4:00 AM UTC = 9:00 PM PST.
25-
- cron: "0 4 * * 1-5"
24+
# Weekdays at 11:00 AM UTC = 03:00 AM PST / 04:00 AM PDT
25+
- cron: "0 11 * * 1-5"
2626

2727
concurrency:
2828
# A PR number if a pull request and otherwise the commit hash. This cancels

.github/workflows/ci_eval.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ name: CI - sharktank perplexity
99
on:
1010
workflow_dispatch:
1111
schedule:
12-
# Weekdays nightly at 07:00 UTC = 23:00 PST / 00:00 PDT.
13-
- cron: "0 7 * * 1-5"
12+
# Weekdays at 11:00 AM UTC = 03:00 AM PST / 04:00 AM PDT
13+
- cron: "0 11 * * 1-5"
1414

1515
concurrency:
1616
# A PR number if a pull request and otherwise the commit hash. This cancels

0 commit comments

Comments
 (0)