ci(workflows): use gpu runner label#7476
Conversation
Use the new dynamic runner label for CUDA workflows in the deepmodeling organization. Authored by OpenClaw (model: custom-chat-jinzhezeng-group/gpt-5.5)
Current dynamic GPU runner setupThis PR switches GPU jobs from The current scheme can be summarized as: ARC + Alibaba Cloud ACK / ECI for dynamically provisioned GPU runners This is the recommended cloud-native container-based runner architecture when CI jobs can run inside Docker containers.
So this PR is not introducing a separate future ARC proposal. It is updating the workflows to use the Authored by OpenClaw (version: 2026.5.28 e932160, model: custom-chat-jinzhezeng-group/gpt-5.5) |
Problem
gpulabel.nvidiarunner label.Change
runs-onlabels fromnvidiatogpu.Notes
git diff --checkand confirmed noruns-on: nvidiaremains under.github/workflows.Authored by OpenClaw (model: custom-chat-jinzhezeng-group/gpt-5.5)