Run unit tests on gerrit events 59/63159/2
authorStamatis Katsaounis <mokats@intracom-telecom.com>
Thu, 4 Oct 2018 10:55:05 +0000 (13:55 +0300)
committerStamatis Katsaounis <mokats@intracom-telecom.com>
Thu, 4 Oct 2018 11:03:29 +0000 (14:03 +0300)
JIRA: DOVETAIL-742

This patch runs unit tests on gerrit events instead of hello world.

Change-Id: I3c0fd42532871cddab1bf69f84b9ac83fc7a0cf2
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Depends-On: https://gerrit.opnfv.org/gerrit/63157

jjb/dovetail-webportal/dovetail-webportal-project-jobs.yaml

index f7d3213..a579af6 100644 (file)
@@ -55,7 +55,7 @@
                 - branch-compare-type: 'ANT'
                   branch-pattern: '**/{branch}'
     builders:
-      - dovetail-webportal-hello-world
+      - dovetail-webportal-unit-tests
 
 - job-template:
     name: 'dovetail-webportal-merge-{stream}'
                   branch-pattern: '**/{branch}'
 
     builders:
-      - dovetail-webportal-hello-world
+      - dovetail-webportal-unit-tests
 
 ################################
 # builders for dovetail project
 ###############################
 - builder:
-    name: dovetail-webportal-hello-world
+    name: dovetail-webportal-unit-tests
     builders:
       - shell: |
           #!/bin/bash
           set -o errexit
+          set -o pipefail
 
-          echo "hello world"
+          tox