Skip to content

add pr_number/pr_repo inputs to OCP helmfile reusable workflow - #171

Open
sudoalok wants to merge 3 commits into
llm-d:mainfrom
sudoalok:fix/ocp-helmfile-pr-comment-inputs
Open

add pr_number/pr_repo inputs to OCP helmfile reusable workflow#171
sudoalok wants to merge 3 commits into
llm-d:mainfrom
sudoalok:fix/ocp-helmfile-pr-comment-inputs

Conversation

@sudoalok

Copy link
Copy Markdown
Contributor

Closes #1566

What was broken

The OCP helmfile reusable workflow was missing pr_number and pr_repo
inputs. The caller workflows for pd-disaggregation-ocp and
wide-ep-lws-ocp were already passing these values — they just had
nowhere to land, so nightly runs never commented back on the PR.

Fix

Added the two missing input declarations and a "Comment on PR" step.
The step is identical to what reusable-nightly-e2e-gke.yaml already
does — just copied the pattern across.

Changed

  • .github/workflows/reusable-nightly-e2e-openshift-helmfile.yaml

sudoalok added 3 commits May 13, 2026 14:37
Signed-off-by: Alok Behera <alokbeherak061@gmail.com>
Signed-off-by: Alok Behera <alokbeherak061@gmail.com>
The reusable-nightly-e2e-openshift-helmfile.yaml workflow was missing
pr_number and pr_repo inputs. Caller workflows (pd-disaggregation-ocp,
wide-ep-lws-ocp) were passing these values but they were silently
ignored, preventing PR comment-back.

Closes #1566

Signed-off-by: Alok Behera <alokbeherak061@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant