From fecc081786eb07245c4c696ac17f3f41515da439 Mon Sep 17 00:00:00 2001 From: Archana Ramalingam <98564406+archana-ramalingam@users.noreply.github.com> Date: Wed, 18 Dec 2024 17:32:26 -0800 Subject: [PATCH] [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. --- .github/workflows/ci-llama-large-tests.yaml | 4 ++-- .github/workflows/ci-sglang-benchmark.yml | 4 ++-- .github/workflows/ci_eval.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-llama-large-tests.yaml b/.github/workflows/ci-llama-large-tests.yaml index 2eb8e6496..4849dd188 100644 --- a/.github/workflows/ci-llama-large-tests.yaml +++ b/.github/workflows/ci-llama-large-tests.yaml @@ -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 11:00 AM UTC = 03:00 AM PST / 04:00 AM PDT + - cron: "0 11 * * 1-5" concurrency: # A PR number if a pull request and otherwise the commit hash. This cancels diff --git a/.github/workflows/ci-sglang-benchmark.yml b/.github/workflows/ci-sglang-benchmark.yml index c549fc25a..483a28e25 100644 --- a/.github/workflows/ci-sglang-benchmark.yml +++ b/.github/workflows/ci-sglang-benchmark.yml @@ -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 11:00 AM UTC = 03:00 AM PST / 04:00 AM PDT + - cron: "0 11 * * 1-5" concurrency: # A PR number if a pull request and otherwise the commit hash. This cancels diff --git a/.github/workflows/ci_eval.yaml b/.github/workflows/ci_eval.yaml index a71698774..c8b782c95 100644 --- a/.github/workflows/ci_eval.yaml +++ b/.github/workflows/ci_eval.yaml @@ -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 11:00 AM UTC = 03:00 AM PST / 04:00 AM PDT + - cron: "0 11 * * 1-5" concurrency: # A PR number if a pull request and otherwise the commit hash. This cancels