Skip to content

Commit

Permalink
Schedule sharktank CI after IREE nightly release
Browse files Browse the repository at this point in the history
  • Loading branch information
archana-ramalingam committed Dec 18, 2024
1 parent c4a592a commit fbcd61c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-llama-large-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ name: Llama Benchmarking Tests
on:
workflow_dispatch:
schedule:
# Weekdays at 4:00 AM UTC = 9:00 PM PST.
- cron: "0 4 * * 1-5"
# Weekdays at 09:50 AM UTC = 01:50 AM PST / 02:50 AM PDT
- cron: "50 9 * * 1-5"

concurrency:
# A PR number if a pull request and otherwise the commit hash. This cancels
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-sglang-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ name: SGLang Llama Benchmarking Tests
on:
workflow_dispatch:
schedule:
# Weekdays at 4:00 AM UTC = 9:00 PM PST.
- cron: "0 4 * * 1-5"
# Weekdays at 09:50 AM UTC = 01:50 AM PST / 02:50 AM PDT
- cron: "50 9 * * 1-5"

concurrency:
# A PR number if a pull request and otherwise the commit hash. This cancels
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_eval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ name: CI - sharktank perplexity
on:
workflow_dispatch:
schedule:
# Weekdays nightly at 07:00 UTC = 23:00 PST / 00:00 PDT.
- cron: "0 7 * * 1-5"
# Weekdays at 09:50 AM UTC = 01:50 AM PST / 02:50 AM PDT
- cron: "50 9 * * 1-5"

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

0 comments on commit fbcd61c

Please sign in to comment.