Skip to content

fix(ci): boot the macOS VM lane on guest-pin bumps - #935

Merged
norrietaylor merged 1 commit into
mainfrom
fix/897-macos-filter-guest-pin
Jul 23, 2026
Merged

fix(ci): boot the macOS VM lane on guest-pin bumps#935
norrietaylor merged 1 commit into
mainfrom
fix/897-macos-filter-guest-pin

Conversation

@norrietaylor

@norrietaylor norrietaylor commented Jul 23, 2026

Copy link
Copy Markdown
Member

Problem

The macOS lane gates its expensive HVF VM-boot jobs (artifacts, unit, e2e) behind an in-workflow dorny/paths-filter macos block. That block omitted .minimal/minimal.toml, so a PR that only bumped the guest kernel / rootfs / libkrun pin produced changes.outputs.macos == 'false' and skipped every macOS VM job — the bump merged without a macOS VM boot. The Linux/KVM lane already lists .minimal/minimal.toml in its filter and boots on such bumps; macOS was the arch-specific (aarch64/HVF) gap.

Fix

Add .minimal/minimal.toml to the macos filter list, matching the KVM lane. A pin-only PR now matches the filter, so the HVF VM boot runs as a pre-merge gate.

  • Filter-only change: 3 lines (one path entry + a 2-line comment matching the surrounding style).
  • The ci-macos-success aggregator (if: always()) and every job gate are untouched, so PRs that do not match the filter still path-skip cleanly and report green.

This is a codeowner-approved edit to the otherwise-frozen .github/workflows/ tree.

Closes #897

Note

Trigger macOS CI lane on guest pin (minimal.toml) changes

Adds .minimal/minimal.toml to the macos path filter in ci-macos.yml so that bumping the guest pin triggers the macOS HVF boot job, matching the existing KVM lane behavior.

Macroscope summarized 5c8a773.

The macOS lane's dorny/paths-filter `macos` block omitted
`.minimal/minimal.toml`, so a PR that only bumped the guest
kernel / rootfs / libkrun pin produced `changes.outputs.macos ==
'false'` and skipped the HVF VM-boot jobs — the bump merged without
a macOS VM boot. Add the guest pin to the filter, matching the KVM
lane, which already lists it. Filter-only change; the ci-macos-success
aggregator and every job gate are untouched, so path-skipped PRs still
report green.

Codeowner-approved edit to the otherwise-frozen .github/workflows tree.

Closes #897

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 23, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 12 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 09e22068-2424-4328-b187-e61881f846b8

📥 Commits

Reviewing files that changed from the base of the PR and between 7fd582e and 5c8a773.

📒 Files selected for processing (1)
  • .github/workflows/ci-macos.yml

Comment @coderabbitai help to get the list of available commands.

@norrietaylor
norrietaylor marked this pull request as ready for review July 23, 2026 21:47
@norrietaylor
norrietaylor merged commit 20f6205 into main Jul 23, 2026
29 checks passed
@norrietaylor
norrietaylor deleted the fix/897-macos-filter-guest-pin branch July 23, 2026 22:51
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: macOS lane doesn't trigger on .minimal/minimal.toml, so guest-kernel bumps merge without a VM boot

2 participants