diff --git a/.github/workflows/build_wheels_linux.yml b/.github/workflows/build_wheels_linux.yml index 7757f7f3e3..0a9ca9a9b2 100644 --- a/.github/workflows/build_wheels_linux.yml +++ b/.github/workflows/build_wheels_linux.yml @@ -22,26 +22,29 @@ on: jobs: generate-matrix: - uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main + uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@test_meta_cdn with: package-type: wheel os: linux with-cpu: enable with-cuda: enable with-rocm: disable + test-infra-ref: test_meta_cdn build: needs: generate-matrix permissions: id-token: write contents: read - uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main + uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@test_meta_cdn with: # Set the ref to an empty string instead of the default nightly because # torchao doesn't have nightly branch setup yet, instead the build is # triggered daily from main with a schedule repository: pytorch/ao ref: "" + # this is test + test-infra-ref: test_meta_cdn build-matrix: ${{ needs.generate-matrix.outputs.matrix }} env-var-script: packaging/env_var_script_linux.sh pre-script: packaging/pre_build_script.sh