Pin content-verified runtime builds and isolate proof worker state
Some checks failed
Governed runtime contract / contract (push) Failing after 29s
Some checks failed
Governed runtime contract / contract (push) Failing after 29s
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a07ff8-19d0-7820-b4d0-1353833cb7fc
This commit is contained in:
parent
565b07716a
commit
8a7550f2ec
2 changed files with 2 additions and 1 deletions
|
|
@ -142,6 +142,7 @@ def case(root, runtime, checksum, server, cap, bootstrap=False):
|
|||
"AGENT_HARNESS_EXECUTION_PROJECT": policy.project,
|
||||
"AGENT_HARNESS_SPEND_POLICY": str(policy_path),
|
||||
"AGENT_HARNESS_SPEND_LEDGER": str(parent.path),
|
||||
"REIN_AHARNESS_STATE_DIR": str(private / "worker-state"),
|
||||
"GLAS_PROFILE_DIR": str(profiles), "XDG_DATA_HOME": str(root / "data"),
|
||||
"ANTHROPIC_API_KEY": DUMMY_KEY}
|
||||
child = subprocess.run([str(runtime / "bin/python3"), "-I", "-B", "-m", "rein_aharness.cli",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue