We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4078588 commit 1705527Copy full SHA for 1705527
.github/workflows/_linux-test-cpu.yml
@@ -1,10 +1,10 @@
1
-name: linux-test
+name: linux-test-cpu
2
3
jobs:
4
- pr-test-cpu:
+ linux-pr-test-cpu:
5
# Don't run on forked repos
6
if: github.repository_owner == 'pytorch'
7
- runs-on: [linux.24xlarge]
+ runs-on: [self-hosted, linux.24xlarge]
8
timeout-minutes: ${{ inputs.timeout-minutes }}
9
environment: docker-s3-upload
10
env:
.github/workflows/_linux-test-cuda.yml
@@ -1,7 +1,7 @@
+name: linux-test-cuda
- pr-test-cuda:
+ linux-pr-test-cuda:
runs-on: [a100-runner]
0 commit comments