Skip to content

Commit 5fa4151

Browse files
Switch GPU runners to standard SciML labels [self-hosted, Linux, X64, gpu]
The gpu-v100 label has no active runners, causing jobs to queue indefinitely (9+ days). All other SciML repos (DiffEqFlux, NeuralPDE, DeepEquilibriumNetworks) use the generic [self-hosted, Linux, X64, gpu] label which matches available runner pools. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent dcb2a28 commit 5fa4151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/GPU.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
jobs:
2020
gpu-tests:
2121
name: "GPU Tests"
22-
runs-on: [self-hosted, gpu-v100]
22+
runs-on: [self-hosted, Linux, X64, gpu]
2323
timeout-minutes: 60
2424
steps:
2525
- uses: actions/checkout@v6
@@ -39,7 +39,7 @@ jobs:
3939

4040
gpu-docs:
4141
name: "Documentation"
42-
runs-on: [self-hosted, gpu-v100]
42+
runs-on: [self-hosted, Linux, X64, gpu]
4343
timeout-minutes: 360
4444
if: github.event_name == 'push' || !github.event.pull_request.draft
4545
steps:

0 commit comments

Comments
 (0)