feat(ci): publish the quirk-library matrix to GitHub Pages weekly#71
Merged
Conversation
Turn compatibility-matrix-publish from a manual self-hosted lane that validated a dev fixture into the public compatibility matrix: - runs on a stock GitHub-hosted runner (hosted ubuntu-latest exposes /dev/kvm; TCG fallback otherwise) — no self-hosted runner needed; - weekly schedule (Tue 06:00 UTC) + manual dispatch; - validates matrices/quirk-library.yaml against a contrast pair: ringbuf-modern (shows the version-lies story: fails upstream <5.8, passes RHEL's backported 4.18, fails Amazon's 4.14) and simple-pass (proves the failures are feature gaps, not broken kernels); - deploys the generated static site to GitHub Pages on every scheduled run (Pages enabled, build_type=workflow): https://kernel-guard.github.io/bpfcompat/ - README + quirk-library doc link the public matrix. Evidence upload keeps the allowlist-only path policy (never .bpfcompat/runs/** wholesale — per-run SSH keys live there). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Makes the library of known-tricky vendor kernels a public, self-refreshing artifact — the "publish a public matrix" step all three strategy reviews converged on.
What changes
compatibility-matrix-publish.ymlgoes from a manual, self-hosted lane validating a dev fixture to:ubuntu-latest(exposes/dev/kvm; TCG fallback otherwise). No self-hosted infra.matrices/quirk-library.yaml(11 vendor kernels) × a contrast pair:ringbuf-modern— the headline: ❌ upstream 5.4, ✅ RHEL-backported 4.18, ❌ Amazon 4.14 (backports aren't uniform);simple-pass— proves those failures are feature gaps, not broken kernels.build_type: workflow).docs/kernel-quirk-library.mdlink the public matrix.Evidence upload keeps the allowlist-only policy (never
.bpfcompat/runs/**wholesale — per-run SSH keys live there).Verification
make examplesoutputs (simple_pass.bpf.o,ringbuf_modern.bpf.o).workflow_dispatchrun after merge to prove the full lane end-to-end (VM matrix → site → Pages deploy).🤖 Generated with Claude Code