Create jobs for euphrates
[releng.git] / jjb / calipso / calipso.yml
index b8d10eb..c282efa 100644 (file)
@@ -10,6 +10,9 @@
         - master:
             branch: '{stream}'
             disabled: false
+        - euphrates:
+            branch: 'stable/{stream}'
+            disabled: false
 
 - job-template:
     name: 'calipso-verify-{stream}'
@@ -20,6 +23,8 @@
         - project-parameter:
             project: '{project}'
             branch: '{branch}'
+        - 'opnfv-build-defaults'
+
 
     scm:
         - git-scm-gerrit
@@ -56,4 +61,4 @@
             set -o nounset
             set -o pipefail
             cd $WORKSPACE
-            PYTHONPATH=$PWD/app python3 -m unittest discover -s app/test/fetch
+            PYTHONPATH=$PWD/app app/test/verify.sh