Add integration test workflow for mngr#48
Merged
DanverImbue merged 4 commits intomainfrom Feb 23, 2026
Merged
Conversation
Adds a separate CI job that tests offload against a golden version of the imbue-ai/mngr repository. The workflow: 1. Checks out both offload (current) and mngr (golden SHA) 2. Installs Rust, just, and uv for dependencies 3. Installs the current version of offload via `just install` 4. Installs mngr dependencies 5. Runs `just test-offload` in the mngr repo Configuration: - MNGR_SHA env var at top of file controls the golden version - Requires MNGR_ACCESS_TOKEN secret for private repo access 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> Co-authored-by: Sculptor <sculptor@imbue.com>
1ccbd87 to
3584535
Compare
3584535 to
ec23de0
Compare
d70b677 to
b0c4c84
Compare
b0c4c84 to
c4c3461
Compare
|
Vet found 1 issue. scripts/modal_sandbox.py:78 [commit_message_mismatch] (severity 3/5) (confidence 0.85) The user request was to 'Add integration test workflow for mngr', but the diff also includes significant changes to |
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.
Adds a separate CI job that tests offload against a golden version of the imbue-ai/mngr repository. The workflow:
just installjust test-offloadin the mngr repoConfiguration:
🤖 Generated with Claude Code