Enable cloud-hypervisor agent runtime on eligible agentic workflows - #52932
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
@copilot resolve the merge conflicts on this branch. |
|
@copilot This branch has merge conflicts. Please run Run context: https://github.com/github/gh-aw/actions/runs/31896433106
|
There was a problem hiding this comment.
Pull request overview
Enables the Cloud Hypervisor preview runtime for 11 eligible agentic workflows and recompiles their generated workflows.
Changes:
- Adds
sandbox.agent.runtime: cloud-hypervisor. - Adds KVM preflight and verified runtime provisioning.
- Updates AWF execution for the microVM runtime.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/security-review.md |
Enables Cloud Hypervisor. |
.github/workflows/security-review.lock.yml |
Recompiles runtime setup. |
.github/workflows/purelock.md |
Enables Cloud Hypervisor. |
.github/workflows/purelock.lock.yml |
Recompiles runtime setup. |
.github/workflows/portfolio-analyst.md |
Enables Cloud Hypervisor. |
.github/workflows/ponytail-reviewer.md |
Enables Cloud Hypervisor. |
.github/workflows/ponytail-reviewer.lock.yml |
Recompiles runtime setup. |
.github/workflows/deepsec-security-scan.md |
Enables Cloud Hypervisor. |
.github/workflows/deepsec-security-scan.lock.yml |
Recompiles runtime and Claude CLI setup. |
.github/workflows/daily-vulnhunter-scan.md |
Enables Cloud Hypervisor. |
.github/workflows/daily-vulnhunter-scan.lock.yml |
Recompiles runtime and Claude CLI setup. |
.github/workflows/daily-spending-forecast.md |
Enables Cloud Hypervisor. |
.github/workflows/daily-spending-forecast.lock.yml |
Recompiles runtime setup. |
.github/workflows/daily-go-test-parallelizer.md |
Enables Cloud Hypervisor. |
.github/workflows/daily-go-test-parallelizer.lock.yml |
Recompiles runtime setup. |
.github/workflows/daily-github-docs-seo-optimizer.md |
Enables Cloud Hypervisor. |
.github/workflows/daily-github-docs-seo-optimizer.lock.yml |
Recompiles runtime setup. |
.github/workflows/copilot-centralization-optimizer.md |
Enables Cloud Hypervisor. |
.github/workflows/copilot-centralization-optimizer.lock.yml |
Recompiles runtime setup. |
.github/workflows/copilot-centralization-drilldown.md |
Enables Cloud Hypervisor. |
.github/workflows/copilot-centralization-drilldown.lock.yml |
Recompiles runtime setup. |
Review details
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 22/22 changed files
- Comments generated: 0
- Review effort level: Balanced
…gent-runtime # Conflicts: # .github/workflows/portfolio-analyst.lock.yml Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Ran
Merge conflicts resolved in 44b90a6 by merging origin/main and regenerating the conflicting lock file via |
|
@copilot This branch still shows merge conflicts from GitHub's perspective. Please run Run context: https://github.com/github/gh-aw/actions/runs/31897747771
|
The branch already contains all commits from |
|
🎉 This pull request is included in a new release. Release: |
Opts a set of repository workflows into the Cloud Hypervisor preview microVM agent runtime by setting
sandbox.agent.runtime: cloud-hypervisor.Changes
sandbox.agent.runtime: cloud-hypervisortocopilot-centralization-drilldown,copilot-centralization-optimizer,daily-github-docs-seo-optimizer,daily-go-test-parallelizer,daily-spending-forecast,daily-vulnhunter-scan,deepsec-security-scan,ponytail-reviewer,portfolio-analyst,purelock,security-review.Selection criteria
Candidates were filtered against the preview constraints in
.github/aw/agent-runtime-instructions.mdandpkg/workflow/sandbox_validation.go— excluded any workflow usingtools.github.mode: gh-proxy,cli-proxy/integrity-reactions,enclaves:,legacy-security,allow-host-ports,runner.topology: arc-dind, self-hosted runners, or upstream-managedsource:provenance. All selected workflows run on GitHub-hosted Ubuntu x86_64 with the default AWF v0.28.1, which satisfiesAWFCloudHypervisorMinVersion.Notably, most remaining workflows are ineligible because they import
shared/gh.mdorshared/meta-analysis-base.md, both of which enablegh-proxymode.