diff options
author | mbeierl <mark.beierl@emc.com> | 2015-10-16 16:30:47 -0400 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-11-02 07:34:19 +0000 |
commit | bdb779857fe4e0f6a8281666e68783d98c8d5b3c (patch) | |
tree | aa6aa573ba1bd7eddb972caa79294ccb6548fcd0 /jjb/storperf | |
parent | ad8f95c829f2bc94d290040dfcdce7422e36765f (diff) |
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 <mark.beierl@emc.com>
Rmoved docu-build
Change-Id: Ie97d9f8ec795648a8b3aafc67c85bebd1b79f034
Signed-off-by: mbeierl <mark.beierl@emc.com>
Diffstat (limited to 'jjb/storperf')
-rw-r--r-- | jjb/storperf/storperf.yml | 18 |
1 files changed, 12 insertions, 6 deletions
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 + |