ci: verify ephemeral GPU runner end-to-end#287
Closed
beveradb wants to merge 1 commit into
Closed
Conversation
No-op touch on audio_separator/separator/__init__.py to fire the run-integration-tests workflow's three self-hosted GPU jobs (ensemble-presets, core-models, stems-and-quality). This is the end-to-end verification step for karaoke-gen PR #781 (GPU image NVIDIA driver-load fix + secure-boot disabled for GPU VMs). All three jobs should land on fresh ephemeral GPU VMs created by the updated dispatcher, the gha-gpu-modprobe.service should rebuild the NVIDIA module against the running kernel on first boot, and nvidia-smi should report Tesla T4 at the "Verify GPU availability" step. Smoke-test of the new image (`gha-runner-gpu-20260518-035713`) on 2026-05-18 already showed end-to-end success — this PR exercises it through the real dispatcher path. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Collaborator
Author
|
All 3 GPU integration jobs green — verifies karaoke-gen PR #781 end-to-end. Closing per the same convention as #286 (verification trigger, not a real change). |
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.
Summary
End-to-end verification for karaoke-gen PR #781 — the GPU image NVIDIA driver-load fix.
This PR is a single-line touch on
audio_separator/separator/__init__.pywhose only purpose is to triggerrun-integration-tests.yaml's three self-hosted GPU jobs (ensemble-presets,core-models,stems-and-quality).Expected behaviour
For each of the three jobs the ephemeral GHA runner dispatcher should:
gha-runner-gpuimage family (latest isgha-runner-gpu-20260518-035713).enable_secure_boot=not family.has_gpuchange in #781).gha-gpu-modprobe.servicerebuilds nvidia.ko via DKMS against the running kernel (kernel skew between image-build and runtime is now handled), modprobes nvidia/nvidia_uvm/nvidia_drm, and verifies withnvidia-smi.nvidia-smi --query-gpu=driver_version,name,memory.total --format=csv,noheader) succeeds.Smoke result before this PR
A smoke VM created by hand from
gha-runner-gpu-20260518-035713(SB off) booted successfully andnvidia-smireportedTesla T4 / driver 595.71.05 / CUDA 13.2as both root and as therunneruser. Total boot-to-GPU-ready time: ~2 minutes.Test plan
ensemble-presets,core-models,stems-and-quality)@coderabbitai ignore
🤖 Generated with Claude Code