File tree Expand file tree Collapse file tree 16 files changed +83
-84
lines changed Expand file tree Collapse file tree 16 files changed +83
-84
lines changed Original file line number Diff line number Diff line change 20
20
gpu-arch-type : cuda
21
21
gpu-arch-version : " 11.8"
22
22
fail-fast : false
23
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
23
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.1
24
24
with :
25
25
repository : pytorch/vision
26
26
runner : ${{ matrix.runner }}
42
42
- runner : macos-12
43
43
- runner : macos-m1-12
44
44
fail-fast : false
45
- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
45
+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.1
46
46
with :
47
47
repository : pytorch/vision
48
48
runner : ${{ matrix.runner }}
65
65
gpu-arch-type : cuda
66
66
gpu-arch-version : " 11.8"
67
67
fail-fast : false
68
- uses : pytorch/test-infra/.github/workflows/windows_job.yml@main
68
+ uses : pytorch/test-infra/.github/workflows/windows_job.yml@release/2.1
69
69
with :
70
70
repository : pytorch/vision
71
71
runner : ${{ matrix.runner }}
Original file line number Diff line number Diff line change 15
15
16
16
jobs :
17
17
generate-matrix :
18
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
18
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.1
19
19
with :
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.1
24
24
build :
25
25
needs : generate-matrix
26
26
strategy :
@@ -34,13 +34,13 @@ jobs:
34
34
smoke-test-script : test/smoke_test.py
35
35
package-name : torchvision
36
36
name : ${{ matrix.repository }}
37
- uses : pytorch/test-infra/.github/workflows/build_conda_linux.yml@main
37
+ uses : pytorch/test-infra/.github/workflows/build_conda_linux.yml@release/2.1
38
38
with :
39
39
conda-package-directory : ${{ matrix.conda-package-directory }}
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.1
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 15
15
16
16
jobs :
17
17
generate-matrix :
18
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
18
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.1
19
19
with :
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.1
24
24
build :
25
25
needs : generate-matrix
26
26
strategy :
@@ -34,13 +34,13 @@ jobs:
34
34
smoke-test-script : test/smoke_test.py
35
35
package-name : torchvision
36
36
name : ${{ matrix.repository }}
37
- uses : pytorch/test-infra/.github/workflows/build_conda_macos.yml@main
37
+ uses : pytorch/test-infra/.github/workflows/build_conda_macos.yml@release/2.1
38
38
with :
39
39
conda-package-directory : ${{ matrix.conda-package-directory }}
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.1
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 15
15
16
16
jobs :
17
17
generate-matrix :
18
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
18
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.1
19
19
with :
20
20
package-type : conda
21
21
os : macos
22
22
test-infra-repository : pytorch/test-infra
23
- test-infra-ref : main
23
+ test-infra-ref : release/2.1
24
24
build :
25
25
needs : generate-matrix
26
26
strategy :
@@ -34,13 +34,13 @@ jobs:
34
34
smoke-test-script : test/smoke_test.py
35
35
package-name : torchvision
36
36
name : ${{ matrix.repository }}
37
- uses : pytorch/test-infra/.github/workflows/build_conda_macos.yml@main
37
+ uses : pytorch/test-infra/.github/workflows/build_conda_macos.yml@release/2.1
38
38
with :
39
39
conda-package-directory : ${{ matrix.conda-package-directory }}
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.1
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 15
15
16
16
jobs :
17
17
generate-matrix :
18
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
18
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.1
19
19
with :
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.1
24
24
build :
25
25
needs : generate-matrix
26
26
strategy :
@@ -34,13 +34,13 @@ jobs:
34
34
smoke-test-script : test/smoke_test.py
35
35
package-name : torchvision
36
36
name : ${{ matrix.repository }}
37
- uses : pytorch/test-infra/.github/workflows/build_conda_windows.yml@main
37
+ uses : pytorch/test-infra/.github/workflows/build_conda_windows.yml@release/2.1
38
38
with :
39
39
conda-package-directory : ${{ matrix.conda-package-directory }}
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.1
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 15
15
16
16
jobs :
17
17
generate-matrix :
18
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
18
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.1
19
19
with :
20
20
package-type : wheel
21
21
os : linux-aarch64
22
22
test-infra-repository : pytorch/test-infra
23
- test-infra-ref : main
23
+ test-infra-ref : release/2.1
24
24
with-cuda : disable
25
25
build :
26
26
needs : generate-matrix
@@ -34,12 +34,12 @@ jobs:
34
34
smoke-test-script : test/smoke_test.py
35
35
package-name : torchvision
36
36
name : ${{ matrix.repository }}
37
- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
37
+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.1
38
38
with :
39
39
repository : ${{ matrix.repository }}
40
40
ref : " "
41
41
test-infra-repository : pytorch/test-infra
42
- test-infra-ref : main
42
+ test-infra-ref : release/2.1
43
43
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
44
44
pre-script : ${{ matrix.pre-script }}
45
45
post-script : ${{ matrix.post-script }}
Original file line number Diff line number Diff line change 15
15
16
16
jobs :
17
17
generate-matrix :
18
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
18
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.1
19
19
with :
20
20
package-type : wheel
21
21
os : linux
22
22
test-infra-repository : pytorch/test-infra
23
- test-infra-ref : main
23
+ test-infra-ref : release/2.1
24
24
build :
25
25
needs : generate-matrix
26
26
strategy :
@@ -33,12 +33,12 @@ jobs:
33
33
smoke-test-script : test/smoke_test.py
34
34
package-name : torchvision
35
35
name : ${{ matrix.repository }}
36
- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
36
+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.1
37
37
with :
38
38
repository : ${{ matrix.repository }}
39
39
ref : " "
40
40
test-infra-repository : pytorch/test-infra
41
- test-infra-ref : main
41
+ test-infra-ref : release/2.1
42
42
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
43
43
pre-script : ${{ matrix.pre-script }}
44
44
post-script : ${{ matrix.post-script }}
Original file line number Diff line number Diff line change 15
15
16
16
jobs :
17
17
generate-matrix :
18
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
18
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.1
19
19
with :
20
20
package-type : wheel
21
21
os : macos-arm64
22
22
test-infra-repository : pytorch/test-infra
23
- test-infra-ref : main
23
+ test-infra-ref : release/2.1
24
24
build :
25
25
needs : generate-matrix
26
26
strategy :
@@ -33,12 +33,12 @@ jobs:
33
33
smoke-test-script : test/smoke_test.py
34
34
package-name : torchvision
35
35
name : ${{ matrix.repository }}
36
- uses : pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main
36
+ uses : pytorch/test-infra/.github/workflows/build_wheels_macos.yml@release/2.1
37
37
with :
38
38
repository : ${{ matrix.repository }}
39
39
ref : " "
40
40
test-infra-repository : pytorch/test-infra
41
- test-infra-ref : main
41
+ test-infra-ref : release/2.1
42
42
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
43
43
pre-script : ${{ matrix.pre-script }}
44
44
post-script : ${{ matrix.post-script }}
Original file line number Diff line number Diff line change 15
15
16
16
jobs :
17
17
generate-matrix :
18
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
18
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.1
19
19
with :
20
20
package-type : wheel
21
21
os : macos
22
22
test-infra-repository : pytorch/test-infra
23
- test-infra-ref : main
23
+ test-infra-ref : release/2.1
24
24
build :
25
25
needs : generate-matrix
26
26
strategy :
@@ -33,12 +33,12 @@ jobs:
33
33
smoke-test-script : test/smoke_test.py
34
34
package-name : torchvision
35
35
name : ${{ matrix.repository }}
36
- uses : pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main
36
+ uses : pytorch/test-infra/.github/workflows/build_wheels_macos.yml@release/2.1
37
37
with :
38
38
repository : ${{ matrix.repository }}
39
39
ref : " "
40
40
test-infra-repository : pytorch/test-infra
41
- test-infra-ref : main
41
+ test-infra-ref : release/2.1
42
42
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
43
43
pre-script : ${{ matrix.pre-script }}
44
44
post-script : ${{ matrix.post-script }}
Original file line number Diff line number Diff line change 15
15
16
16
jobs :
17
17
generate-matrix :
18
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
18
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.1
19
19
with :
20
20
package-type : wheel
21
21
os : windows
22
22
test-infra-repository : pytorch/test-infra
23
- test-infra-ref : main
23
+ test-infra-ref : release/2.1
24
24
build :
25
25
needs : generate-matrix
26
26
strategy :
@@ -34,12 +34,12 @@ jobs:
34
34
smoke-test-script : test/smoke_test.py
35
35
package-name : torchvision
36
36
name : ${{ matrix.repository }}
37
- uses : pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
37
+ uses : pytorch/test-infra/.github/workflows/build_wheels_windows.yml@release/2.1
38
38
with :
39
39
repository : ${{ matrix.repository }}
40
40
ref : " "
41
41
test-infra-repository : pytorch/test-infra
42
- test-infra-ref : main
42
+ test-infra-ref : release/2.1
43
43
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
44
44
pre-script : ${{ matrix.pre-script }}
45
45
env-script : ${{ matrix.env-script }}
You can’t perform that action at this time.
0 commit comments