diff options
author | 2017-08-24 15:11:02 +0000 | |
---|---|---|
committer | 2017-08-24 15:11:02 +0000 | |
commit | 1ee5712c4535807e90111c4a675404b1e17ebab9 (patch) | |
tree | bc36d32d0b5b0b50d4f1059e48ebc92017a8a88b /jjb/apex/apex.yml | |
parent | 75ad867556d9475c7881863dfb44ccdcc154228b (diff) | |
parent | 17ae467c6f1f251be6fb1fac7e882f83ef099445 (diff) |
Merge "storperf: Create daily job for storperf"
Diffstat (limited to 'jjb/apex/apex.yml')
-rw-r--r-- | jjb/apex/apex.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 07181fcad..4c543bf66 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -617,6 +617,7 @@ - 'functest.*' - 'yardstick.*' - 'dovetail.*' + - 'storperf.*' - throttle: max-per-node: 1 max-total: 10 @@ -778,6 +779,18 @@ enable-condition: "def m = '$DEPLOY_SCENARIO' ==~ /os-(nosdn-nofeature|nosdn-kvm|odl_l3-fdio)-ha/" abort-all-job: false git-revision: false + - multijob: + name: StorPerf + condition: ALWAYS + projects: + - name: 'storperf-apex-baremetal-daily-{scenario_stream}' + node-parameters: true + current-parameters: false + predefined-parameters: + DEPLOY_SCENARIO=$DEPLOY_SCENARIO + kill-phase-on: NEVER + abort-all-job: false + git-revision: false # Build status is always success due conditional plugin prefetching # build status before multijob phases execute # - conditional-step: |