feat: add smoke-docker-sbx workflow#6099
Merged
Merged
Conversation
Adds a Docker sbx smoke test workflow for future experimentation with Docker sandbox (microVM) integration. Currently a copy of smoke-copilot with renamed references, no schedule. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
✅ Coverage Check PassedOverall Coverage
📁 Per-file Coverage Changes (1 files)
Coverage comparison generated by |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Agentic Workflows smoke test (“Smoke Docker Sbx”) intended as an initial, unscheduled copy of smoke-copilot to serve as a starting point for future Docker sandbox (microVM/sbx) integration experiments.
Changes:
- Introduces a new smoke workflow definition (
smoke-docker-sbx.md) with renamed references/labels and a pre-agent data precompute step. - Adds the corresponding compiled lock workflow (
smoke-docker-sbx.lock.yml) generated bygh aw compile.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/smoke-docker-sbx.md | New smoke workflow definition (copied from smoke-copilot, renamed for Docker sbx experimentation). |
| .github/workflows/smoke-docker-sbx.lock.yml | Compiled lock file for the new workflow, including pinned action SHAs/images and compiled jobs/steps. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 3/3 changed files
- Comments generated: 1
- Review effort level: Low
… (MD046)" This reverts commit a71402e.
Contributor
|
✅ Copilot review passed with no inline comments. @lpcox Add the |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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 Docker sbx smoke test workflow for future experimentation with Docker sandbox (microVM) integration.
This is an initial copy of
smoke-copilotwith renamed references and no schedule — intended as a starting point for iterating on sbx integration in a follow-up branch.Changes
.github/workflows/smoke-docker-sbx.md— workflow definition (copy of smoke-copilot, renamed).github/workflows/smoke-docker-sbx.lock.yml— compiled lock fileContext
Follow-up to the runtime registry work in #6093. The sbx execution model is documented in
src/container-runtime.tsas a future'microvm'backend.