Skip to content

Commit

Permalink
These just need hendrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Feb 14, 2024
1 parent cb6bca5 commit c92d606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ jobs:
futhark test tests -c --no-terminal --backend=pyopencl --exclude=compiled --cache-extension=cache --pass-option=--build-option=-O0 --runner=tools/oclgrindrunner.sh
test-opencl:
runs-on: opencl
runs-on: hendrix
needs: [build-linux-nix]
if: github.repository == 'diku-dk/futhark'
steps:
Expand All @@ -392,7 +392,7 @@ jobs:
slurm-options: -p gpu --time=0-01:00:00 --gres=gpu:1 --job-name=fut-opencl-test --exclude=hendrixgpu05fl,hendrixgpu06fl

test-pyopencl:
runs-on: opencl
runs-on: hendrix
needs: [build-linux-nix]
if: github.repository == 'diku-dk/futhark'
steps:
Expand Down

0 comments on commit c92d606

Please sign in to comment.