Skip to content

fix(ci): BDD In-Network ENOSPC during tox uv sync after #1613/#1634 #1662

Description

@mkostromin-sigma

Summary

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)

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-network in .github/workflows/ci.yml:

  1. Free runner disk before compose build (remove unused preinstalled toolchains + docker builder prune)
  2. Cap PGDATA_TMPFS_SIZE for this serial job (default 10g is for heavy xdist; e2e_rest here is serial)

Relationships

Metadata

Metadata

Type

Fields

No fields configured for Bug.

Projects

Status
In Progress

Relationships

None yet

Development

No branches or pull requests

Issue actions