diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-08-24 16:07:18 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-08-24 16:17:27 -0700 |
commit | 9a66e8de97623ab068b68dc0649331fc8f632e6c (patch) | |
tree | 442265cc368272599c49b63f76be105b611f702d /jjb | |
parent | 24ac8ee3d10616bb86295d9a9836b010104ff788 (diff) |
Storperf Parallel Verify Jobs
To ensure these run in parallel they need to all be part of the same
phase, and the phase needs to be marked as parallel.
Change-Id: Ib1c1d9e433d925c36371500039da30251469b5fb
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/storperf/storperf-verify-jobs.yml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/jjb/storperf/storperf-verify-jobs.yml b/jjb/storperf/storperf-verify-jobs.yml index a1180c4cc..28f02d2b0 100644 --- a/jjb/storperf/storperf-verify-jobs.yml +++ b/jjb/storperf/storperf-verify-jobs.yml @@ -75,8 +75,8 @@ # in phase jobs echo "Triggering phase jobs!" - multijob: - name: 'unit-test' - condition: SUCCESSFUL + name: 'storperf-build-and-unittest' + execution-type: PARALLEL projects: - name: 'storperf-verify-unit-test-{stream}' current-parameters: false @@ -89,9 +89,6 @@ node-parameters: false kill-phase-on: FAILURE abort-all-job: false - name: 'build-x86_64' - condition: SUCCESSFUL - projects: - name: 'storperf-verify-build-x86_64-{stream}' current-parameters: false predefined-parameters: | @@ -104,9 +101,6 @@ node-parameters: false kill-phase-on: FAILURE abort-all-job: false - name: 'build-aarch64' - condition: SUCCESSFUL - projects: - name: 'storperf-verify-build-aarch64-{stream}' current-parameters: false predefined-parameters: | |