From 47bf7daba3871fc499953f68a4e9c61acf5b9adb Mon Sep 17 00:00:00 2001 From: Donato Capitella Date: Sun, 1 Feb 2026 14:58:10 +0000 Subject: [PATCH] feat: add input to specify RCCL artifact run ID for download in build-and-publish workflow --- .github/workflows/build-and-publish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 707ff31..b08eb24 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -7,6 +7,10 @@ on: description: "Image tag to publish (e.g. latest)" required: true default: "latest" + rccl_run_id: + description: "Run ID of build-rccl to use (leave empty for latest)" + required: false + default: "" env: IMAGE_REPO: kyuz0/vllm-therock-gfx1151 @@ -64,6 +68,7 @@ jobs: with: workflow: build-rccl.yml name: librccl-gfx1151 + run_id: ${{ github.event.inputs.rccl_run_id }} path: custom_libs if_no_artifact_found: warn