chore(pr-gate): add F8 allowlist annotation#18
Open
noahgift wants to merge 2 commits into
Open
Conversation
…fs paiml/infra#PMAT-156) Build-performance spec Phase 1 (YAML-only, safe changes): - Add CARGO_BUILD_JOBS=4 default to top-level env. Prevents cargo oversubscription when many runners share a host. Spec: build-performance.md §4.1 (runners × jobs ≤ 1.2 × ncores). - Migrate provenance job from ubuntu-latest to [self-hosted, clean-room]. Spec principle §3.8: no GitHub-hosted runners. Follow-ups (not in this PR): lint/test/build label splitting (§7.2), nextest migration (Phase 2).
The F8 build-performance gate forbids GitHub-hosted runners for steady-state CI, but the PR authorization step legitimately must run *before* a self-hosted runner is claimed — otherwise untrusted contributors could trigger self-hosted workloads. Annotate with the standard ` + '`# falsify-f8-allow:`' + ` comment so the gate records this as allowlisted rather than failing. Refs paiml/infra (build-performance.md F8) Co-Authored-By: Claude Opus 4.7 <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.
Summary
Test plan
Refs paiml/infra build-performance.md F8 gate
🤖 Generated with Claude Code