From: mbeierl Date: Fri, 16 Oct 2015 20:30:47 +0000 (-0400) Subject: Integration to StorPerf X-Git-Tag: test-tag~230 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=bdb779857fe4e0f6a8281666e68783d98c8d5b3c;p=releng.git Integration to StorPerf 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 Rmoved docu-build Change-Id: Ie97d9f8ec795648a8b3aafc67c85bebd1b79f034 Signed-off-by: mbeierl --- diff --git a/jjb/storperf/storperf.yml b/jjb/storperf/storperf.yml index 595c663f7..9e29674fa 100644 --- a/jjb/storperf/storperf.yml +++ b/jjb/storperf/storperf.yml @@ -62,8 +62,9 @@ branch-pattern: '**/master' builders: - - shell: - echo "Hello World" + - shell: | + $WORKSPACE/ci/verify.sh + - job-template: name: 'storperf-merge' @@ -112,8 +113,12 @@ branch-pattern: '**/master' builders: - - shell: - echo "Hello World" + - shell: | + $WORKSPACE/ci/merge.sh + + publishers: + - junit: + results: nosetests.xml - job-template: @@ -154,5 +159,6 @@ - timed: 'H H * * *' builders: - - shell: - echo "Hello World" + - shell: | + $WORKSPACE/ci/daily.sh +