File tree 3 files changed +10
-11
lines changed
3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1
1
name : linux-test-cpu
2
2
3
3
jobs :
4
- linux-pr- test-cpu :
4
+ linux-test-cpu :
5
5
# Don't run on forked repos
6
6
if : github.repository_owner == 'pytorch'
7
7
runs-on : [self-hosted, linux.24xlarge]
Original file line number Diff line number Diff line change 1
1
name : linux-test-cuda
2
2
3
3
jobs :
4
- linux-pr- test-cuda :
4
+ linux-test-cuda :
5
5
# Don't run on forked repos
6
6
if : github.repository_owner == 'pytorch'
7
7
runs-on : [a100-runner]
Original file line number Diff line number Diff line change 6
6
branches :
7
7
- main
8
8
9
+ concurrency :
10
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}-${{ github.event_name == 'schedule' }}
11
+ cancel-in-progress : true
12
+
9
13
jobs :
10
14
cpu-test :
11
- timeout-minutes : 120 # 2 hours
12
- uses : ./.github/workflow/_linux-test-cpu.yml
15
+ uses : ./.github/workflows/_linux-test-cpu.yml
13
16
with :
14
- timeout-minutes : 120 # 2 hours
17
+ timeout-minutes : 240 # 4 hours
15
18
cuda-test :
16
- uses : ./.github/workflow /_linux-test-cuda.yml
19
+ uses : ./.github/workflows /_linux-test-cuda.yml
17
20
with :
18
- timeout-minutes : 120 # 2 hours
19
-
20
- concurrency :
21
- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
22
- cancel-in-progress : true
21
+ timeout-minutes : 240 # 4 hours
You can’t perform that action at this time.
0 commit comments