Skip to content

Commit 9e1aa39

Browse files
committed
[RELEASE-ONLY CHANGES] Branch Cut for Release 0.2 (#2735)
1 parent 6e2705e commit 9e1aa39

12 files changed

+38
-38
lines changed

.github/workflows/_unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
linux:
17-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
17+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
1818
strategy:
1919
matrix:
2020
include:
@@ -43,7 +43,7 @@ jobs:
4343
pytest -n auto --cov=./ --cov-report=xml
4444
4545
macos:
46-
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
46+
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.3
4747
strategy:
4848
matrix:
4949
include:

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121
jobs:
2222
test-demo-android:
2323
name: test-demo-android
24-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
24+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
2525
strategy:
2626
matrix:
2727
include:

.github/workflows/apple.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ concurrency:
2626
jobs:
2727
test-demo-ios:
2828
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.3
3030
with:
3131
runner: macos-latest-xlarge
3232
python-version: '3.11'
@@ -52,7 +52,7 @@ jobs:
5252
5353
build-frameworks-ios:
5454
name: build-frameworks-ios
55-
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
55+
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.3
5656
with:
5757
runner: macos-latest-xlarge
5858
python-version: '3.11'

.github/workflows/build-wheels-linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ on:
1919

2020
jobs:
2121
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.3
2323
with:
2424
package-type: wheel
2525
os: linux
2626
test-infra-repository: pytorch/test-infra
27-
test-infra-ref: main
27+
test-infra-ref: release/2.3
2828
with-cuda: disabled
2929
with-rocm: disabled
3030

@@ -43,12 +43,12 @@ jobs:
4343
smoke-test-script: build/packaging/smoke_test.py
4444
package-name: executorch
4545
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.3
4747
with:
4848
repository: ${{ matrix.repository }}
4949
ref: ""
5050
test-infra-repository: pytorch/test-infra
51-
test-infra-ref: main
51+
test-infra-ref: release/2.3
5252
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5353
pre-script: ${{ matrix.pre-script }}
5454
post-script: ${{ matrix.post-script }}

.github/workflows/build-wheels-m1.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ on:
1919

2020
jobs:
2121
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.3
2323
with:
2424
package-type: wheel
2525
os: macos-arm64
2626
test-infra-repository: pytorch/test-infra
27-
test-infra-ref: main
27+
test-infra-ref: release/2.3
2828
with-cuda: disabled
2929
with-rocm: disabled
3030

@@ -43,12 +43,12 @@ jobs:
4343
smoke-test-script: build/packaging/smoke_test.py
4444
package-name: executorch
4545
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.3
4747
with:
4848
repository: ${{ matrix.repository }}
4949
ref: ""
5050
test-infra-repository: pytorch/test-infra
51-
test-infra-ref: main
51+
test-infra-ref: release/2.3
5252
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5353
pre-script: ${{ matrix.pre-script }}
5454
post-script: ${{ matrix.post-script }}

.github/workflows/doc-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
build:
17-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
17+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
1818
strategy:
1919
matrix:
2020
include:
@@ -79,15 +79,15 @@ jobs:
7979
# upload-preview:
8080
# if: github.repository == 'pytorch/executorch' && github.event_name == 'push' &&
8181
# (github.ref_type == 'branch' && github.ref_name == 'main')
82-
# uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
82+
# uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
8383

8484
upload-gh-pages:
8585
needs: build
8686
if: github.repository == 'pytorch/executorch' && github.event_name == 'push' &&
8787
((github.ref_type == 'branch' && github.ref_name == 'main') || github.ref_type == 'tag')
8888
permissions:
8989
contents: write
90-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
90+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
9191
with:
9292
repository: pytorch/executorch
9393
download-artifact: docs

.github/workflows/docker-builds.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,25 +50,25 @@ jobs:
5050
mkdir "${GITHUB_WORKSPACE}"
5151
5252
- 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.3
5454
with:
5555
github-secret: ${{ secrets.GITHUB_TOKEN }}
5656

5757
- name: Checkout Executorch
5858
uses: actions/checkout@v3
5959

6060
- name: Setup Linux
61-
uses: pytorch/test-infra/.github/actions/setup-linux@main
61+
uses: pytorch/test-infra/.github/actions/setup-linux@release/2.3
6262

6363
- name: Build docker image
6464
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.3
6666
with:
6767
docker-image-name: ${{ matrix.docker-image-name }}
6868
always-rebuild: true
6969
push: true
7070
force-push: true
7171

7272
- name: Teardown Linux
73-
uses: pytorch/test-infra/.github/actions/teardown-linux@main
73+
uses: pytorch/test-infra/.github/actions/teardown-linux@release/2.3
7474
if: always()

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
jobs:
1818
lintrunner:
19-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
19+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
2020
with:
2121
runner: linux.2xlarge
2222
docker-image: executorch-ubuntu-22.04-linter

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
environment: ${{ (github.event_name == 'schedule') && 'update-commit-hash' || '' }}
2222
steps:
2323
- 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.3
2525
if: ${{ github.event_name == 'schedule' }}
2626
with:
2727
repo-name: pytorch
2828
branch: main
2929
pin-folder: .ci/docker/ci_commit_pins
30-
test-infra-ref: main
30+
test-infra-ref: release/2.3
3131
updatebot-token: ${{ secrets.UPDATEBOT_TOKEN }}
3232
pytorchbot-token: ${{ secrets.GH_PYTORCHBOT_TOKEN }}

.github/workflows/pull.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
test-setup-linux-gcc:
3535
name: test-setup-linux-gcc
36-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
36+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
3737
strategy:
3838
matrix:
3939
include:
@@ -58,7 +58,7 @@ jobs:
5858
5959
test-models-linux:
6060
name: test-models-linux
61-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
61+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
6262
needs: gather-models
6363
strategy:
6464
matrix: ${{ fromJSON(needs.gather-models.outputs.models) }}
@@ -85,7 +85,7 @@ jobs:
8585
8686
test-llama-runner-linux:
8787
name: test-llama-runner-linux
88-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
88+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
8989
strategy:
9090
matrix:
9191
dtype: [fp32]
@@ -139,7 +139,7 @@ jobs:
139139
140140
test-custom-ops-linux:
141141
name: test-custom-ops-linux
142-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
142+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
143143
strategy:
144144
matrix:
145145
include:
@@ -164,7 +164,7 @@ jobs:
164164
165165
test-selective-build-linux:
166166
name: test-selective-build-linux
167-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
167+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
168168
strategy:
169169
matrix:
170170
include:
@@ -189,7 +189,7 @@ jobs:
189189
190190
test-quantized-aot-lib-linux:
191191
name: test-quantized-aot-lib-linux
192-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
192+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
193193
strategy:
194194
matrix:
195195
include:
@@ -212,7 +212,7 @@ jobs:
212212
213213
test-pybind-build-linux:
214214
name: test-pybind-build-linux
215-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
215+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
216216
strategy:
217217
matrix:
218218
include:

.github/workflows/trunk.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
test-models-macos:
3636
name: test-models-macos
37-
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
37+
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.3
3838
needs: gather-models
3939
strategy:
4040
matrix: ${{ fromJSON(needs.gather-models.outputs.models) }}
@@ -63,7 +63,7 @@ jobs:
6363
6464
test-custom-ops-macos:
6565
name: test-custom-ops-macos
66-
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
66+
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.3
6767
strategy:
6868
matrix:
6969
include:
@@ -89,7 +89,7 @@ jobs:
8989
9090
test-selective-build-macos:
9191
name: test-selective-build-macos
92-
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
92+
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.3
9393
strategy:
9494
matrix:
9595
include:
@@ -115,7 +115,7 @@ jobs:
115115
116116
test-demo-backend-delegation:
117117
name: test-demo-backend-delegation
118-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
118+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
119119
strategy:
120120
matrix:
121121
include:
@@ -139,7 +139,7 @@ jobs:
139139
140140
test-arm-backend-delegation:
141141
name: test-arm-backend-delegation
142-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
142+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
143143
with:
144144
runner: linux.2xlarge
145145
docker-image: executorch-ubuntu-22.04-arm-sdk
@@ -169,7 +169,7 @@ jobs:
169169
170170
test-arm-reference-delegation:
171171
name: test-arm-reference-delegation
172-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
172+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
173173
with:
174174
runner: linux.2xlarge
175175
docker-image: executorch-ubuntu-22.04-arm-sdk
@@ -200,7 +200,7 @@ jobs:
200200
201201
test-coreml-delegate:
202202
name: test-coreml-delegate
203-
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
203+
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.3
204204
with:
205205
runner: macos-13-xlarge
206206
python-version: '3.11'

.github/workflows/update-viablestrict.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
environment: ${{ (github.event_name == 'schedule') && 'update-viable-strict' || '' }}
1717
steps:
1818
- name: Update viable/strict
19-
uses: pytorch/test-infra/.github/actions/update-viablestrict@main
19+
uses: pytorch/test-infra/.github/actions/update-viablestrict@release/2.3
2020
with:
2121
repository: pytorch/executorch
2222
stable-branch: viable/strict

0 commit comments

Comments
 (0)