Skip to content

Keep the Playwright install off the broken third-party repos - #55

Merged
upgradedev merged 1 commit into
mainfrom
fix/ci-playwright-apt
Aug 3, 2026
Merged

Keep the Playwright install off the broken third-party repos#55
upgradedev merged 1 commit into
mainfrom
fix/ci-playwright-apt

Conversation

@upgradedev

Copy link
Copy Markdown
Owner

Same root cause as #54, one job over. npx playwright install --with-deps shells out to apt, apt refreshes every repository baked into the hosted runner image, and packages.microsoft.com is answering 403 Forbidden today.

On main (run 30832770288) that step sat for seven minutes with no output, which matters beyond one job: the Cloud Run and Firebase Hosting deploys both fire on CI's completion, so a stall here silently stops both.

The browser needs its own Ubuntu dependencies and nothing from those lists, so they are removed first, exactly as the demo-video job now does.

Same cause as the video gate: `playwright install --with-deps` shells out to
apt, apt refreshes every repository baked into the hosted runner image, and
packages.microsoft.com is answering 403 today. On main this step sat for seven
minutes with no output, which stops the deploys that fire on CI's completion.

The browser needs its own Ubuntu dependencies and nothing from those lists, so
they are removed first, exactly as the demo-video job now does.
@upgradedev
upgradedev merged commit 1fba3b0 into main Aug 3, 2026
11 checks passed
@upgradedev
upgradedev deleted the fix/ci-playwright-apt branch August 3, 2026 16:49
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.

1 participant