Skip to content

Commit f9ac1b0

Browse files
Test slurm runners
1 parent 7b92220 commit f9ac1b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424

2525
jobs:
2626
determine-test-scope:
27-
runs-on: [ inhouse ]
27+
runs-on: [slurm-runner, 1xcpu]
2828
if: |
2929
github.event.pull_request.draft == false ||
3030
github.ref == 'refs/heads/develop' ||
@@ -96,7 +96,7 @@ jobs:
9696
needs: determine-test-scope
9797
if: ( needs.determine-test-scope.outputs.local_tests == 'true' ) || ( needs.determine-test-scope.outputs.remote_tests == 'true' )
9898
name: Run linting
99-
runs-on: [ inhouse ]
99+
runs-on: [slurm-runner, 1xcpu]
100100
steps:
101101
- uses: actions/checkout@v4
102102
with:
@@ -114,7 +114,7 @@ jobs:
114114
needs: determine-test-scope
115115
if: needs.determine-test-scope.outputs.local_tests == 'true'
116116
name: Python ${{ matrix.python-version }} - self-hosted-runner
117-
runs-on: [ inhouse ]
117+
runs-on: [slurm-runner, 10xcpu]
118118
strategy:
119119
matrix:
120120
python-version: ['3.9', '3.13']

0 commit comments

Comments
 (0)