From 6141dd96eac95b1648df803d9a05b6afd2b6f8a0 Mon Sep 17 00:00:00 2001 From: Zain Rizvi Date: Wed, 2 Jul 2025 16:42:21 -0500 Subject: [PATCH 1/2] Disable v3-nightly.yml This workflow has been failing for the past year. Disabling it until we have cycles to look into workflows on TorchBench --- .github/workflows/v3-nightly.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/v3-nightly.yml b/.github/workflows/v3-nightly.yml index 66ffd0b9ee..0a0e0bd89e 100644 --- a/.github/workflows/v3-nightly.yml +++ b/.github/workflows/v3-nightly.yml @@ -1,8 +1,11 @@ -name: TorchBench V3 nightly (A100) +# Note that this workflow is currently broken since it relies on non-existent runners +# Leaving the code around since we'd like to fix it up one day, but it's low pri + +name: ~DISABLED~ TorchBench V3 nightly (A100) on: workflow_dispatch: - schedule: - - cron: '00 18 * * *' # run at 6:00 PM UTC, K8s containers will roll out at 12PM EST + #schedule: + # - cron: '00 18 * * *' # run at 6:00 PM UTC, K8s containers will roll out at 12PM EST jobs: run-benchmark: From 3a5fb937ad2678832ed83510300095dfd3f4f295 Mon Sep 17 00:00:00 2001 From: Zain Rizvi Date: Wed, 2 Jul 2025 16:55:48 -0500 Subject: [PATCH 2/2] Disble non-functional v2 workflow --- .github/workflows/v2-nightly.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/v2-nightly.yml b/.github/workflows/v2-nightly.yml index 9833245cca..aacd0bee72 100644 --- a/.github/workflows/v2-nightly.yml +++ b/.github/workflows/v2-nightly.yml @@ -1,8 +1,12 @@ -name: TorchBench V2 nightly +# Note that this workflow is currently broken since it relies on non-existent runners +# Leaving the code around since we'd like to fix it up one day, but it's low pri + + +name: ~DISABLED~ TorchBench V2 nightly on: workflow_dispatch: - schedule: - - cron: '0 14 * * *' # run at 2 PM UTC + #schedule: + # - cron: '0 14 * * *' # run at 2 PM UTC jobs: run-benchmark: