-
Notifications
You must be signed in to change notification settings - Fork 3.1k
ci(images): add protected buildless qualification batch #8234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
8bf16d2
fix(onboard): claim bootstrap terminal outcomes
ericksoa 897408f
fix(onboard): preserve shared-state commit authority
ericksoa 08c0d3b
fix(onboard): preserve durable journal compatibility
ericksoa b3973ce
fix(onboard): retain failed terminal authority
ericksoa 26bb959
ci(images): harden managed publication evidence
ericksoa 6b82eac
refactor(images): share managed base contract export
ericksoa 71a858f
test(images): add protected multiarch build contract
ericksoa b178655
ci(images): bootstrap protected multiarch startup lane
ericksoa 12b3a1b
test(e2e): keep multiarch qualification linear
ericksoa b166aeb
fix(ci): gate dormant release qualifications
ericksoa 8c15010
ci(images): activate protected multiarch qualification
ericksoa 3cd73f5
merge(stack): restack protected lane on merged bootstrap batch
ericksoa 5e7991c
test(images): add protected runtime qualification harness
ericksoa e28ec38
merge(stack): restack protected qualification on B3-B
ericksoa 1741458
ci(images): add protected runtime qualification lane
ericksoa 1a77059
merge: resolve conflicts with main
github-actions[bot] ba4a0b9
fix(images): close protected qualification review gaps
ericksoa ab12cc8
merge(stack): preserve remote main integration
ericksoa 5b7c9bf
merge(stack): carry protected qualification fixes
ericksoa 5295454
fix(ci): normalize protected contract loading
ericksoa 883da5f
merge(stack): carry protected contract loading fix
ericksoa 3ad3fff
fix(ci): remove unused runtime contract import
ericksoa 18ec2e2
fix(ci): isolate protected NIM qualification
ericksoa 99b09ae
test(ci): prove workflow loader compatibility
ericksoa 7cc73ea
Merge B3-B loader proof into B3-C
ericksoa 5e70b7b
fix(e2e): preserve cleanup failure selection
ericksoa 6a18088
test(ci): copy managed-image contract fixture
ericksoa 0b888ad
Merge B3-B fixture repair into B3-C
ericksoa beeb0d9
Merge #8226 into B3-C
ericksoa 59fbc1a
test(e2e): refresh runtime compatibility hashes
ericksoa 1dcfbfd
test(e2e): activate protected managed runtime
ericksoa 8820c0b
fix(ci): keep protected qualification fail closed
ericksoa ff85f48
test(e2e): cover protected runtime input boundaries
ericksoa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "agents": ["openclaw", "hermes", "langchain-deepagents-code"], | ||
| "contractVersion": 1, | ||
| "jobId": "managed-image-multiarch-startup", | ||
| "platforms": ["linux/amd64", "linux/arm64"] | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "agents": ["openclaw", "hermes", "langchain-deepagents-code"], | ||
| "contractVersion": 1, | ||
| "jobId": "managed-image-protected-runtime", | ||
| "platform": "linux/amd64", | ||
| "providers": ["ollama", "nim", "vllm"] | ||
| } |
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.