Integration to StorPerf 45/2645/4
authormbeierl <mark.beierl@emc.com>
Fri, 16 Oct 2015 20:30:47 +0000 (16:30 -0400)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Mon, 2 Nov 2015 07:34:19 +0000 (07:34 +0000)
Verify, merge and daily jobs are now hooked up to scripts in
the StorPerf project.

JIRA: RELENG-41

Change-Id: I132e3a8c4b6c39700110a5fb347e86e20f889090
Signed-off-by: mbeierl <mark.beierl@emc.com>
Rmoved docu-build

Change-Id: Ie97d9f8ec795648a8b3aafc67c85bebd1b79f034
Signed-off-by: mbeierl <mark.beierl@emc.com>
jjb/storperf/storperf.yml

index 595c663..9e29674 100644 (file)
@@ -62,8 +62,9 @@
                     branch-pattern: '**/master'
 
     builders:
-        - shell:
-            echo "Hello World"
+        - shell: |
+            $WORKSPACE/ci/verify.sh
+
 
 - job-template:
     name: 'storperf-merge'
                       branch-pattern: '**/master'
 
     builders:
-        - shell:
-            echo "Hello World"
+        - shell: |
+            $WORKSPACE/ci/merge.sh
+
+    publishers:
+        - junit:
+            results: nosetests.xml
 
 
 - job-template:
         - timed: 'H H * * *'
 
     builders:
-        - shell:
-             echo "Hello World"
+        - shell: |
+            $WORKSPACE/ci/daily.sh
+