Skip to content

Commit 7d2f686

Browse files
authored
Fix 8core location
1 parent 52a5a9d commit 7d2f686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,13 +506,13 @@ pipeline {
506506
}
507507
}
508508
}
509-
agent { label 'linux && docker && 8core' }
509+
agent { label 'linux && docker' }
510510
steps {
511511
script {
512512
def tests = [:]
513513
for (f in changedDistributionTests.collate(24)) {
514514
def names = f.join(" ")
515-
tests["Distribution Tests: ${names}"] = { node ("linux && docker") {
515+
tests["Distribution Tests: ${names}"] = { node ("linux && docker && 8core") {
516516
deleteDir()
517517
docker.image('stanorg/ci:gpu-cpp17').inside {
518518
catchError {

0 commit comments

Comments
 (0)