Skip to content

Commit

Permalink
chore(ci): disable nightly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tengomucho committed Jan 21, 2025
1 parent 40aa326 commit f617315
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-pytorch-xla-tpu-tgi-integration.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Optimum TPU / Test TGI on TPU / Integration Tests

on:
schedule:
- cron: '0 4 * * *' # run at 4 AM UTC
# This can be used to allow manually triggering nightlies from the web interface
# schedule:
# - cron: '0 4 * * *' # run at 4 AM UTC
# # This can be used to allow manually triggering nightlies from the web interface
workflow_dispatch:

concurrency:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Optimum TPU / Test TGI on TPU (slow tests) / Jetstream Pytorch

on:
schedule:
- cron: '0 3 * * *' # run at 3 AM UTC
# schedule:
# - cron: '0 3 * * *' # run at 3 AM UTC
# This can be used to allow manually triggering nightlies from the web interface
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-pytorch-xla-tpu-tgi-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Optimum TPU / Test TGI on TPU (slow tests)

on:
# This can be used to automatically publish nightlies at UTC nighttime
schedule:
- cron: '0 2 * * *' # run at 2 AM UTC
# schedule:
# - cron: '0 2 * * *' # run at 2 AM UTC
# This can be used to allow manually triggering nightlies from the web interface
workflow_dispatch:

Expand Down

0 comments on commit f617315

Please sign in to comment.