File tree Expand file tree Collapse file tree 13 files changed +45
-45
lines changed
.ci/docker/ci_commit_pins Expand file tree Collapse file tree 13 files changed +45
-45
lines changed Original file line number Diff line number Diff line change 1
- 48b6c8dbc376db4406a979b35cd6909bcb428931
1
+ release/2.4
Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
linux :
17
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
17
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.4
18
18
with :
19
19
runner : linux.2xlarge
20
20
docker-image : ${{ inputs.docker-image }}
44
44
test/run_oss_cpp_tests.sh
45
45
46
46
macos :
47
- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
47
+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.4
48
48
with :
49
49
runner : macos-m1-stable
50
50
python-version : ' 3.11'
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ concurrency:
24
24
jobs :
25
25
test-demo-android :
26
26
name : test-demo-android
27
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
27
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.4
28
28
strategy :
29
29
matrix :
30
30
include :
@@ -103,7 +103,7 @@ jobs:
103
103
permissions :
104
104
id-token : write
105
105
contents : read
106
- uses : pytorch/test-infra/.github/workflows/mobile_job.yml@main
106
+ uses : pytorch/test-infra/.github/workflows/mobile_job.yml@release/2.4
107
107
with :
108
108
device-type : android
109
109
runner : ubuntu-latest
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ concurrency:
26
26
jobs :
27
27
test-demo-ios :
28
28
name : test-demo-ios
29
- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
29
+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.4
30
30
with :
31
31
runner : macos-latest-xlarge
32
32
python-version : ' 3.11'
48
48
49
49
build-frameworks-ios :
50
50
name : build-frameworks-ios
51
- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
51
+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.4
52
52
with :
53
53
runner : macos-latest-xlarge
54
54
python-version : ' 3.11'
Original file line number Diff line number Diff line change 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.4
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.4
28
28
with-cuda : disabled
29
29
with-rocm : disabled
30
30
@@ -43,12 +43,12 @@ jobs:
43
43
smoke-test-script : build/packaging/smoke_test.py
44
44
package-name : executorch
45
45
name : ${{ matrix.repository }}
46
- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
46
+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.4
47
47
with :
48
48
repository : ${{ matrix.repository }}
49
49
ref : " "
50
50
test-infra-repository : pytorch/test-infra
51
- test-infra-ref : main
51
+ test-infra-ref : release/2.4
52
52
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
53
53
# ExecuTorch only needs the first layer of submodules; override the
54
54
# "recursive" default to do less work, and to give the buck daemon fewer
Original file line number Diff line number Diff line change 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.4
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.4
28
28
with-cuda : disabled
29
29
with-rocm : disabled
30
30
@@ -43,12 +43,12 @@ jobs:
43
43
smoke-test-script : build/packaging/smoke_test.py
44
44
package-name : executorch
45
45
name : ${{ matrix.repository }}
46
- uses : pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main
46
+ uses : pytorch/test-infra/.github/workflows/build_wheels_macos.yml@release/2.4
47
47
with :
48
48
repository : ${{ matrix.repository }}
49
49
ref : " "
50
50
test-infra-repository : pytorch/test-infra
51
- test-infra-ref : main
51
+ test-infra-ref : release/2.4
52
52
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
53
53
# ExecuTorch only needs the first layer of submodules; override the
54
54
# "recursive" default to do less work, and to give the buck daemon fewer
Original file line number Diff line number Diff line change 15
15
16
16
jobs :
17
17
build :
18
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
18
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.4
19
19
strategy :
20
20
matrix :
21
21
include :
82
82
if : github.repository == 'pytorch/executorch' && github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
83
83
permissions :
84
84
contents : write
85
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
85
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.4
86
86
with :
87
87
repository : pytorch/executorch
88
88
download-artifact : docs
Original file line number Diff line number Diff line change @@ -50,25 +50,25 @@ jobs:
50
50
mkdir "${GITHUB_WORKSPACE}"
51
51
52
52
- name : Setup SSH (Click me for login details)
53
- uses : pytorch/test-infra/.github/actions/setup-ssh@main
53
+ uses : pytorch/test-infra/.github/actions/setup-ssh@release/2.4
54
54
with :
55
55
github-secret : ${{ secrets.GITHUB_TOKEN }}
56
56
57
57
- name : Checkout Executorch
58
58
uses : actions/checkout@v3
59
59
60
60
- name : Setup Linux
61
- uses : pytorch/test-infra/.github/actions/setup-linux@main
61
+ uses : pytorch/test-infra/.github/actions/setup-linux@release/2.4
62
62
63
63
- name : Build docker image
64
64
id : build-docker-image
65
- uses : pytorch/test-infra/.github/actions/calculate-docker-image@main
65
+ uses : pytorch/test-infra/.github/actions/calculate-docker-image@release/2.4
66
66
with :
67
67
docker-image-name : ${{ matrix.docker-image-name }}
68
68
always-rebuild : true
69
69
push : true
70
70
force-push : true
71
71
72
72
- name : Teardown Linux
73
- uses : pytorch/test-infra/.github/actions/teardown-linux@main
73
+ uses : pytorch/test-infra/.github/actions/teardown-linux@release/2.4
74
74
if : always()
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
16
16
17
17
jobs :
18
18
lintrunner :
19
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
19
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.4
20
20
with :
21
21
runner : linux.2xlarge
22
22
docker-image : executorch-ubuntu-22.04-linter
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
21
21
environment : ${{ (github.event_name == 'schedule') && 'update-commit-hash' || '' }}
22
22
steps :
23
23
- name : update-pytorch-commit-hash
24
- uses : pytorch/test-infra/.github/actions/update-commit-hash@main
24
+ uses : pytorch/test-infra/.github/actions/update-commit-hash@release/2.4
25
25
if : ${{ github.event_name == 'schedule' }}
26
26
with :
27
27
repo-name : pytorch
28
28
branch : main
29
29
pin-folder : .ci/docker/ci_commit_pins
30
- test-infra-ref : main
30
+ test-infra-ref : release/2.4
31
31
updatebot-token : ${{ secrets.UPDATEBOT_TOKEN }}
32
32
pytorchbot-token : ${{ secrets.GH_PYTORCHBOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments