File tree Expand file tree Collapse file tree 12 files changed +29
-29
lines changed Expand file tree Collapse file tree 12 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 26
26
runner : ${{ matrix.runner }}
27
27
gpu-arch-type : ${{ matrix.gpu-arch-type }}
28
28
gpu-arch-version : ${{ matrix.gpu-arch-version }}
29
- test-infra-ref : main
29
+ test-infra-ref : release/2.3
30
30
script : |
31
31
set -euo pipefail
32
32
47
47
with :
48
48
repository : pytorch/vision
49
49
runner : ${{ matrix.runner }}
50
- test-infra-ref : main
50
+ test-infra-ref : release/2.3
51
51
script : |
52
52
set -euo pipefail
53
53
73
73
runner : ${{ matrix.runner }}
74
74
gpu-arch-type : ${{ matrix.gpu-arch-type }}
75
75
gpu-arch-version : ${{ matrix.gpu-arch-version }}
76
- test-infra-ref : main
76
+ test-infra-ref : release/2.3
77
77
script : |
78
78
set -euo pipefail
79
79
Original file line number Diff line number Diff line change 20
20
package-type : conda
21
21
os : linux
22
22
test-infra-repository : pytorch/test-infra
23
- test-infra-ref : main
23
+ test-infra-ref : release/2.3
24
24
build :
25
25
needs : generate-matrix
26
26
strategy :
40
40
repository : ${{ matrix.repository }}
41
41
ref : " "
42
42
test-infra-repository : pytorch/test-infra
43
- test-infra-ref : main
43
+ test-infra-ref : release/2.3
44
44
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
45
45
pre-script : ${{ matrix.pre-script }}
46
46
post-script : ${{ matrix.post-script }}
Original file line number Diff line number Diff line change 20
20
package-type : conda
21
21
os : macos-arm64
22
22
test-infra-repository : pytorch/test-infra
23
- test-infra-ref : main
23
+ test-infra-ref : release/2.3
24
24
build :
25
25
needs : generate-matrix
26
26
strategy :
40
40
repository : ${{ matrix.repository }}
41
41
ref : " "
42
42
test-infra-repository : pytorch/test-infra
43
- test-infra-ref : main
43
+ test-infra-ref : release/2.3
44
44
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
45
45
pre-script : ${{ matrix.pre-script }}
46
46
post-script : ${{ matrix.post-script }}
Original file line number Diff line number Diff line change 20
20
package-type : conda
21
21
os : windows
22
22
test-infra-repository : pytorch/test-infra
23
- test-infra-ref : main
23
+ test-infra-ref : release/2.3
24
24
build :
25
25
needs : generate-matrix
26
26
strategy :
40
40
repository : ${{ matrix.repository }}
41
41
ref : " "
42
42
test-infra-repository : pytorch/test-infra
43
- test-infra-ref : main
43
+ test-infra-ref : release/2.3
44
44
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
45
45
pre-script : ${{ matrix.pre-script }}
46
46
post-script : ${{ matrix.post-script }}
Original file line number Diff line number Diff line change 24
24
package-type : wheel
25
25
os : linux-aarch64
26
26
test-infra-repository : pytorch/test-infra
27
- test-infra-ref : main
27
+ test-infra-ref : release/2.3
28
28
with-cuda : disable
29
29
build :
30
30
needs : generate-matrix
43
43
repository : ${{ matrix.repository }}
44
44
ref : " "
45
45
test-infra-repository : pytorch/test-infra
46
- test-infra-ref : main
46
+ test-infra-ref : release/2.3
47
47
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
48
48
pre-script : ${{ matrix.pre-script }}
49
49
post-script : ${{ matrix.post-script }}
Original file line number Diff line number Diff line change 24
24
package-type : wheel
25
25
os : linux
26
26
test-infra-repository : pytorch/test-infra
27
- test-infra-ref : main
27
+ test-infra-ref : release/2.3
28
28
build :
29
29
needs : generate-matrix
30
30
strategy :
42
42
repository : ${{ matrix.repository }}
43
43
ref : " "
44
44
test-infra-repository : pytorch/test-infra
45
- test-infra-ref : main
45
+ test-infra-ref : release/2.3
46
46
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
47
47
pre-script : ${{ matrix.pre-script }}
48
48
post-script : ${{ matrix.post-script }}
Original file line number Diff line number Diff line change 24
24
package-type : wheel
25
25
os : macos-arm64
26
26
test-infra-repository : pytorch/test-infra
27
- test-infra-ref : main
27
+ test-infra-ref : release/2.3
28
28
build :
29
29
needs : generate-matrix
30
30
strategy :
42
42
repository : ${{ matrix.repository }}
43
43
ref : " "
44
44
test-infra-repository : pytorch/test-infra
45
- test-infra-ref : main
45
+ test-infra-ref : release/2.3
46
46
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
47
47
pre-script : ${{ matrix.pre-script }}
48
48
post-script : ${{ matrix.post-script }}
Original file line number Diff line number Diff line change 24
24
package-type : wheel
25
25
os : windows
26
26
test-infra-repository : pytorch/test-infra
27
- test-infra-ref : main
27
+ test-infra-ref : release/2.3
28
28
build :
29
29
needs : generate-matrix
30
30
strategy :
43
43
repository : ${{ matrix.repository }}
44
44
ref : " "
45
45
test-infra-repository : pytorch/test-infra
46
- test-infra-ref : main
46
+ test-infra-ref : release/2.3
47
47
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
48
48
pre-script : ${{ matrix.pre-script }}
49
49
env-script : ${{ matrix.env-script }}
Original file line number Diff line number Diff line change 18
18
with :
19
19
repository : pytorch/vision
20
20
upload-artifact : docs
21
- test-infra-ref : main
21
+ test-infra-ref : release/2.3
22
22
script : |
23
23
set -euo pipefail
24
24
77
77
78
78
upload :
79
79
needs : build
80
- if : github.repository == 'pytorch/vision' && github.event_name == 'push' &&
80
+ if : github.repository == 'pytorch/vision' && github.event_name == 'push' &&
81
81
((github.ref_type == 'branch' && github.ref_name == 'main') || github.ref_type == 'tag')
82
82
permissions :
83
83
contents : write
86
86
repository : pytorch/vision
87
87
download-artifact : docs
88
88
ref : gh-pages
89
- test-infra-ref : main
89
+ test-infra-ref : release/2.3
90
90
script : |
91
91
set -euo pipefail
92
92
Original file line number Diff line number Diff line change 14
14
uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
15
15
with :
16
16
repository : pytorch/vision
17
- test-infra-ref : main
17
+ test-infra-ref : release/2.3
18
18
script : |
19
19
set -euo pipefail
20
20
41
41
uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
42
42
with :
43
43
repository : pytorch/vision
44
- test-infra-ref : main
44
+ test-infra-ref : release/2.3
45
45
script : |
46
46
set -euo pipefail
47
47
76
76
uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
77
77
with :
78
78
repository : pytorch/vision
79
- test-infra-ref : main
79
+ test-infra-ref : release/2.3
80
80
script : |
81
81
set -euo pipefail
82
82
You can’t perform that action at this time.
0 commit comments