Skip to content

Commit 37ad8c3

Browse files
authored
Merge pull request #3025 from stan-dev/turn-off-expressions-tests
Removed expressions tests
2 parents 6fd28e8 + 30d5a02 commit 37ad8c3

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

Jenkinsfile

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -360,32 +360,6 @@ pipeline {
360360
}
361361
post { always { deleteDirWin() } }
362362
}
363-
stage('Math functions expressions test') {
364-
agent any
365-
steps {
366-
unstash 'StanSetup'
367-
setupCXX(true, env.CXX, stanc3_bin_url())
368-
script {
369-
dir("lib/stan_math/") {
370-
sh "echo O=0 > make/local"
371-
withEnv(['PATH+TBB=./lib/tbb']) {
372-
try { sh "./runTests.py -j${env.PARALLEL} test/expressions" }
373-
finally { junit 'test/**/*.xml' }
374-
}
375-
withEnv(['PATH+TBB=./lib/tbb']) {
376-
sh "python ./test/expressions/test_expression_testing_framework.py"
377-
}
378-
sh "make clean-all"
379-
sh "echo STAN_THREADS=true >> make/local"
380-
withEnv(['PATH+TBB=./lib/tbb']) {
381-
try { sh "./runTests.py -j${env.PARALLEL} test/expressions" }
382-
finally { junit 'test/**/*.xml' }
383-
}
384-
}
385-
}
386-
}
387-
post { always { deleteDir() } }
388-
}
389363
}
390364
when {
391365
expression {

0 commit comments

Comments
 (0)