Skip to content

Commit 78a3412

Browse files
authored
Set test-infra-ref param for release (#1739)
* Set test-infra-ref param for release * rest
1 parent a4845f1 commit 78a3412

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.github/workflows/build-wheels_m1.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
package-type: wheel
2828
os: macos-arm64
29+
test-infra-ref: torchao-release0.9
2930
build:
3031
needs: generate-matrix
3132
if: github.repository_owner == 'pytorch'
@@ -36,6 +37,7 @@ jobs:
3637
ref: ${{ github.head_ref || github.ref_name }}
3738
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
3839
pre-script: packaging/pre_build_script.sh
40+
test-infra-ref: torchao-release0.9
3941
# post-script: packaging/post_build_script.sh
4042
package-name: torchao
4143
runner-type: macos-m1-stable
@@ -70,5 +72,5 @@ jobs:
7072
Error Information:
7173
${{ needs.generate-matrix.result == 'failure' && 'Matrix generation failed' || '' }}
7274
${{ needs.build.result == 'failure' && 'Build job failed' || '' }}
73-
75+
7476
This is an automated notification. Please check the GitHub Actions page for more details about the failure.

.github/workflows/build_wheels_aarch64_linux.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
package-type: wheel
2828
os: linux-aarch64
2929
test-infra-repository: pytorch/test-infra
30-
test-infra-ref: main
30+
test-infra-ref: torchao-release0.9
3131
with-cuda: disable
3232
# please note: excluding 3.13t for aarch64 builds for now
3333
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
@@ -48,6 +48,7 @@ jobs:
4848
pre-script: packaging/pre_build_script.sh
4949
# post-script: packaging/post_build_script.sh
5050
smoke-test-script: packaging/smoke_test.py
51+
test-infra-ref: torchao-release0.9
5152
package-name: torchao
5253
trigger-event: ${{ github.event_name }}
5354
architecture: aarch64
@@ -83,5 +84,5 @@ jobs:
8384
Error Information:
8485
${{ needs.generate-matrix.result == 'failure' && 'Matrix generation failed' || '' }}
8586
${{ needs.build.result == 'failure' && 'Build job failed' || '' }}
86-
87+
8788
This is an automated notification. Please check the GitHub Actions page for more details about the failure.

.github/workflows/build_wheels_linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with-cuda: enable
3131
with-rocm: enable
3232
with-xpu: enable
33+
test-infra-ref: torchao-release0.9
3334
# please note: excluding 3.13t for aarch64 builds for now
3435
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
3536

@@ -46,7 +47,7 @@ jobs:
4647
repository: pytorch/ao
4748
ref: ""
4849
test-infra-repository: pytorch/test-infra
49-
test-infra-ref: main
50+
test-infra-ref: torchao-release0.9
5051
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5152
env-var-script: packaging/env_var_script_linux.sh
5253
pre-script: packaging/pre_build_script.sh

.github/workflows/build_wheels_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
package-type: wheel
3131
os: windows
3232
test-infra-repository: pytorch/test-infra
33-
test-infra-ref: main
33+
test-infra-ref: torchao-release0.9
3434
with-xpu: enable
3535
with-cuda: disable
3636

@@ -52,7 +52,7 @@ jobs:
5252
repository: ${{ matrix.repository }}
5353
ref: ""
5454
test-infra-repository: pytorch/test-infra
55-
test-infra-ref: main
55+
test-infra-ref: torchao-release0.9
5656
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5757
pre-script: ${{ matrix.pre-script }}
5858
env-script: ${{ matrix.env-script }}

0 commit comments

Comments
 (0)