Skip to content

Commit

Permalink
Working on the updated runner tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Jan 17, 2024
1 parent 6a8b941 commit d9a4bd6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gcp-a100-bisection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
if: ${{ github.repository_owner == 'pytorch' }}
runs-on: [self-hosted, a100-runner]
runs-on: [a100-runner]
environment: docker-s3-upload
timeout-minutes: 2880 # 48 hours
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-gha-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
CONDA_ENV: "pr-ci-a100"
SETUP_SCRIPT: "/workspace/setup_instance.sh"
HUGGING_FACE_HUB_TOKEN: ${{ secrets.HUGGING_FACE_HUB_TOKEN }}
runs-on: [self-hosted, a100-runner]
runs-on: [a100-runner]
timeout-minutes: 1440 # 24 hours
environment: docker-s3-upload
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/userbenchmark-a100-bisection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
HUGGING_FACE_HUB_TOKEN: ${{ secrets.HUGGING_FACE_HUB_TOKEN }}
if: ${{ github.repository_owner == 'pytorch' }}
runs-on: [self-hosted, a100-runner]
runs-on: [a100-runner]
timeout-minutes: 2880 # 48 hours
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/userbenchmark-a100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
run-userbenchmark:
runs-on: [self-hosted, a100-runner]
runs-on: [a100-runner]
timeout-minutes: 1440 # 24 hours
environment: docker-s3-upload
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/userbenchmark-regression-detector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
run-userbenchmark:
runs-on: [self-hosted, a100-runner]
runs-on: [a100-runner]
timeout-minutes: 1440 # 24 hours
environment: docker-s3-upload
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/v3-bisection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
if: ${{ github.repository_owner == 'pytorch' }}
runs-on: [self-hosted, a100-runner]
runs-on: [a100-runner]
timeout-minutes: 2880 # 48 hours
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/v3-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
IS_GHA: 1
BUILD_ENVIRONMENT: benchmark-nightly
if: ${{ github.repository_owner == 'pytorch' }}
runs-on: [self-hosted, a100-runner]
runs-on: [a100-runner]
steps:
- name: Checkout TorchBench v3.0 branch
uses: actions/checkout@v3
Expand Down

0 comments on commit d9a4bd6

Please sign in to comment.