From c04358376ea1b00d5bb1aba927927de2270fbf2d Mon Sep 17 00:00:00 2001 From: Evan Smothers Date: Fri, 3 Oct 2025 15:43:38 -0700 Subject: [PATCH 1/7] more wheel testing --- .github/workflows/build_vllm.yaml | 5 +++-- .github/workflows/build_wheels.yaml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_vllm.yaml b/.github/workflows/build_vllm.yaml index 5e2f0db61..2734da124 100644 --- a/.github/workflows/build_vllm.yaml +++ b/.github/workflows/build_vllm.yaml @@ -1,6 +1,7 @@ name: Build pinned vLLM against PyTorch nightly and upload on: + pull_request: push: branches: - nightly @@ -13,14 +14,14 @@ permissions: jobs: build: name: forge-cu129-nightly - uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@28a1b658404f17c8eabde5f7fe25ae3ac826fae6 + uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@f3246c0ac9467b0af6da391eab7c47fe2a772125 strategy: fail-fast: false with: repository: meta-pytorch/forge ref: "" test-infra-repository: pytorch/test-infra - test-infra-ref: 28a1b658404f17c8eabde5f7fe25ae3ac826fae6 + test-infra-ref: f3246c0ac9467b0af6da391eab7c47fe2a772125 run-smoke-test: false wheel-upload-path: whl/preview/forge package-name: forge diff --git a/.github/workflows/build_wheels.yaml b/.github/workflows/build_wheels.yaml index 05f5e3997..8d9cc7ad7 100644 --- a/.github/workflows/build_wheels.yaml +++ b/.github/workflows/build_wheels.yaml @@ -1,6 +1,7 @@ name: Build nightly wheels and publish to PyTorch Index on: + pull_request: push: branches: - nightly @@ -13,14 +14,14 @@ permissions: jobs: build: name: forge-cu129-nightly - uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@28a1b658404f17c8eabde5f7fe25ae3ac826fae6 + uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@f3246c0ac9467b0af6da391eab7c47fe2a772125 strategy: fail-fast: false with: repository: meta-pytorch/forge ref: "" test-infra-repository: pytorch/test-infra - test-infra-ref: 28a1b658404f17c8eabde5f7fe25ae3ac826fae6 + test-infra-ref: f3246c0ac9467b0af6da391eab7c47fe2a772125 run-smoke-test: false wheel-upload-path: whl/preview/forge package-name: forge From ef43a012d7937bfaf811a6594917b375b621d8d9 Mon Sep 17 00:00:00 2001 From: Evan Smothers Date: Fri, 3 Oct 2025 20:09:13 -0700 Subject: [PATCH 2/7] update commit hash --- .github/workflows/build_vllm.yaml | 4 ++-- .github/workflows/build_wheels.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_vllm.yaml b/.github/workflows/build_vllm.yaml index 2734da124..5f094bef7 100644 --- a/.github/workflows/build_vllm.yaml +++ b/.github/workflows/build_vllm.yaml @@ -14,14 +14,14 @@ permissions: jobs: build: name: forge-cu129-nightly - uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@f3246c0ac9467b0af6da391eab7c47fe2a772125 + uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@5fbbaaf26aecc6280f4bc0a812d5cb611944db2a strategy: fail-fast: false with: repository: meta-pytorch/forge ref: "" test-infra-repository: pytorch/test-infra - test-infra-ref: f3246c0ac9467b0af6da391eab7c47fe2a772125 + test-infra-ref: 5fbbaaf26aecc6280f4bc0a812d5cb611944db2a run-smoke-test: false wheel-upload-path: whl/preview/forge package-name: forge diff --git a/.github/workflows/build_wheels.yaml b/.github/workflows/build_wheels.yaml index 8d9cc7ad7..90fd00d91 100644 --- a/.github/workflows/build_wheels.yaml +++ b/.github/workflows/build_wheels.yaml @@ -14,14 +14,14 @@ permissions: jobs: build: name: forge-cu129-nightly - uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@f3246c0ac9467b0af6da391eab7c47fe2a772125 + uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@5fbbaaf26aecc6280f4bc0a812d5cb611944db2a strategy: fail-fast: false with: repository: meta-pytorch/forge ref: "" test-infra-repository: pytorch/test-infra - test-infra-ref: f3246c0ac9467b0af6da391eab7c47fe2a772125 + test-infra-ref: 5fbbaaf26aecc6280f4bc0a812d5cb611944db2a run-smoke-test: false wheel-upload-path: whl/preview/forge package-name: forge From ad7438dc9f1611e4515f0cabdeb2cab07e31db5a Mon Sep 17 00:00:00 2001 From: Evan Smothers Date: Sat, 4 Oct 2025 08:03:31 -0700 Subject: [PATCH 3/7] update commit hash --- .github/workflows/build_vllm.yaml | 4 ++-- .github/workflows/build_wheels.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_vllm.yaml b/.github/workflows/build_vllm.yaml index 5f094bef7..16329a900 100644 --- a/.github/workflows/build_vllm.yaml +++ b/.github/workflows/build_vllm.yaml @@ -14,14 +14,14 @@ permissions: jobs: build: name: forge-cu129-nightly - uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@5fbbaaf26aecc6280f4bc0a812d5cb611944db2a + uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@ad2d4a86079ce6ae7b181e8e79230bbf38b1c909 strategy: fail-fast: false with: repository: meta-pytorch/forge ref: "" test-infra-repository: pytorch/test-infra - test-infra-ref: 5fbbaaf26aecc6280f4bc0a812d5cb611944db2a + test-infra-ref: ad2d4a86079ce6ae7b181e8e79230bbf38b1c909 run-smoke-test: false wheel-upload-path: whl/preview/forge package-name: forge diff --git a/.github/workflows/build_wheels.yaml b/.github/workflows/build_wheels.yaml index 90fd00d91..dd309bce2 100644 --- a/.github/workflows/build_wheels.yaml +++ b/.github/workflows/build_wheels.yaml @@ -14,14 +14,14 @@ permissions: jobs: build: name: forge-cu129-nightly - uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@5fbbaaf26aecc6280f4bc0a812d5cb611944db2a + uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@ad2d4a86079ce6ae7b181e8e79230bbf38b1c909 strategy: fail-fast: false with: repository: meta-pytorch/forge ref: "" test-infra-repository: pytorch/test-infra - test-infra-ref: 5fbbaaf26aecc6280f4bc0a812d5cb611944db2a + test-infra-ref: ad2d4a86079ce6ae7b181e8e79230bbf38b1c909 run-smoke-test: false wheel-upload-path: whl/preview/forge package-name: forge From 0b6d10d44dc70718580aee75bd2b5e79bb7b3ef8 Mon Sep 17 00:00:00 2001 From: Evan Smothers Date: Mon, 6 Oct 2025 11:21:07 -0700 Subject: [PATCH 4/7] dummy commit --- .github/workflows/build_wheels.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build_wheels.yaml b/.github/workflows/build_wheels.yaml index dd309bce2..b6b5def23 100644 --- a/.github/workflows/build_wheels.yaml +++ b/.github/workflows/build_wheels.yaml @@ -1,7 +1,6 @@ name: Build nightly wheels and publish to PyTorch Index on: - pull_request: push: branches: - nightly From fc7b8f61283f0d49837fcbcd162c05280032cb5b Mon Sep 17 00:00:00 2001 From: Evan Smothers Date: Mon, 6 Oct 2025 11:21:26 -0700 Subject: [PATCH 5/7] revert dummy commit --- .github/workflows/build_wheels.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_wheels.yaml b/.github/workflows/build_wheels.yaml index b6b5def23..dd309bce2 100644 --- a/.github/workflows/build_wheels.yaml +++ b/.github/workflows/build_wheels.yaml @@ -1,6 +1,7 @@ name: Build nightly wheels and publish to PyTorch Index on: + pull_request: push: branches: - nightly From e14422a187d292133ba641dee09418df88e3ec36 Mon Sep 17 00:00:00 2001 From: Evan Smothers Date: Mon, 6 Oct 2025 16:20:48 -0700 Subject: [PATCH 6/7] update commit hash, add policy --- .github/workflows/build_vllm.yaml | 4 ++-- .github/workflows/build_wheels.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_vllm.yaml b/.github/workflows/build_vllm.yaml index 16329a900..da216830c 100644 --- a/.github/workflows/build_vllm.yaml +++ b/.github/workflows/build_vllm.yaml @@ -14,14 +14,14 @@ permissions: jobs: build: name: forge-cu129-nightly - uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@ad2d4a86079ce6ae7b181e8e79230bbf38b1c909 + uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@d56fa2d461286d4b6a19e4ec66b397bf96925989 strategy: fail-fast: false with: repository: meta-pytorch/forge ref: "" test-infra-repository: pytorch/test-infra - test-infra-ref: ad2d4a86079ce6ae7b181e8e79230bbf38b1c909 + test-infra-ref: d56fa2d461286d4b6a19e4ec66b397bf96925989 run-smoke-test: false wheel-upload-path: whl/preview/forge package-name: forge diff --git a/.github/workflows/build_wheels.yaml b/.github/workflows/build_wheels.yaml index dd309bce2..a53018838 100644 --- a/.github/workflows/build_wheels.yaml +++ b/.github/workflows/build_wheels.yaml @@ -14,14 +14,14 @@ permissions: jobs: build: name: forge-cu129-nightly - uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@ad2d4a86079ce6ae7b181e8e79230bbf38b1c909 + uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@d56fa2d461286d4b6a19e4ec66b397bf96925989 strategy: fail-fast: false with: repository: meta-pytorch/forge ref: "" test-infra-repository: pytorch/test-infra - test-infra-ref: ad2d4a86079ce6ae7b181e8e79230bbf38b1c909 + test-infra-ref: d56fa2d461286d4b6a19e4ec66b397bf96925989 run-smoke-test: false wheel-upload-path: whl/preview/forge package-name: forge From 7f5b8f62258d234fd74279ad53cee837d828d81b Mon Sep 17 00:00:00 2001 From: Evan Smothers Date: Mon, 6 Oct 2025 16:22:13 -0700 Subject: [PATCH 7/7] cleanup --- .github/workflows/build_vllm.yaml | 2 +- .github/workflows/build_wheels.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_vllm.yaml b/.github/workflows/build_vllm.yaml index da216830c..dddf476de 100644 --- a/.github/workflows/build_vllm.yaml +++ b/.github/workflows/build_vllm.yaml @@ -1,7 +1,6 @@ name: Build pinned vLLM against PyTorch nightly and upload on: - pull_request: push: branches: - nightly @@ -23,6 +22,7 @@ jobs: test-infra-repository: pytorch/test-infra test-infra-ref: d56fa2d461286d4b6a19e4ec66b397bf96925989 run-smoke-test: false + wheel-nightly-policy: gha_workflow_build_preview_wheels_policy wheel-upload-path: whl/preview/forge package-name: forge build-matrix: | diff --git a/.github/workflows/build_wheels.yaml b/.github/workflows/build_wheels.yaml index a53018838..ef51ca83d 100644 --- a/.github/workflows/build_wheels.yaml +++ b/.github/workflows/build_wheels.yaml @@ -1,7 +1,6 @@ name: Build nightly wheels and publish to PyTorch Index on: - pull_request: push: branches: - nightly @@ -23,6 +22,7 @@ jobs: test-infra-repository: pytorch/test-infra test-infra-ref: d56fa2d461286d4b6a19e4ec66b397bf96925989 run-smoke-test: false + wheel-nightly-policy: gha_workflow_build_preview_wheels_policy wheel-upload-path: whl/preview/forge package-name: forge build-matrix: |