File tree Expand file tree Collapse file tree 16 files changed +67
-67
lines changed Expand file tree Collapse file tree 16 files changed +67
-67
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
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.2
24
24
with :
25
25
repository : pytorch/vision
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.2
30
30
script : |
31
31
set -euo pipefail
32
32
@@ -43,11 +43,11 @@ jobs:
43
43
- runner : macos-12
44
44
- runner : macos-m1-12
45
45
fail-fast : false
46
- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
46
+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.2
47
47
with :
48
48
repository : pytorch/vision
49
49
runner : ${{ matrix.runner }}
50
- test-infra-ref : main
50
+ test-infra-ref : release/2.2
51
51
script : |
52
52
set -euo pipefail
53
53
@@ -67,13 +67,13 @@ jobs:
67
67
gpu-arch-type : cuda
68
68
gpu-arch-version : " 11.8"
69
69
fail-fast : false
70
- uses : pytorch/test-infra/.github/workflows/windows_job.yml@main
70
+ uses : pytorch/test-infra/.github/workflows/windows_job.yml@release/2.2
71
71
with :
72
72
repository : pytorch/vision
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.2
77
77
script : |
78
78
set -euo pipefail
79
79
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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