Skip to content

Re-run: transient CI failure — production-ui-critical timed out on apt mirror outage - #2177

Merged
BigSimmo merged 1 commit into
claude/lightweight-mode-homesfrom
copilot/fix-github-actions-job
Aug 19, 2026
Merged

Re-run: transient CI failure — production-ui-critical timed out on apt mirror outage#2177
BigSimmo merged 1 commit into
claude/lightweight-mode-homesfrom
copilot/fix-github-actions-job

Conversation

CopilotAI commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

The PR required check failed because production-ui-critical hit its 25-minute timeout while stuck in npx playwright install-deps chromium — the GitHub-hosted runner's azure.archive.ubuntu.com apt mirror was unreachable for the full duration of the setup step. The Playwright tests themselves never ran.

Summary

  • No code changes. Root cause was a transient Azure apt mirror outage on the CI runner, not a defect in this PR's diff.
  • All other required jobs passed: static-pr, build, unit coverage, all 3 production-ui shards, lighthouse.
  • Fix: re-ran the failed production-ui-critical job via rerun_failed_jobs.

Verification

  • npm run verify:pr-local

During development, use npm run verify:cheap as the faster iteration gate before the final PR-local preflight.

  • npm run verify:ui when UI, routing, styling, browser behavior, reduced-motion, or forced-colors behavior changed
  • npm run verify:release before release or handoff confidence claims

For retrieval, ranking, selection, chunking, source/citation rendering, or answer-contract changes, verify:pr-local runs eval:rag:offline automatically. Run the offline command directly during iteration before spending a live eval.

  • npm run eval:retrieval:quality (must stay 36/36) when retrieval, ranking, selection, chunking, or scoring behavior changed — CI cannot run it (needs live keys), so run it locally and paste the summary. A metadata/governance-weighting change once buried correct docs (recall 1.0→0.76) and only this eval caught it.
  • npm run eval:rag -- --limit 15 + npm run eval:quality -- --rag-only when answer generation, the synthesis prompt, or answer post-processing changed (grounded-supported must not drop; citation-failure 0)
  • npm run check:production-readiness when clinical workflow, privacy, environment, Supabase, source governance, or deployment behavior changed
  • npm run check:deployment-readiness when deployment startup, hosting, or rollout behavior changed

Verification not run: no code changes; re-run of a job cancelled by transient infrastructure failure.

Risk and rollout

  • Risk: None — no code changes.
  • Rollback: N/A
  • Provider or production effects: None

Clinical Governance Preflight

Not applicable — no code changes.

Notes

  • Job logs show azure.archive.ubuntu.com returning Ign for all package sources from 08:15:52 until the 25-minute job timeout fired at 08:40:32. This is a known flakiness pattern with GitHub-hosted ubuntu-24.04 runners when the Azure mirror is degraded; no actionable change is needed in the workflow.

@supabase

supabaseBot commented Aug 19, 2026

Copy link
Copy Markdown

This pull request has been ignored for the connected project sjrfecxgysukkwxsowpy because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

CopilotAI changed the title [WIP] Fix failing GitHub Actions jobRe-run: transient CI failure — production-ui-critical timed out on apt mirror outageAug 19, 2026
CopilotAI requested a review from BigSimmoAugust 19, 2026 08:49
@BigSimmo
BigSimmo marked this pull request as ready for review August 19, 2026 08:51
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@BigSimmo
BigSimmo merged commit f395dce into claude/lightweight-mode-homesAug 19, 2026
3 checks passed
@BigSimmo
BigSimmo deleted the copilot/fix-github-actions-job branch August 19, 2026 08:51
Sign up for freeto 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

@BigSimmo