From 05f78504ef2673f4e26056df747c6e570bb1803a Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Wed, 19 Jun 2019 11:06:21 +0800 Subject: [PATCH] Run unit tests with PostgreSQL in Jenkins job Signed-off-by: Chenxiong Qi --- .cico-pr.pipeline | 1 + 1 file changed, 1 insertion(+) diff --git a/.cico-pr.pipeline b/.cico-pr.pipeline index 90495896..1625aa79 100644 --- a/.cico-pr.pipeline +++ b/.cico-pr.pipeline @@ -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' } }