Merge #1291 Run unit tests with PostgreSQL in Jenkins job

This commit is contained in:
Matt Prahl
2019-06-20 16:32:22 +00:00

View File

@@ -67,6 +67,7 @@ node('factory2'){
timeout(20) {
onmyduffynode '~/fm-orchestrator/contrib/run-unittests.sh --no-tty'
onmyduffynode '~/fm-orchestrator/contrib/run-unittests.sh --py3 --no-tty'
onmyduffynode '~/fm-orchestrator/contrib/run-unittests.sh --py3 --no-tty --with-pgsql'
}
}