Skip to content

Commit a14f749

Browse files
committed
Check binaries for release/0.8
1 parent b5c1180 commit a14f749

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/workflows/build-wheels_m1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ permissions:
2222
contents: read
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@torchao-release0.8
2626
with:
2727
package-type: wheel
2828
os: macos-arm64
2929
build:
3030
needs: generate-matrix
3131
if: github.repository_owner == 'pytorch'
3232
name: pytorch/ao
33-
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main
33+
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@torchao-release0.8
3434
with:
3535
repository: pytorch/ao
3636
ref: ${{ github.head_ref || github.ref_name }}

.github/workflows/build_wheels_aarch64_linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ 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@torchao-release0.8
2626
with:
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.8
3131
with-cuda: disable
3232

3333
build:
3434
needs: generate-matrix
3535
permissions:
3636
id-token: write
3737
contents: read
38-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
38+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@torchao-release0.8
3939
with:
4040
# Set the ref to an empty string instead of the default nightly because
4141
# torchao doesn't have nightly branch setup yet, instead the build is

.github/workflows/build_wheels_linux.yml

Lines changed: 3 additions & 3 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@torchao-release0.8
2626
with:
2727
package-type: wheel
2828
os: linux
@@ -36,15 +36,15 @@ jobs:
3636
permissions:
3737
id-token: write
3838
contents: read
39-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
39+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@torchao-release0.8
4040
with:
4141
# Set the ref to an empty string instead of the default nightly because
4242
# torchao doesn't have nightly branch setup yet, instead the build is
4343
# triggered daily from main with a schedule
4444
repository: pytorch/ao
4545
ref: ""
4646
test-infra-repository: pytorch/test-infra
47-
test-infra-ref: main
47+
test-infra-ref: torchao-release0.8
4848
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4949
env-var-script: packaging/env_var_script_linux.sh
5050
pre-script: packaging/pre_build_script.sh

.github/workflows/build_wheels_windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ permissions:
2525

2626
jobs:
2727
generate-matrix:
28-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
28+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@torchao-release0.8
2929
with:
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.8
3434
with-xpu: enable
3535
with-cuda: disable
3636

@@ -47,12 +47,12 @@ jobs:
4747
smoke-test-script: packaging/smoke_test.py
4848
package-name: torchao
4949
name: ${{ matrix.repository }}
50-
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
50+
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@torchao-release0.8
5151
with:
5252
repository: ${{ matrix.repository }}
5353
ref: ""
5454
test-infra-repository: pytorch/test-infra
55-
test-infra-ref: main
55+
test-infra-ref: torchao-release0.8
5656
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5757
pre-script: ${{ matrix.pre-script }}
5858
env-script: ${{ matrix.env-script }}

.github/workflows/validate-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ on:
3636
type: string
3737
jobs:
3838
validate-binaries:
39-
uses: pytorch/test-infra/.github/workflows/validate-domain-library.yml@main
39+
uses: pytorch/test-infra/.github/workflows/validate-domain-library.yml@torchao-release0.8
4040
with:
4141
package_type: "wheel"
4242
version: ${{ inputs.version }}

0 commit comments

Comments
 (0)