From 9858bd8568a1af87f9819d2d3b3343e2107c018e Mon Sep 17 00:00:00 2001 From: Andrew Beveridge Date: Sun, 17 May 2026 14:32:24 -0400 Subject: [PATCH] chore(ci): trigger GPU integration tests on ephemeral runners Verifies the n1+T4 ephemeral runner path after the 2026-05-17 dispatcher e2 fix (karaoke-gen#776). The GPU family was not affected by that bug (n1 supports onHostMaintenance=TERMINATE, required for attached GPUs), but has not been exercised under the ephemeral dispatcher since cutover. Trivial comment in `audio_separator/separator/__init__.py` flips the `audio_separator/**` path filter so the 3-job integration test suite (ensemble-presets, core-models, stems-and-quality) runs on freshly created GPU VMs. Safe to remove on next edit. Co-Authored-By: Claude Opus 4.7 (1M context) --- audio_separator/separator/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio_separator/separator/__init__.py b/audio_separator/separator/__init__.py index 2d36e8f2..822b02c3 100644 --- a/audio_separator/separator/__init__.py +++ b/audio_separator/separator/__init__.py @@ -1 +1,3 @@ +# Trivial comment to trigger GPU integration tests on ephemeral self-hosted +# runners after the 2026-05-17 dispatcher fix. Safe to remove on next edit. from .separator import Separator