fix: update gVisor release pin from 20250623.0 to 20250707.0#6143
Merged
Conversation
The compiler-generated gVisor install step pinned to release 20250623.0 which returns 404 from storage.googleapis.com. Update all gVisor smoke test lock files to use 20250707.0 which is a valid release. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the compiler-generated gVisor smoke workflows to use an available release.
Changes:
- Replaces gVisor
20250623.0with20250707.0. - Updates corresponding download messages across all four workflows.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/smoke-gvisor.lock.yml |
Updates the gVisor release pin. |
.github/workflows/smoke-gvisor-claude.lock.yml |
Updates the Claude smoke-test pin. |
.github/workflows/smoke-gvisor-codex.lock.yml |
Updates the Codex smoke-test pin. |
.github/workflows/smoke-gvisor-build-test.lock.yml |
Updates the build-test pin. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 4/4 changed files
- Comments generated: 0
- Review effort level: Medium
Contributor
✅ Coverage Check PassedOverall Coverage
📁 Per-file Coverage Changes (1 files)
Coverage comparison generated by |
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.
Problem
All four gVisor smoke test workflows fail at the compiler-generated "Install gVisor (runsc)" step because the pinned release
20250623.0returns 404 fromstorage.googleapis.com:Failed runs: 29198099472, 29198101985, 29198112085, 29198106871
Fix
Manually update all 4 gVisor smoke test
.lock.ymlfiles to use release20250707.0, which is confirmed valid (HTTP 200).Files Changed
smoke-gvisor.lock.ymlsmoke-gvisor-claude.lock.ymlsmoke-gvisor-codex.lock.ymlsmoke-gvisor-build-test.lock.yml