Skip to content

fix: update gVisor release pin from 20250623.0 to 20250707.0#6143

Merged
lpcox merged 1 commit into
mainfrom
fix-gvisor-release-pin
Jul 12, 2026
Merged

fix: update gVisor release pin from 20250623.0 to 20250707.0#6143
lpcox merged 1 commit into
mainfrom
fix-gvisor-release-pin

Conversation

@lpcox

@lpcox lpcox commented Jul 12, 2026

Copy link
Copy Markdown
Collaborator

Problem

All four gVisor smoke test workflows fail at the compiler-generated "Install gVisor (runsc)" step because the pinned release 20250623.0 returns 404 from storage.googleapis.com:

curl: (22) The requested URL returned error: 404

Failed runs: 29198099472, 29198101985, 29198112085, 29198106871

Fix

Manually update all 4 gVisor smoke test .lock.yml files to use release 20250707.0, which is confirmed valid (HTTP 200).

Note: This is a workaround — the upstream fix belongs in gh-aw's generateGVisorInstallStep() which pins the release version.

Files Changed

  • smoke-gvisor.lock.yml
  • smoke-gvisor-claude.lock.yml
  • smoke-gvisor-codex.lock.yml
  • smoke-gvisor-build-test.lock.yml

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>
Copilot AI review requested due to automatic review settings July 12, 2026 15:40

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the compiler-generated gVisor smoke workflows to use an available release.

Changes:

  • Replaces gVisor 20250623.0 with 20250707.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

@github-actions

Copy link
Copy Markdown
Contributor

✅ Coverage Check Passed

Overall Coverage

Metric Base PR Delta
Lines 98.30% 98.33% 📈 +0.03%
Statements 98.23% 98.26% 📈 +0.03%
Functions 99.07% 99.07% ➡️ +0.00%
Branches 93.85% 93.85% ➡️ +0.00%
📁 Per-file Coverage Changes (1 files)
File Lines (Before → After) Statements (Before → After)
src/log-directory-setup.ts 96.2% → 100.0% (+3.78%) 96.3% → 100.0% (+3.71%)

Coverage comparison generated by scripts/ci/compare-coverage.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants