From 3b8cfbd573250aafcd5c2d7e69d469f52db54082 Mon Sep 17 00:00:00 2001 From: Omkar Salpekar Date: Fri, 17 Feb 2023 12:00:55 -0800 Subject: [PATCH] Channel=test for build matrix generation --- .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 e44bb877ed6..d16c2b54f85 100644 --- a/.github/workflows/build-conda-linux.yml +++ b/.github/workflows/build-conda-linux.yml @@ -21,6 +21,7 @@ jobs: os: linux test-infra-repository: pytorch/test-infra test-infra-ref: main + channel: test build: needs: generate-matrix strategy: diff --git a/.github/workflows/build-conda-m1.yml b/.github/workflows/build-conda-m1.yml index 7006b6714aa..7c588c51f86 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 39d00534b3a..695a00c62a2 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 e997d648ec2..3d824ca6b8b 100644 --- a/.github/workflows/build-wheels-linux.yml +++ b/.github/workflows/build-wheels-linux.yml @@ -21,6 +21,7 @@ jobs: os: linux test-infra-repository: pytorch/test-infra test-infra-ref: main + channel: test build: needs: generate-matrix strategy: diff --git a/.github/workflows/build-wheels-m1.yml b/.github/workflows/build-wheels-m1.yml index 66c7687acc9..dc4eb19faf2 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 6c5ebc0fc37..5ab9276146d 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: