Skip to content

Commit

Permalink
Merge pull request #3335 from stan-dev/linux-unit-gpu
Browse files Browse the repository at this point in the history
Ensure linux unit tests run on a gpu node
  • Loading branch information
WardBrian authored Mar 4, 2025
2 parents 86fb358 + 025ec32 commit 69e55a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ pipeline {
agent {
docker {
image 'stanorg/ci:gpu'
label 'linux'
label 'linux && gpu'
args '--pull always --gpus 1'
}
}
Expand Down

0 comments on commit 69e55a6

Please sign in to comment.