Skip to content

Commit 52a5a9d

Browse files
authored
Request some more expensive tests always end up on 8core systems
1 parent f1e1b6e commit 52a5a9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ pipeline {
272272
agent {
273273
docker {
274274
image 'stanorg/ci:gpu-cpp17'
275-
label 'linux'
275+
label 'linux && 8core'
276276
args '--cap-add SYS_PTRACE'
277277
}
278278
}
@@ -506,7 +506,7 @@ pipeline {
506506
}
507507
}
508508
}
509-
agent { label 'linux && docker' }
509+
agent { label 'linux && docker && 8core' }
510510
steps {
511511
script {
512512
def tests = [:]

0 commit comments

Comments
 (0)