From 7c63ea7441c5f7daea025bd4ae4d03ae33eeee4b Mon Sep 17 00:00:00 2001 From: Omkar Salpekar Date: Fri, 17 Feb 2023 15:37:15 -0500 Subject: [PATCH] Channel=test for build matrix generation (#2066) --- .github/workflows/build-conda-linux.yml | 1 + .github/workflows/build-conda-m1.yml | 1 + .github/workflows/build-conda-macos.yml | 1 + .github/workflows/build-wheels-linux.yml | 1 + .github/workflows/build-wheels-m1.yml | 1 + .github/workflows/build-wheels-macos.yml | 1 + 6 files changed, 6 insertions(+) diff --git a/.github/workflows/build-conda-linux.yml b/.github/workflows/build-conda-linux.yml index 87dc12a01..5fac4caa0 100644 --- a/.github/workflows/build-conda-linux.yml +++ b/.github/workflows/build-conda-linux.yml @@ -22,6 +22,7 @@ jobs: test-infra-repository: pytorch/test-infra test-infra-ref: main with-cuda: disable + channel: test build: needs: generate-matrix strategy: diff --git a/.github/workflows/build-conda-m1.yml b/.github/workflows/build-conda-m1.yml index 6fa7d910b..51de12439 100644 --- a/.github/workflows/build-conda-m1.yml +++ b/.github/workflows/build-conda-m1.yml @@ -21,6 +21,7 @@ jobs: os: macos-arm64 test-infra-repository: pytorch/test-infra test-infra-ref: main + channel: test build: needs: generate-matrix strategy: diff --git a/.github/workflows/build-conda-macos.yml b/.github/workflows/build-conda-macos.yml index f604195e0..d59f03084 100644 --- a/.github/workflows/build-conda-macos.yml +++ b/.github/workflows/build-conda-macos.yml @@ -21,6 +21,7 @@ jobs: os: macos test-infra-repository: pytorch/test-infra test-infra-ref: main + channel: test build: needs: generate-matrix strategy: diff --git a/.github/workflows/build-wheels-linux.yml b/.github/workflows/build-wheels-linux.yml index 78d02d89b..7352a1c7c 100644 --- a/.github/workflows/build-wheels-linux.yml +++ b/.github/workflows/build-wheels-linux.yml @@ -22,6 +22,7 @@ jobs: test-infra-repository: pytorch/test-infra test-infra-ref: main with-cuda: disable + channel: test build: needs: generate-matrix strategy: diff --git a/.github/workflows/build-wheels-m1.yml b/.github/workflows/build-wheels-m1.yml index 1b29b54e3..25a229200 100644 --- a/.github/workflows/build-wheels-m1.yml +++ b/.github/workflows/build-wheels-m1.yml @@ -21,6 +21,7 @@ jobs: os: macos-arm64 test-infra-repository: pytorch/test-infra test-infra-ref: main + channel: test build: needs: generate-matrix strategy: diff --git a/.github/workflows/build-wheels-macos.yml b/.github/workflows/build-wheels-macos.yml index 49cfb488d..99772a50d 100644 --- a/.github/workflows/build-wheels-macos.yml +++ b/.github/workflows/build-wheels-macos.yml @@ -21,6 +21,7 @@ jobs: os: macos test-infra-repository: pytorch/test-infra test-infra-ref: main + channel: test build: needs: generate-matrix strategy: