Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
1133edf
fix(portable): preflight CPU delegation
prekshivyas Aug 15, 2026
068edc4
merge: update branch from main
cv Aug 15, 2026
a5fd107
fix(ci): run CPU delegation proof through Vitest
cv Aug 15, 2026
a55ddba
test(e2e): declare CPU delegation proof phases
cv Aug 15, 2026
bd8d014
fix(ci): run CPU delegation through live E2E
prekshivyas Aug 15, 2026
f158149
fix(ci): start proof after delegation setup
prekshivyas Aug 15, 2026
cf23f62
fix(ci): complete CPU delegation proof gates
prekshivyas Aug 15, 2026
6918d55
fix(ci): build shared contract before live proof
prekshivyas Aug 15, 2026
f943a48
fix(ci): activate CPU controller for proof user
prekshivyas Aug 15, 2026
34e0ffb
fix(ci): inspect the managed application slice
prekshivyas Aug 15, 2026
8b206d8
fix(ci): configure active proof user slice
prekshivyas Aug 15, 2026
f821404
merge: reconcile CPU delegation proof fixes
prekshivyas Aug 15, 2026
1f2a666
merge: preserve reviewed CPU delegation proof
prekshivyas Aug 15, 2026
7e20cb2
fix(ci): activate proof slice CPU controller
prekshivyas Aug 15, 2026
34e0800
fix(portable): harden CPU delegation recovery
prekshivyas Aug 15, 2026
8da8055
merge: combine protected CPU proof fixes
prekshivyas Aug 15, 2026
b0d5812
fix(ci): grant proof user checkout traversal
prekshivyas Aug 15, 2026
38e045b
fix(ci): stabilize CPU delegation proof
prekshivyas Aug 15, 2026
e756155
merge: preserve reviewed CPU proof
prekshivyas Aug 15, 2026
282fb72
merge: update branch from main
cv Aug 15, 2026
9c5a106
fix(ci): prepare writable CPU proof cache
cv Aug 15, 2026
afc0aec
docs(portable): stop failed delegation sequences
cv Aug 15, 2026
cd20a45
docs(portable): define rollback verification path
cv Aug 15, 2026
6d303ef
fix(portable): activate app slice CPU controller
cv Aug 15, 2026
5a50252
docs(portable): describe default CPU weight
cv Aug 15, 2026
4e458a9
fix(portable): complete CPU recovery guidance
cv Aug 15, 2026
decacce
merge(main): incorporate current CI requirements
cv Aug 15, 2026
7fc0121
merge(main): incorporate current CI requirements
cv Aug 15, 2026
527672c
fix(portable): create delegation drop-ins exclusively
cv Aug 15, 2026
b921d44
fix(portable): preserve drop-in failure boundaries
cv Aug 15, 2026
fee1582
fix(portable): publish delegation drop-ins atomically
cv Aug 15, 2026
c3c53cc
test(portable): keep drop-in helper linear
cv Aug 15, 2026
d83a458
merge(main): incorporate current CI requirements
prekshivyas Aug 15, 2026
775edee
merge: preserve reviewed CPU proof
prekshivyas Aug 15, 2026
9295c16
merge(main): incorporate current CI requirements
prekshivyas Aug 15, 2026
36ae5d1
merge: restore passing CPU delegation proof
prekshivyas Aug 15, 2026
03061bf
fix(ci): harden CPU proof cleanup receipts
prekshivyas Aug 15, 2026
97b2588
fix(ci): retain workspace mode receipts
prekshivyas Aug 15, 2026
e88c573
test(portable): execute rollback guidance
cv Aug 15, 2026
2e6770c
Merge branch 'codex/replace-pr9195-cpu-delegation' of github.com:NVID…
cv Aug 15, 2026
4286eb8
test(portable): cite CPU delegation issue
cv Aug 15, 2026
dfdcf71
test(docs): emulate Linux rollback tools
prekshivyas Aug 15, 2026
1c533a5
fix(portable): complete CPU delegation recovery
prekshivyas Aug 15, 2026
b47894a
test(docs): keep replaced inode allocated
prekshivyas Aug 15, 2026
3428aaa
ci(portable): extract CPU proof preparation
prekshivyas Aug 15, 2026
e820630
fix(onboard): harden portable CPU delegation admission
senthilr-nv Aug 16, 2026
c401745
fix(portable): activate the per-user CPU controller
senthilr-nv Aug 16, 2026
fc3e321
docs(portable): clarify CPU hierarchy verification
senthilr-nv Aug 16, 2026
3f053be
docs(portable): isolate CPU delegation guidance
senthilr-nv Aug 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 65 additions & 0 deletions .github/workflows/podman-cpu-proof.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,21 @@ on:
- "src/lib/adapters/podman/**"
- "src/lib/onboard/docker-driver-gateway-*.ts"
- "src/lib/onboard/managed-bootstrap/podman-*.ts"
- "src/lib/onboard/experimental/portable-cpu-delegation-preflight*.ts"
- "src/lib/onboard/experimental/portable-demo-lifecycle.ts"
- "src/lib/onboard/runtime-provider/container-state-mutation.ts"
- "src/lib/onboard/runtime-provider/docker-state-mutation.ts"
- "src/lib/onboard/experimental/portable-host-preparation*.ts"
- "src/lib/onboard/runtime-provider/podman*.ts"
- "scripts/install-openshell.sh"
- "scripts/checks/run-portable-cpu-delegation-proof.mts"
- "test/e2e/live/podman-cpu-lifecycle-artifacts.ts"
- "test/e2e/live/podman-cpu-lifecycle-helpers.ts"
- "test/e2e/live/podman-cpu-lifecycle-policy.yaml"
- "test/e2e/live/podman-cpu-lifecycle.test.ts"
- "test/e2e/registry/native-runtime-qualification.ts"
- "test/e2e/support/native-runtime-qualification.test.ts"
- "test/e2e/live/portable-cpu-delegation-proof.test.ts"
- "src/lib/onboard/experimental/portable-demo-lifecycle.test.ts"
- "test/e2e/support/podman-cpu-proof-workflow.test.ts"

Expand All @@ -36,6 +40,67 @@ concurrency:
cancel-in-progress: true

jobs:
portable-cpu-delegation:
name: Portable CPU delegation admission on Ubuntu 22.04
runs-on: ubuntu-22.04
timeout-minutes: 15
env:
E2E_ARTIFACT_DIR: ${{ github.workspace }}/e2e-artifacts/portable-cpu-delegation
E2E_CPU_DELEGATION_USER: nemoclaw-e2e
E2E_TARGET_ID: portable-cpu-delegation
E2E_SOURCE_REVISION: ${{ github.event.pull_request.head.sha }}
NEMOCLAW_RUN_LIVE_E2E: "1"
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
ref: ${{ github.event.pull_request.head.sha }}

- name: Set up Node.js
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 22.19.0
cache: npm

- name: Install locked test dependencies
run: npm ci --ignore-scripts

- name: Build shared sandbox-name contract
run: npm run build:policy-boundary

- name: Prepare system and app slice CPU settings without service delegation
shell: bash
run: node --experimental-strip-types scripts/checks/run-portable-cpu-delegation-proof.mts prepare

- name: Verify missing delegation blocks portable configuration and service activation
shell: bash
run: node --experimental-strip-types scripts/checks/run-portable-cpu-delegation-proof.mts reject

- name: Apply administrator delegation and prove admission
shell: bash
run: node --experimental-strip-types scripts/checks/run-portable-cpu-delegation-proof.mts admit

- name: Capture CPU delegation failure diagnostics
if: failure()
shell: bash
run: node --experimental-strip-types scripts/checks/run-portable-cpu-delegation-proof.mts diagnostics

- name: Restore the user manager boundary
if: always()
shell: bash
run: node --experimental-strip-types scripts/checks/run-portable-cpu-delegation-proof.mts cleanup

- name: Upload CPU delegation evidence
if: always()
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: portable-cpu-delegation-${{ github.event.pull_request.number }}-${{ github.event.pull_request.head.sha }}
path: e2e-artifacts/portable-cpu-delegation/
include-hidden-files: false
if-no-files-found: error
retention-days: 14

podman-cpu-lifecycle:
name: Rootless Podman CPU lifecycle with Docker disabled
runs-on: ubuntu-26.04
Expand Down
Loading
Loading