Skip to content

Commit 851649e

Browse files
Updated to slurm runners (#2555)
1 parent c16beac commit 851649e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ permissions:
2828

2929
jobs:
3030
determine-test-scope:
31-
runs-on: [ deploynode ]
31+
runs-on: [ slurm-runner, 1xcpu ]
3232
if: |
3333
github.event.pull_request.draft == false ||
3434
github.ref == 'refs/heads/develop' ||
@@ -119,7 +119,7 @@ jobs:
119119
needs: determine-test-scope
120120
if: ( needs.determine-test-scope.outputs.local_tests == 'true' ) || ( needs.determine-test-scope.outputs.remote_tests == 'true' )
121121
name: Run linting
122-
runs-on: [ deploynode ]
122+
runs-on: [ slurm-runner, 1xcpu ]
123123
container: ghcr.io/astral-sh/uv:debian
124124
steps:
125125
- uses: actions/checkout@v4
@@ -138,7 +138,7 @@ jobs:
138138
needs: determine-test-scope
139139
if: needs.determine-test-scope.outputs.local_tests == 'true'
140140
name: Python ${{ matrix.python-version }} - self-hosted-runner
141-
runs-on: [ deploynode ]
141+
runs-on: [ slurm-runner, 4xcpu ]
142142
container: ghcr.io/astral-sh/uv:debian
143143
strategy:
144144
matrix:
@@ -319,7 +319,7 @@ jobs:
319319
name: pr-requirements-pass
320320
if: ( needs.determine-test-scope.outputs.local_tests == 'true' ) || ( needs.determine-test-scope.outputs.remote_tests == 'true' )
321321
needs: [local-tests, remote-tests, lint]
322-
runs-on: [ deploynode ]
322+
runs-on: [ slurm-runner, 1xcpu ]
323323
steps:
324324
- name: check-passing-remote-tests
325325
run: |

0 commit comments

Comments
 (0)