From 836e09cf3e7928775c7e883a46236eff8e362595 Mon Sep 17 00:00:00 2001 From: atalman Date: Tue, 15 Oct 2024 06:30:18 -0700 Subject: [PATCH 1/3] Test meta CDN --- .github/workflows/build_wheels_linux.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels_linux.yml b/.github/workflows/build_wheels_linux.yml index 7757f7f3e3..9dddbc050d 100644 --- a/.github/workflows/build_wheels_linux.yml +++ b/.github/workflows/build_wheels_linux.yml @@ -35,13 +35,14 @@ jobs: 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: "" + 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 From 800753496a93dcf39fb103451c799bd7dde5249a Mon Sep 17 00:00:00 2001 From: atalman Date: Tue, 15 Oct 2024 06:33:56 -0700 Subject: [PATCH 2/3] Test meta CDN --- .github/workflows/build_wheels_linux.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels_linux.yml b/.github/workflows/build_wheels_linux.yml index 9dddbc050d..151e35cc02 100644 --- a/.github/workflows/build_wheels_linux.yml +++ b/.github/workflows/build_wheels_linux.yml @@ -22,13 +22,14 @@ 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 @@ -42,7 +43,7 @@ jobs: # triggered daily from main with a schedule repository: pytorch/ao ref: "" - test-infra-ref: "test_meta_cdn" + 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 From 8c8c2d510d07f960012a071ef4b062b8e951793b Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Fri, 29 Nov 2024 12:20:15 -0500 Subject: [PATCH 3/3] Update .github/workflows/build_wheels_linux.yml --- .github/workflows/build_wheels_linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_wheels_linux.yml b/.github/workflows/build_wheels_linux.yml index 151e35cc02..0a9ca9a9b2 100644 --- a/.github/workflows/build_wheels_linux.yml +++ b/.github/workflows/build_wheels_linux.yml @@ -43,6 +43,7 @@ jobs: # 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