Dogfood aps as a CI helper (cookbook + ci-dogfood lane)#86
Draft
0xLeif wants to merge 4 commits into
Draft
Conversation
Scripts/build.sh and Scripts/test.sh apply the Linux Observation linker allowance. Scripts/ci-dogfood.sh proves aps is used under a job-scoped APS_HOME. plugin.toml and fledge verify wire the portable release build and dogfood step. Smoke always isolates via APS_SMOKE_HOME. Co-authored-by: Leif <leif.algo@pm.me>
Concrete bootstrap, preferred keys, StoredState/#82 warning, and CI isolation guidance in AGENTS.md. Co-authored-by: Leif <leif.algo@pm.me>
CI now exercises aps as a job-scoped helper after smoke, not only as a binary under test. Co-authored-by: Leif <leif.algo@pm.me>
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
Dogfood aps as a CI/agent state helper, not only as a binary under test.
What changed
Scripts/ci-dogfood.sh: job-scopedAPS_HOME, FileStatekey add/ set / get / dumpfledge lanes verifyand macOS/Linux CI after smokeScripts/build.sh+Scripts/test.sh: portable Linux Observation linker allowanceplugin.tomlbuild hook uses./Scripts/build.sh -c releaseAPS_SMOKE_HOME(no longer inherits dogfoodAPS_HOME)Local verify
fledge lanes run verifypassed on Linux (includes ci-dogfood).Follow-ups
reset --allfor agent keysNote vs #83
#83 (test isolation / matrix CI) also adds portable scripts. Prefer merging #83 first; this PR overlaps
Scripts/build.sh/Scripts/test.shlightly and can rebase.