Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/scripts/validate_results.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Validate that all 14 test workflows produced the expected outcomes.
"""Validate that all 3 smoke-test workflows produced the expected outcomes.

Reads job conclusions from the NEEDS_JSON env var (set by
integration-tests.yml via ``${{ toJSON(needs) }}``) and parses
Expand All @@ -22,7 +22,7 @@
# Configuration
# ---------------------------------------------------------------------------

EXPECTED_COUNT = 14
EXPECTED_COUNT = 3
ARTIFACTS_DIR = Path("artifacts")
EXPECTED_RESULTS_PATH = Path("expected_results.yml")

Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/02-requirements-src-bandit.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/04-uv-flat.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/05-uv-src-vuln.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/06-uv-multi-bandit.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/07-poetry-flat.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/09-pipenv-flat.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/10-pipenv-multi-bandit.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/11-requirements-root.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/12-uv-flat-bandit-only.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/13-requirements-unfixable.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/14-uv-low-threshold.yml

This file was deleted.

Loading
Loading