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 52a5a9d commit 7d2f686Copy full SHA for 7d2f686
1 file changed
Jenkinsfile
@@ -506,13 +506,13 @@ pipeline {
506
}
507
508
509
- agent { label 'linux && docker && 8core' }
+ agent { label 'linux && docker' }
510
steps {
511
script {
512
def tests = [:]
513
for (f in changedDistributionTests.collate(24)) {
514
def names = f.join(" ")
515
- tests["Distribution Tests: ${names}"] = { node ("linux && docker") {
+ tests["Distribution Tests: ${names}"] = { node ("linux && docker && 8core") {
516
deleteDir()
517
docker.image('stanorg/ci:gpu-cpp17').inside {
518
catchError {
0 commit comments