ci: run CI on self-hosted vps-ovh runner#5
Merged
Conversation
GitHub-hosted Actions minutes are billing-frozen for the ZabLaboratory org and will not be restored (porter decision). Move all jobs from ubuntu-latest to the org's ephemeral self-hosted runners on the VPS (label vps-ovh). All quality gates preserved (lint, typecheck, test, deps-audit, secret-scan, lockfile, codeowners); no continue-on-error. TruffleHog runs via the native binary instead of the Docker-wrapped action (no docker.sock on the JIT runner). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The JIT runner orchestrator (runner-orchestrator-zab) requires the per-repo
derived label (Amendment 6 trust gate): a job is matched iff its runs-on is a
superset of base {self-hosted, vps-ovh} PLUS {zab-<repo>}. Aligns QueryMe on
the proven G2 pattern (e.g. g2-workspace) so the orchestrator spawns a JIT
runner for it. Base-only labels are served by the legacy static pool, which is
unreliable under load.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
pip-audit flagged 6 CVEs (idna<3.15 PYSEC-2026-215, msgpack<1.2.1 GHSA-6v7p-g79w-8964, urllib3<2.7.0 PYSEC-2026-141/142, pip<26.1.2 PYSEC-2026-196). Same advisory wave already remediated across the platform on 2026-06-20 (ZabAuth/ZabGate/Blue/Cosmos/Quasar); QueryMe was missed because its CI was billing-frozen and never ran pip-audit. Bump to the vetted target versions and relock; pip pinned in the dev group so the audited venv carries the patched bootstrap pip. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GitHub-hosted minutes billing-frozen (porter decision). All jobs →
[self-hosted, vps-ovh], gates preserved, native TruffleHog binary. Same pattern as the other Zab repos.🤖 Generated with Claude Code