Skip to content

Commit 9116598

Browse files
committed
[Release 0.7] Update CI pins
- Remove nightly pin from install_requirements.py
1 parent 729f9a3 commit 9116598

20 files changed

+89
-102
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9b498d3bb28b8e3411ce464dd2755c5b96d92c8f
1+
release/2.8

.github/workflows/_android.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build-llm-demo:
99
name: build-llm-demo
10-
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
10+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.8
1111
permissions:
1212
id-token: write
1313
contents: read
@@ -71,7 +71,7 @@ jobs:
7171
API_LEVEL: 34
7272
steps:
7373
- name: Setup SSH (Click me for login details)
74-
uses: pytorch/test-infra/.github/actions/setup-ssh@main
74+
uses: pytorch/test-infra/.github/actions/setup-ssh@release/2.8
7575
with:
7676
github-secret: ${{ secrets.GITHUB_TOKEN }}
7777
instructions: |
@@ -82,7 +82,7 @@ jobs:
8282
submodules: false
8383

8484
- name: Setup conda
85-
uses: pytorch/test-infra/.github/actions/setup-miniconda@main
85+
uses: pytorch/test-infra/.github/actions/setup-miniconda@release/2.8
8686
with:
8787
python-version: '3.10'
8888

.github/workflows/_link_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
lint-urls:
1010
if: ${{ github.event_name != 'pull_request' || !contains(github.event.pull_request.labels.*.name, 'skip-url-lint') }}
11-
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
11+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.8
1212
with:
1313
runner: linux.2xlarge
1414
docker-image: executorch-ubuntu-22.04-linter
@@ -33,7 +33,7 @@ jobs:
3333
3434
lint-xrefs:
3535
if: ${{ github.event_name != 'pull_request' || !contains(github.event.pull_request.labels.*.name, 'skip-xref-lint') }}
36-
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
36+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.8
3737
with:
3838
runner: linux.2xlarge
3939
docker-image: executorch-ubuntu-22.04-linter

.github/workflows/_unittest.yml

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

2727
jobs:
2828
linux:
29-
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
29+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.8
3030
permissions:
3131
id-token: write
3232
contents: read
@@ -41,7 +41,7 @@ jobs:
4141
.ci/scripts/unittest-linux.sh --build-tool "${{ inputs.build-tool }}" --build-mode "${{ inputs.build-mode }}" --editable "${{ inputs.editable }}"
4242
4343
macos:
44-
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
44+
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.8
4545
with:
4646
runner: macos-m1-stable
4747
python-version: '3.11'

.github/workflows/android-perf.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157

158158
export-models:
159159
name: export-models
160-
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
160+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.8
161161
permissions:
162162
id-token: write
163163
contents: read
@@ -402,7 +402,7 @@ jobs:
402402
403403
build-benchmark-app:
404404
name: build-benchmark-app
405-
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
405+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.8
406406
permissions:
407407
id-token: write
408408
contents: read
@@ -450,7 +450,7 @@ jobs:
450450
permissions:
451451
id-token: write
452452
contents: read
453-
uses: pytorch/test-infra/.github/workflows/mobile_job.yml@main
453+
uses: pytorch/test-infra/.github/workflows/mobile_job.yml@release/2.8
454454
needs:
455455
- set-parameters
456456
- prepare-test-specs
@@ -496,7 +496,7 @@ jobs:
496496
aws-region: us-east-1
497497

498498
- name: Setup conda
499-
uses: pytorch/test-infra/.github/actions/setup-miniconda@main
499+
uses: pytorch/test-infra/.github/actions/setup-miniconda@release/2.8
500500
with:
501501
python-version: '3.10'
502502

@@ -554,7 +554,7 @@ jobs:
554554
done
555555
556556
- name: Upload the benchmark results (v3)
557-
uses: pytorch/test-infra/.github/actions/upload-benchmark-results@main
557+
uses: pytorch/test-infra/.github/actions/upload-benchmark-results@release/2.8
558558
with:
559559
benchmark-results-dir: benchmark-results/v3
560560
dry-run: false

.github/workflows/android-release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
name: build-aar
4848
needs: check-if-aar-exists
4949
if: ${{ !github.event.pull_request.head.repo.fork }}
50-
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.7
50+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.8
5151
secrets: inherit
5252
permissions:
5353
id-token: write

.github/workflows/apple-perf.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159

160160
export-models:
161161
name: export-models
162-
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
162+
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.8
163163
needs: set-parameters
164164
secrets: inherit
165165
strategy:
@@ -411,7 +411,7 @@ jobs:
411411
412412
build-benchmark-app:
413413
name: build-benchmark-app
414-
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
414+
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.8
415415
needs:
416416
- set-parameters
417417
secrets: inherit
@@ -496,7 +496,7 @@ jobs:
496496
permissions:
497497
id-token: write
498498
contents: read
499-
uses: pytorch/test-infra/.github/workflows/mobile_job.yml@main
499+
uses: pytorch/test-infra/.github/workflows/mobile_job.yml@release/2.8
500500
strategy:
501501
matrix: ${{ fromJson(needs.set-parameters.outputs.benchmark_configs) }}
502502
fail-fast: false
@@ -539,7 +539,7 @@ jobs:
539539
aws-region: us-east-1
540540

541541
- name: Setup conda
542-
uses: pytorch/test-infra/.github/actions/setup-miniconda@main
542+
uses: pytorch/test-infra/.github/actions/setup-miniconda@release/2.8
543543
with:
544544
python-version: '3.10'
545545

@@ -595,7 +595,7 @@ jobs:
595595
done
596596
597597
- name: Upload the benchmark results (v3)
598-
uses: pytorch/test-infra/.github/actions/upload-benchmark-results@main
598+
uses: pytorch/test-infra/.github/actions/upload-benchmark-results@release/2.8
599599
with:
600600
benchmark-results-dir: benchmark-results/v3
601601
dry-run: false

.github/workflows/apple.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
name: build-demo-ios
4747
# NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
4848
if: ${{ !github.event.pull_request.head.repo.fork }}
49-
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
49+
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.8
5050
secrets: inherit
5151
with:
5252
runner: macos-latest-xlarge
@@ -116,7 +116,7 @@ jobs:
116116
permissions:
117117
id-token: write
118118
contents: read
119-
uses: pytorch/test-infra/.github/workflows/mobile_job.yml@main
119+
uses: pytorch/test-infra/.github/workflows/mobile_job.yml@release/2.8
120120
with:
121121
device-type: ios
122122
# For iOS testing, the runner just needs to call AWS Device Farm, so there is no need to run this on macOS
@@ -134,7 +134,7 @@ jobs:
134134
build-frameworks-ios:
135135
name: build-frameworks-ios
136136
needs: set-version
137-
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
137+
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.8
138138
with:
139139
runner: macos-latest-xlarge
140140
python-version: '3.11'
@@ -271,7 +271,7 @@ jobs:
271271
name: build-benchmark-app
272272
# NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
273273
if: ${{ !github.event.pull_request.head.repo.fork }}
274-
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
274+
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.8
275275
secrets: inherit
276276
with:
277277
runner: macos-latest-xlarge

.github/workflows/build-presets.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
jobs:
1818
apple:
19-
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
19+
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.8
2020
strategy:
2121
fail-fast: false
2222
matrix:
@@ -35,7 +35,7 @@ jobs:
3535
${CONDA_RUN} cmake --build cmake-out -j$(( $(sysctl -n hw.ncpu) - 1 ))
3636
3737
linux:
38-
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
38+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.8
3939
strategy:
4040
fail-fast: false
4141
matrix:
@@ -68,7 +68,7 @@ jobs:
6868
cmake --build cmake-out -j$(( $(nproc) - 1 ))
6969
7070
windows:
71-
uses: pytorch/test-infra/.github/workflows/windows_job.yml@main
71+
uses: pytorch/test-infra/.github/workflows/windows_job.yml@release/2.8
7272
strategy:
7373
fail-fast: false
7474
matrix:

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

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

2323
jobs:
2424
generate-matrix:
25-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
25+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.8
2626
with:
2727
package-type: wheel
2828
os: linux
@@ -47,7 +47,7 @@ jobs:
4747
smoke-test-script: .ci/scripts/wheel/test_linux.py
4848
package-name: executorch
4949
name: ${{ matrix.repository }}
50-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
50+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.8
5151
with:
5252
repository: ${{ matrix.repository }}
5353
ref: ""

0 commit comments

Comments
 (0)