Skip to content

Conversation

@anhappdev
Copy link
Collaborator

Currently, our CI checks run on every new push to a pull request. However, some checks, particularly the integration tests, take a long time and incur higher costs. To address this issue, we can optimize the process by running the tests only before merging into the main branch, rather than on every push, by using a merge queue.

@anhappdev anhappdev requested a review from a team as a code owner November 13, 2025 11:15
@github-actions
Copy link

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@anhappdev anhappdev marked this pull request as draft November 13, 2025 11:18
@sonarqubecloud
Copy link

@anhappdev anhappdev marked this pull request as ready for review November 25, 2025 03:14
Copy link
Contributor

@freedomtan freedomtan left a comment

Choose a reason for hiding this comment

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

LGTM

@anhappdev anhappdev enabled auto-merge November 25, 2025 06:08
@anhappdev anhappdev added this pull request to the merge queue Nov 25, 2025
Merged via the queue into master with commit 1821bff Nov 25, 2025
29 of 30 checks passed
@anhappdev anhappdev deleted the anh/ci-merge-group branch November 25, 2025 08:43
@github-actions github-actions bot locked and limited conversation to collaborators Nov 25, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reduce CI run cost by using merge queue

3 participants