Skip to content

[ci] Don t batch runs on public ci#33120

Merged
rmarinho merged 1 commit intomainfrom
no-batch
Dec 12, 2025
Merged

[ci] Don t batch runs on public ci#33120
rmarinho merged 1 commit intomainfrom
no-batch

Conversation

@rmarinho
Copy link
Member

Description of Change

This pull request makes a minor configuration change to the CI pipeline. The batching behavior for pipeline triggers has been disabled.

  • Set batch to false in eng/pipelines/ci.yml to ensure that CI runs are triggered immediately for each push to the main branch, rather than being batched together.

@rmarinho rmarinho marked this pull request as ready for review December 11, 2025 16:07
Copilot AI review requested due to automatic review settings December 11, 2025 16:07
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR modifies the CI pipeline configuration to disable batching of pipeline runs. Previously, multiple pushes to the main branch could be batched together into a single CI run. With this change, each push will trigger an immediate, separate CI run.

Key Changes:

  • Disabled CI run batching for immediate execution of pipeline triggers

@rmarinho rmarinho added the area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions label Dec 11, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants