File tree Expand file tree Collapse file tree 17 files changed +42
-42
lines changed Expand file tree Collapse file tree 17 files changed +42
-42
lines changed 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
with-cuda : disable
25
25
build :
26
26
needs : generate-matrix
@@ -35,13 +35,13 @@ jobs:
35
35
smoke-test-script : test/smoke_tests/smoke_tests.py
36
36
package-name : torchtext
37
37
name : ${{ matrix.repository }}
38
- uses : pytorch/test-infra/.github/workflows/build_conda_linux.yml@main
38
+ uses : pytorch/test-infra/.github/workflows/build_conda_linux.yml@release/2.2
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.2
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 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_tests/smoke_tests.py
35
35
package-name : torchtext
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_tests/smoke_tests.py
35
35
package-name : torchtext
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
with-cuda : disable
25
25
build :
26
26
needs : generate-matrix
@@ -35,13 +35,13 @@ jobs:
35
35
smoke-test-script : test/smoke_tests/smoke_tests.py
36
36
package-name : torchtext
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.2
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.2
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 14
14
15
15
jobs :
16
16
build :
17
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
17
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.2
18
18
with :
19
19
job-name : Build doc
20
20
runner : linux.2xlarge
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
with-cuda : disable
25
25
with-rocm : disable
26
26
build :
@@ -35,12 +35,12 @@ jobs:
35
35
smoke-test-script : test/smoke_tests/smoke_tests.py
36
36
package-name : torchtext
37
37
name : ${{ matrix.repository }}
38
- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
38
+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.2
39
39
with :
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 : 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
package-name : torchtext
34
34
smoke-test-script : test/smoke_tests/smoke_tests.py
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
package-name : torchtext
34
34
smoke-test-script : test/smoke_tests/smoke_tests.py
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
with-cuda : disable
25
25
build :
26
26
needs : generate-matrix
@@ -35,12 +35,12 @@ jobs:
35
35
smoke-test-script : test/smoke_tests/smoke_tests.py
36
36
package-name : torchtext
37
37
name : ${{ matrix.repository }}
38
- uses : pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
38
+ uses : pytorch/test-infra/.github/workflows/build_wheels_windows.yml@release/2.2
39
39
with :
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
env-script : ${{ matrix.env-script }}
Original file line number Diff line number Diff line change 12
12
matrix :
13
13
python_version : ["3.8"]
14
14
fail-fast : false
15
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
15
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.2
16
16
with :
17
17
runner : linux.12xlarge
18
18
repository : pytorch/text
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.yml@main
14
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.2
15
15
with :
16
16
repository : pytorch/text
17
17
script : |
41
41
echo '::endgroup::'
42
42
43
43
c-source :
44
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
44
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.2
45
45
with :
46
46
repository : pytorch/text
47
47
script : |
Original file line number Diff line number Diff line change 18
18
matrix :
19
19
python_version : ["3.8", "3.9", "3.10"]
20
20
fail-fast : false
21
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
21
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.2
22
22
with :
23
23
runner : linux.12xlarge
24
24
repository : pytorch/text
Original file line number Diff line number Diff line change 19
19
python_version : ["3.8"]
20
20
cuda_arch_version : ["11.7"]
21
21
fail-fast : false
22
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
22
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.2
23
23
with :
24
24
runner : linux.g5.4xlarge.nvidia.gpu
25
25
repository : pytorch/text
Original file line number Diff line number Diff line change 18
18
matrix :
19
19
python_version : ["3.8", "3.9", "3.10"]
20
20
fail-fast : false
21
- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
21
+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.2
22
22
with :
23
23
runner : macos-12
24
24
repository : pytorch/text
Original file line number Diff line number Diff line change 18
18
matrix :
19
19
python_version : ["3.8", "3.9", "3.10"]
20
20
fail-fast : false
21
- uses : pytorch/test-infra/.github/workflows/windows_job.yml@main
21
+ uses : pytorch/test-infra/.github/workflows/windows_job.yml@release/2.2
22
22
with :
23
23
runner : windows.4xlarge
24
24
repository : pytorch/text
Original file line number Diff line number Diff line change 45
45
type : string
46
46
jobs :
47
47
validate-binaries :
48
- uses : pytorch/test-infra/.github/workflows/validate-domain-library.yml@main
48
+ uses : pytorch/test-infra/.github/workflows/validate-domain-library.yml@release/2.2
49
49
with :
50
50
package_type : " conda,wheel"
51
51
os : ${{ inputs.os }}
Original file line number Diff line number Diff line change 1
- 0.17.0a0
1
+ 0.17.0
You can’t perform that action at this time.
0 commit comments