File tree 11 files changed +55
-55
lines changed
11 files changed +55
-55
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_v2.yml@main
23
+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.6
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.6
30
30
script : |
31
31
set -euo pipefail
32
32
@@ -41,11 +41,11 @@ jobs:
41
41
include :
42
42
- runner : macos-m1-stable
43
43
fail-fast : false
44
- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
44
+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.6
45
45
with :
46
46
repository : pytorch/vision
47
47
runner : ${{ matrix.runner }}
48
- test-infra-ref : main
48
+ test-infra-ref : release/2.6
49
49
script : |
50
50
set -euo pipefail
51
51
@@ -65,13 +65,13 @@ jobs:
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.6
69
69
with :
70
70
repository : pytorch/vision
71
71
runner : ${{ matrix.runner }}
72
72
gpu-arch-type : ${{ matrix.gpu-arch-type }}
73
73
gpu-arch-version : ${{ matrix.gpu-arch-version }}
74
- test-infra-ref : main
74
+ test-infra-ref : release/2.6
75
75
script : |
76
76
set -euo pipefail
77
77
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.6
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.6
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.6
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.6
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.6
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.6
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.6
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.6
44
44
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
45
45
env-var-script : ./.github/scripts/export_IS_M1_CONDA_BUILD_JOB.sh
46
46
pre-script : ${{ matrix.pre-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.6
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.6
24
24
build :
25
25
needs : generate-matrix
26
26
strategy :
@@ -35,13 +35,13 @@ jobs:
35
35
smoke-test-script : test/smoke_test.py
36
36
package-name : torchvision
37
37
name : ${{ matrix.repository }}
38
- uses : pytorch/test-infra/.github/workflows/build_conda_windows.yml@main
38
+ uses : pytorch/test-infra/.github/workflows/build_conda_windows.yml@release/2.6
39
39
with :
40
40
conda-package-directory : ${{ matrix.conda-package-directory }}
41
41
repository : ${{ matrix.repository }}
42
42
ref : " "
43
43
test-infra-repository : pytorch/test-infra
44
- test-infra-ref : main
44
+ test-infra-ref : release/2.6
45
45
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
46
46
pre-script : ${{ matrix.pre-script }}
47
47
post-script : ${{ matrix.post-script }}
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ permissions:
19
19
20
20
jobs :
21
21
generate-matrix :
22
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
22
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.6
23
23
with :
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.6
28
28
with-cuda : disable
29
29
build :
30
30
needs : generate-matrix
@@ -38,12 +38,12 @@ jobs:
38
38
smoke-test-script : test/smoke_test.py
39
39
package-name : torchvision
40
40
name : ${{ matrix.repository }}
41
- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
41
+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.6
42
42
with :
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.6
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 @@ -19,12 +19,12 @@ permissions:
19
19
20
20
jobs :
21
21
generate-matrix :
22
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
22
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.6
23
23
with :
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.6
28
28
with-xpu : enable
29
29
build :
30
30
needs : generate-matrix
@@ -38,12 +38,12 @@ jobs:
38
38
smoke-test-script : test/smoke_test.py
39
39
package-name : torchvision
40
40
name : ${{ matrix.repository }}
41
- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
41
+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.6
42
42
with :
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.6
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 @@ -19,12 +19,12 @@ permissions:
19
19
20
20
jobs :
21
21
generate-matrix :
22
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
22
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.6
23
23
with :
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.6
28
28
build :
29
29
needs : generate-matrix
30
30
strategy :
@@ -37,12 +37,12 @@ jobs:
37
37
smoke-test-script : test/smoke_test.py
38
38
package-name : torchvision
39
39
name : ${{ matrix.repository }}
40
- uses : pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main
40
+ uses : pytorch/test-infra/.github/workflows/build_wheels_macos.yml@release/2.6
41
41
with :
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.6
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 @@ -19,12 +19,12 @@ permissions:
19
19
20
20
jobs :
21
21
generate-matrix :
22
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
22
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.6
23
23
with :
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.6
28
28
with-xpu : enable
29
29
build :
30
30
needs : generate-matrix
@@ -39,12 +39,12 @@ jobs:
39
39
smoke-test-script : test/smoke_test.py
40
40
package-name : torchvision
41
41
name : ${{ matrix.repository }}
42
- uses : pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
42
+ uses : pytorch/test-infra/.github/workflows/build_wheels_windows.yml@release/2.6
43
43
with :
44
44
repository : ${{ matrix.repository }}
45
45
ref : " "
46
46
test-infra-repository : pytorch/test-infra
47
- test-infra-ref : main
47
+ test-infra-ref : release/2.6
48
48
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
49
49
pre-script : ${{ matrix.pre-script }}
50
50
env-script : ${{ matrix.env-script }}
Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
build :
17
- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
17
+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.6
18
18
with :
19
19
repository : pytorch/vision
20
20
upload-artifact : docs
21
- test-infra-ref : main
21
+ test-infra-ref : release/2.6
22
22
script : |
23
23
set -euo pipefail
24
24
@@ -81,12 +81,12 @@ jobs:
81
81
((github.ref_type == 'branch' && github.ref_name == 'main') || github.ref_type == 'tag')
82
82
permissions :
83
83
contents : write
84
- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
84
+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.6
85
85
with :
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.6
90
90
script : |
91
91
set -euo pipefail
92
92
Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
python-source-and-configs :
14
- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
14
+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.6
15
15
with :
16
16
repository : pytorch/vision
17
- test-infra-ref : main
17
+ test-infra-ref : release/2.6
18
18
script : |
19
19
set -euo pipefail
20
20
@@ -38,10 +38,10 @@ jobs:
38
38
fi
39
39
40
40
c-source :
41
- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
41
+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.6
42
42
with :
43
43
repository : pytorch/vision
44
- test-infra-ref : main
44
+ test-infra-ref : release/2.6
45
45
script : |
46
46
set -euo pipefail
47
47
@@ -65,10 +65,10 @@ jobs:
65
65
66
66
67
67
python-types :
68
- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
68
+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.6
69
69
with :
70
70
repository : pytorch/vision
71
- test-infra-ref : main
71
+ test-infra-ref : release/2.6
72
72
script : |
73
73
set -euo pipefail
74
74
95
95
runs-on : ubuntu-latest
96
96
steps :
97
97
- name : Run BC Lint Action
98
- uses : pytorch/test-infra/.github/actions/bc-lint@main
98
+ uses : pytorch/test-infra/.github/actions/bc-lint@release/2.6
99
99
with :
100
100
repo : ${{ github.event.pull_request.head.repo.full_name }}
101
101
base_sha : ${{ github.event.pull_request.base.sha }}
You can’t perform that action at this time.
0 commit comments