File tree Expand file tree Collapse file tree 16 files changed +62
-62
lines changed
.ci/docker/ci_commit_pins Expand file tree Collapse file tree 16 files changed +62
-62
lines changed Original file line number Diff line number Diff line change 1
- 00e3eea170ce5db8ea9c62ce5e48f13886cd6d20
1
+ release/2.5
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.5
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.5
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 @@ -127,7 +127,7 @@ jobs:
127
127
128
128
export-models :
129
129
name : export-models
130
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
130
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.5
131
131
needs : set-parameters
132
132
strategy :
133
133
matrix :
@@ -178,7 +178,7 @@ jobs:
178
178
179
179
build-llm-demo :
180
180
name : build-llm-demo
181
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
181
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.5
182
182
needs : set-parameters
183
183
with :
184
184
runner : linux.2xlarge
@@ -208,7 +208,7 @@ jobs:
208
208
permissions :
209
209
id-token : write
210
210
contents : read
211
- uses : pytorch/test-infra/.github/workflows/mobile_job.yml@main
211
+ uses : pytorch/test-infra/.github/workflows/mobile_job.yml@release/2.5
212
212
needs :
213
213
- set-parameters
214
214
- build-llm-demo
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ concurrency:
25
25
jobs :
26
26
build-llm-demo :
27
27
name : build-llm-demo
28
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
28
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.5
29
29
with :
30
30
runner : linux.2xlarge
31
31
docker-image : executorch-ubuntu-22.04-clang12-android
56
56
API_LEVEL : 34
57
57
steps :
58
58
- name : Setup SSH (Click me for login details)
59
- uses : pytorch/test-infra/.github/actions/setup-ssh@main
59
+ uses : pytorch/test-infra/.github/actions/setup-ssh@release/2.5
60
60
with :
61
61
github-secret : ${{ secrets.GITHUB_TOKEN }}
62
62
instructions : |
67
67
submodules : false
68
68
69
69
- name : Setup conda
70
- uses : pytorch/test-infra/.github/actions/setup-miniconda@main
70
+ uses : pytorch/test-infra/.github/actions/setup-miniconda@release/2.5
71
71
with :
72
72
python-version : ' 3.10'
73
73
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
117
117
export-models :
118
118
name : export-models
119
- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
119
+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.5
120
120
needs : set-parameters
121
121
strategy :
122
122
matrix :
@@ -180,7 +180,7 @@ jobs:
180
180
181
181
build-benchmark-app :
182
182
name : build-benchmark-app
183
- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
183
+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.5
184
184
needs :
185
185
- set-parameters
186
186
secrets : inherit
@@ -284,7 +284,7 @@ jobs:
284
284
permissions :
285
285
id-token : write
286
286
contents : read
287
- uses : pytorch/test-infra/.github/workflows/mobile_job.yml@main
287
+ uses : pytorch/test-infra/.github/workflows/mobile_job.yml@release/2.5
288
288
strategy :
289
289
matrix :
290
290
model : ${{ fromJson(needs.set-parameters.outputs.models) }}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ concurrency:
27
27
jobs :
28
28
build-demo-ios :
29
29
name : build-demo-ios
30
- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
30
+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.5
31
31
secrets : inherit
32
32
with :
33
33
runner : macos-latest-xlarge
94
94
permissions :
95
95
id-token : write
96
96
contents : read
97
- uses : pytorch/test-infra/.github/workflows/mobile_job.yml@main
97
+ uses : pytorch/test-infra/.github/workflows/mobile_job.yml@release/2.5
98
98
with :
99
99
device-type : ios
100
100
# For iOS testing, the runner just needs to call AWS Device Farm, so there is no need to run this on macOS
@@ -111,7 +111,7 @@ jobs:
111
111
112
112
build-frameworks-ios :
113
113
name : build-frameworks-ios
114
- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
114
+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.5
115
115
with :
116
116
runner : macos-latest-xlarge
117
117
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.5
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.5
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.5
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.5
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.5
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.5
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.5
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.5
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.5
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.5
86
86
with :
87
87
repository : pytorch/executorch
88
88
download-artifact : docs
97
97
export GITHUB_REF=${{ github.ref }}
98
98
99
99
# Convert refs/tags/v1.12.0rc3 into 1.12.
100
- # Adopted from https://github.com/pytorch/pytorch/blob/main /.github/workflows/_docs.yml#L150C11-L155C13
100
+ # Adopted from https://github.com/pytorch/pytorch/blob/release/2.5 /.github/workflows/_docs.yml#L150C11-L155C13
101
101
if [[ "${GITHUB_REF}" =~ ^refs/tags/v([0-9]+\.[0-9]+) ]]; then
102
102
TARGET_FOLDER="${BASH_REMATCH[1]}"
103
103
else
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.5
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.5
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.5
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.5
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.5
20
20
with :
21
21
runner : linux.2xlarge
22
22
docker-image : executorch-ubuntu-22.04-linter
56
56
exit $RC
57
57
58
58
android-java-format :
59
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
59
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.5
60
60
with :
61
61
runner : linux.2xlarge
62
62
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.5
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.5
31
31
updatebot-token : ${{ secrets.UPDATEBOT_TOKEN }}
32
32
pytorchbot-token : ${{ secrets.GH_PYTORCHBOT_TOKEN }}
Original file line number Diff line number Diff line change 39
39
40
40
test-models-linux :
41
41
name : test-models-linux
42
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
42
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.5
43
43
needs : gather-models
44
44
strategy :
45
45
matrix : ${{ fromJSON(needs.gather-models.outputs.models) }}
You can’t perform that action at this time.
0 commit comments