Skip to content

Commit 1705527

Browse files
committed
Another test
1 parent 4078588 commit 1705527

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/_linux-test-cpu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: linux-test
1+
name: linux-test-cpu
22

33
jobs:
4-
pr-test-cpu:
4+
linux-pr-test-cpu:
55
# Don't run on forked repos
66
if: github.repository_owner == 'pytorch'
7-
runs-on: [linux.24xlarge]
7+
runs-on: [self-hosted, linux.24xlarge]
88
timeout-minutes: ${{ inputs.timeout-minutes }}
99
environment: docker-s3-upload
1010
env:

.github/workflows/_linux-test-cuda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: linux-test
1+
name: linux-test-cuda
22

33
jobs:
4-
pr-test-cuda:
4+
linux-pr-test-cuda:
55
# Don't run on forked repos
66
if: github.repository_owner == 'pytorch'
77
runs-on: [a100-runner]

0 commit comments

Comments
 (0)