docs(artifacts): note runner9 podman unblocker on REQ-084#316
Open
avrabe wants to merge 1 commit into
Open
Conversation
Smithy reports runner9 is now podman-capable (podman_userns=true, NoNewPrivileges=0, ProtectKernelTunables=false, verified live with `podman run nixos/nix … nix --version`). GHA label set: [self-hosted, Linux, X64, hetzner, rust-cpu, podman]. Captures the unblocker on REQ-084 and refines the Acceptance to specify the implementation shape: target the `podman` label, run Nix work inside a `nixos/nix` rootless container, no `nix-installer-action`, no host-installed Nix. Implementation follows spar's validation of the same pattern (sequential, so rivet inherits a tested approach rather than co-debugging two repos in parallel).
📐 Rivet artifact delta
Graphgraph LR
REQ_084["REQ-084"]:::modified
classDef added fill:#d4edda,stroke:#28a745,color:#155724
classDef removed fill:#f8d7da,stroke:#dc3545,color:#721c24
classDef modified fill:#fff3cd,stroke:#ffc107,color:#856404
classDef overflow fill:#e2e3e5,stroke:#6c757d,color:#495057,stroke-dasharray: 3 3
Modified
Posted by |
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
Captures the runner9 podman-capability unblocker on REQ-084 (the
Verus CI silent-failure tracked since v0.11.1).
Smithy reports runner9 now has the scoped flag set deployed:
`podman_userns=true`, `NoNewPrivileges=0`,
`ProtectKernelTunables=false`, verified live with
`podman run nixos/nix@sha256:fd7a5c67… nix --version` returning
`nix (Nix) 2.24.9`. GHA label set:
`[self-hosted, Linux, X64, hetzner, rust-cpu, podman]`.
This unblocks the REQ-084 fix path: the Verus job's `runs-on:` targets
the `podman` label, Nix work runs inside a `nixos/nix` rootless
container — no `nix-installer-action`, no host-installed Nix. Per
the smithy note, the flag is "one line per runner — trivial to expand"
if contention on runner9 becomes an issue.
No CI changes in this PR. Per rigor-and-honesty, the rivet
implementation follows spar's validation of the same pattern
(sequential — rivet inherits a tested approach rather than co-debug
two repos in parallel). This PR captures the path on REQ-084 so when
that implementation lands it's against a documented Acceptance set.
Test plan
"draft requirement not yet satisfied" coverage note).
🤖 Generated with Claude Code