Skip to content

Commit 7166492

Browse files
ZainRizvifacebook-github-bot
authored andcommitted
Disable Broken Workflows (#2623)
Summary: These workflows hae been failing for the past 8-12 months. Disabling them until we have cycles to look into workflows on TorchBench Pull Request resolved: #2623 Reviewed By: huydhn, wdvr Differential Revision: D77691639 Pulled By: ZainRizvi fbshipit-source-id: c730f28d3f503058cd88cca5269fe73f46185405
1 parent 8a00125 commit 7166492

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

.github/workflows/v2-nightly.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
name: TorchBench V2 nightly
1+
# Note that this workflow is currently broken since it relies on non-existent runners
2+
# Leaving the code around since we'd like to fix it up one day, but it's low pri
3+
4+
5+
name: ~DISABLED~ TorchBench V2 nightly
26
on:
37
workflow_dispatch:
4-
schedule:
5-
- cron: '0 14 * * *' # run at 2 PM UTC
8+
#schedule:
9+
# - cron: '0 14 * * *' # run at 2 PM UTC
610

711
jobs:
812
run-benchmark:

.github/workflows/v3-nightly.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
name: TorchBench V3 nightly (A100)
1+
# Note that this workflow is currently broken since it relies on non-existent runners
2+
# Leaving the code around since we'd like to fix it up one day, but it's low pri
3+
4+
name: ~DISABLED~ TorchBench V3 nightly (A100)
25
on:
36
workflow_dispatch:
4-
schedule:
5-
- cron: '00 18 * * *' # run at 6:00 PM UTC, K8s containers will roll out at 12PM EST
7+
#schedule:
8+
# - cron: '00 18 * * *' # run at 6:00 PM UTC, K8s containers will roll out at 12PM EST
69

710
jobs:
811
run-benchmark:

0 commit comments

Comments
 (0)