Add max_groups input to nightly Serge triage caller (single-task test mode)#47012
Open
tarekziade wants to merge 1 commit into
Open
Add max_groups input to nightly Serge triage caller (single-task test mode)#47012tarekziade wants to merge 1 commit into
tarekziade wants to merge 1 commit into
Conversation
Exposes the reusable triage workflow's new `max_groups` input via workflow_dispatch so a manual run can dispatch a single Serge fix task (set max_groups=1) for testing, instead of fanning out one PR per failure group. Empty keeps normal nightly behavior. Requires huggingface/transformers-ci#7 (the reusable workflow input) merged first. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Contributor
CI recapDashboard: View test results in Grafana |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a
max_groupsworkflow_dispatchinput to the nightly integration-failuretriage caller and passes it to the reusable transformers-ci workflow.
max_groups=1→ dispatches a single Serge fix task (onePR), for testing the Serge normalize pipeline end-to-end without opening
~10-20 PRs.
Dependency
Requires huggingface/transformers-ci#7 (which adds the
max_groupsinput tothe reusable workflow) to be merged first — the caller passes the input to
integration-failure-triage.yml@main.Notes
Workflow-only change to the Serge triage pipeline (no codebase changes).
AI-assisted (Claude Code); human-owned pipeline, to be reviewed/merged by the maintainer.