We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e1b6e commit 52a5a9dCopy full SHA for 52a5a9d
1 file changed
Jenkinsfile
@@ -272,7 +272,7 @@ pipeline {
272
agent {
273
docker {
274
image 'stanorg/ci:gpu-cpp17'
275
- label 'linux'
+ label 'linux && 8core'
276
args '--cap-add SYS_PTRACE'
277
}
278
@@ -506,7 +506,7 @@ pipeline {
506
507
508
509
- agent { label 'linux && docker' }
+ agent { label 'linux && docker && 8core' }
510
steps {
511
script {
512
def tests = [:]
0 commit comments