ci: Move ignored tests to run on merge_group - #576
Merged
Conversation
samuelburnham
force-pushed
the
ci-merge-tests
branch
2 times, most recently
from
August 20, 2026 12:47
428cbcf to
497d4e3
Compare
samuelburnham
force-pushed
the
ci-merge-tests
branch
from
August 20, 2026 14:31
d7aeb58 to
e169254
Compare
samuelburnham
marked this pull request as ready for review
August 20, 2026 14:32
samuelburnham
commented
Aug 20, 2026
| use-github-cache: false | ||
| - name: Test Ix CLI | ||
| run: lake test --wfail -- cli | ||
| - name: IxVM kernel tests |
Member
Author
There was a problem hiding this comment.
We could add this back for early signal if helpful, it takes ~2 min
arthurpaulino
previously approved these changes
Aug 20, 2026
samuelburnham
enabled auto-merge
August 20, 2026 15:26
samuelburnham
disabled auto-merge
August 20, 2026 15:26
arthurpaulino
previously approved these changes
Aug 20, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 20, 2026
arthurpaulino
previously approved these changes
Aug 20, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 20, 2026
arthurpaulino
approved these changes
Aug 20, 2026
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.
Replaces the ignored test suite on push to main with the same tests in a PR-gating merge queue workflow, such that we can de-queue a failing PR and fix it in place rather than having to triage a merge with errors after the fact. It uses a matrix job to fail fast and save on CI cost.
Also fixes the Valgrind job which doesn't work on binaries compiled with
target-cpu=native, and re-enables the-D warningsrust flag as the default.Requires the merge queue to be enabled with branch protection settings