You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main CI is red after #1613 / #1634. Quality Gate itself is green on the tip; BDD In-Network (e2e_rest) fails twice in a row while uv sync --group dev installs into the tox_data volume:
error: Failed to install: ... No space left on device (os error 28)
#1534's main CI was green; the ratchet merges did not change compose/tox deps, but the in-network job now OOMs the Docker disk consistently on ubuntu-latest (image build + full /opt/venv + second full tox env under /app/.tox).
Fix
Harden bdd-in-network in .github/workflows/ci.yml:
Free runner disk before compose build (remove unused preinstalled toolchains + docker builder prune)
Cap PGDATA_TMPFS_SIZE for this serial job (default 10g is for heavy xdist; e2e_rest here is serial)
Summary
mainCI is red after #1613 / #1634. Quality Gate itself is green on the tip; BDD In-Network (e2e_rest) fails twice in a row whileuv sync --group devinstalls into thetox_datavolume:Seen on:
#1534's main CI was green; the ratchet merges did not change compose/tox deps, but the in-network job now OOMs the Docker disk consistently on
ubuntu-latest(image build + full/opt/venv+ second full tox env under/app/.tox).Fix
Harden
bdd-in-networkin.github/workflows/ci.yml:docker builder prune)PGDATA_TMPFS_SIZEfor this serial job (default 10g is for heavy xdist; e2e_rest here is serial)Relationships
main