Skip to content

ci: avoid flaky GPU apt cache#79

Merged
ivanbasov merged 2 commits into
mainfrom
codex/disable-gpu-apt-cache
May 1, 2026
Merged

ci: avoid flaky GPU apt cache#79
ivanbasov merged 2 commits into
mainfrom
codex/disable-gpu-apt-cache

Conversation

@ivanbasov
Copy link
Copy Markdown
Collaborator

@ivanbasov ivanbasov commented May 1, 2026

Summary

  • remove the NVIDIA proxy-cache setup from GPU workflows
  • use the normal Ubuntu apt sources for the small system package install

Context

PR #75 now uses the fixed Python setup from #78, but GPU jobs are failing before checkout/tests because the NVIDIA apt cache returns 502 Bad Gateway for the Ubuntu archive endpoints. The resulting incomplete apt index makes packages such as gcc, git, and Python dependencies appear unavailable.

The first attempt tried enable-apt: false, but the action still rewrote apt sources. Removing the action avoids making CI depend on the local apt cache health.

Validation

  • Parsed .github/workflows/ci-gpu.yml and .github/workflows/long-running-tests.yml with PyYAML
  • Ran git diff --check

@ivanbasov ivanbasov requested a review from bmhowe23 May 1, 2026 20:44
@ivanbasov ivanbasov merged commit 9f516e0 into main May 1, 2026
17 checks passed
@ivanbasov ivanbasov deleted the codex/disable-gpu-apt-cache branch May 1, 2026 20:46
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