Skip to content

Commit 3c1065c

Browse files
committed
test-infra branch ref changes for wheels
1 parent 79c8d01 commit 3c1065c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build_wheels_linux_aarch64.yml

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

2424
jobs:
2525
generate-matrix:
26-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
26+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@torchao-release0.16
2727
with:
2828
package-type: wheel
2929
os: linux-aarch64
@@ -37,15 +37,15 @@ jobs:
3737
permissions:
3838
id-token: write
3939
contents: read
40-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
40+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@torchao-release0.16
4141
with:
4242
# Set the ref to an empty string instead of the default nightly because
4343
# torchao doesn't have nightly branch setup yet, instead the build is
4444
# triggered daily from main with a schedule
4545
repository: pytorch/ao
4646
ref: ""
4747
test-infra-repository: pytorch/test-infra
48-
test-infra-ref: main
48+
test-infra-ref: torchao-release0.16
4949
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5050
env-var-script: packaging/env_var_script_linux.sh
5151
pre-script: packaging/pre_build_script.sh

.github/workflows/build_wheels_linux_x86.yml

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

2525
jobs:
2626
generate-matrix:
27-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
27+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@torchao-release0.16
2828
with:
2929
package-type: wheel
3030
os: linux
@@ -40,15 +40,15 @@ jobs:
4040
permissions:
4141
id-token: write
4242
contents: read
43-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
43+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@torchao-release0.16
4444
with:
4545
# Set the ref to an empty string instead of the default nightly because
4646
# torchao doesn't have nightly branch setup yet, instead the build is
4747
# triggered daily from main with a schedule
4848
repository: pytorch/ao
4949
ref: ""
5050
test-infra-repository: pytorch/test-infra
51-
test-infra-ref: main
51+
test-infra-ref: torchao-release0.16
5252
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5353
env-var-script: packaging/env_var_script_linux.sh
5454
pre-script: packaging/pre_build_script.sh

0 commit comments

Comments
 (0)