File tree Expand file tree Collapse file tree 2 files changed +28
-19
lines changed Expand file tree Collapse file tree 2 files changed +28
-19
lines changed Original file line number Diff line number Diff line change 69
69
contents : read
70
70
with :
71
71
runner : ${{ matrix.os }}
72
- timeout : 60
72
+ timeout : 30
73
73
script : |
74
74
ldd --version
75
75
conda create -y --name build_binary python=${{ matrix.python.version }}
Original file line number Diff line number Diff line change 20
20
jobs :
21
21
build_test :
22
22
strategy :
23
- fail-fast : false
24
- matrix :
25
- include :
26
- - os : linux.2xlarge
27
- python-version : 3.9
28
- python-tag : " py39"
29
- - os : linux.2xlarge
30
- python-version : ' 3.10'
31
- python-tag : " py310"
32
- - os : linux.2xlarge
33
- python-version : ' 3.11'
34
- python-tag : " py311"
35
- - os : linux.2xlarge
36
- python-version : ' 3.12'
37
- python-tag : " py312"
38
- - os : linux.2xlarge
39
- python-version : ' 3.13'
40
- python-tag : " py313"
23
+ fail-fast : false
24
+ matrix :
25
+ os :
26
+ - linux.2xlarge
27
+ python :
28
+ - version : " 3.9"
29
+ tag : " py39"
30
+ - version : " 3.10"
31
+ tag : " py310"
32
+ - version : " 3.11"
33
+ tag : " py311"
34
+ - version : " 3.12"
35
+ tag : " py312"
36
+ - version : " 3.13"
37
+ tag : " py313"
38
+ is_pr :
39
+ - ${{ github.event_name == 'pull_request' }}
40
+ exclude :
41
+ - is_pr : true
42
+ python :
43
+ version : " 3.10"
44
+ - is_pr : true
45
+ python :
46
+ version : " 3.11"
47
+ - is_pr : true
48
+ python :
49
+ version : " 3.12"
41
50
uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
42
51
permissions :
43
52
id-token : write
You can’t perform that action at this time.
0 commit comments