Skip to content

ci: add CKS nightly dispatch workflow#1393

Open
zhouyou9505 wants to merge 1 commit into
llm-d:mainfrom
zhouyou9505:issue-1365-workflow-dispatch
Open

ci: add CKS nightly dispatch workflow#1393
zhouyou9505 wants to merge 1 commit into
llm-d:mainfrom
zhouyou9505:issue-1365-workflow-dispatch

Conversation

@zhouyou9505
Copy link
Copy Markdown

@zhouyou9505 zhouyou9505 commented May 23, 2026

Description

Adds a ci-nightly-benchmark-cks.yaml workflow_dispatch entrypoint so the llm-d/llm-d nightly-benchmark-cks workflow can dispatch the CKS benchmark workflow in this repository without hitting:

422: Workflow does not have 'workflow_dispatch' trigger

The new entrypoint preserves the current caller contract, input_dir and output_dir, and fans out to the existing reusable nightly benchmark workflow for the three CKS standup modes:

  • Standalone
  • ModelService
  • FMA

Fixes #1365.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

  • Parsed the new workflow YAML successfully with Python/PyYAML.
  • Ran git diff --cached --check before commit.

This is a GitHub Actions dispatch wiring change, so I did not run a full CKS benchmark or cluster standup locally.

@github-actions
Copy link
Copy Markdown
Contributor

Unsigned commits detected! Please sign your commits.

For instructions on how to set up GPG/SSH signing and verify your commits, please see GitHub Documentation.

Signed-off-by: zhouyou9505 <zhouyou9505@gmail.com>
@zhouyou9505 zhouyou9505 force-pushed the issue-1365-workflow-dispatch branch from 995790f to 85c7857 Compare May 23, 2026 12:42
@maugustosilva
Copy link
Copy Markdown
Collaborator

Thanks for the contribution! Fair warning, we are in the process of reworking all workflows on the main llm-d

@zhouyou9505
Copy link
Copy Markdown
Author

Thanks for the contribution! Fair warning, we are in the process of reworking all workflows on the main llm-d

Got it .Thanks for the review.

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.

[CI/CD] ci-nightly-benchmark-cks.yaml missing workflow_dispatch trigger

2 participants