Skip to content

Commit

Permalink
Another test
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Jun 21, 2024
1 parent 4078588 commit 1705527
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/_linux-test-cpu.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: linux-test
name: linux-test-cpu

jobs:
pr-test-cpu:
linux-pr-test-cpu:
# Don't run on forked repos
if: github.repository_owner == 'pytorch'
runs-on: [linux.24xlarge]
runs-on: [self-hosted, linux.24xlarge]
timeout-minutes: ${{ inputs.timeout-minutes }}
environment: docker-s3-upload
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_linux-test-cuda.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: linux-test
name: linux-test-cuda

jobs:
pr-test-cuda:
linux-pr-test-cuda:
# Don't run on forked repos
if: github.repository_owner == 'pytorch'
runs-on: [a100-runner]
Expand Down

0 comments on commit 1705527

Please sign in to comment.