summaryrefslogtreecommitdiffstats
path: root/jjb/storperf/storperf-verify-jobs.yml
AgeCommit message (Collapse)AuthorFilesLines
2018-04-03Create Stable Branch Jobs for storperfjenkins-ci1-1/+1
Change-Id: Icb9fbd8bc648458c44ff60990c02a4afb837e383 Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-10Fix Yamllint violations for jjb/storperfTrevor Bramwell1-137/+142
JIRA: RELENG-254 Change-Id: Idc05b81ebf8636a5d422e54b72ee58c039b1843c Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-09-19Introduce StorPerf Euphrates Jobsmbeierl1-6/+11
Adds stable/euphrates branch for StorPerf jobs that were enabled for existing master Change-Id: Id11c4958c40cf8b8db49d545face4bd6ddbf31d3 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-09-08storperf: Increase timeout for verify jobAlexandru Avadanii1-1/+1
AArch64 build runs inside a VM, which tends to be slow. Until we move all AArch64 builders to baremetal, let's increase the timeout from 30 min to 60. Change-Id: I0e16d32ac1cbe8f13b24e3cadb87715f12360d7a Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-08-24Add missing project-parameters to storperf verifyTrevor Bramwell1-0/+3
This should fix the error of storperf verify jobs not being able to resolve the git repository. Change-Id: Ibc8382c7ec77d5975849fda042d30c457b6b457c Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-08-24Storperf Parallel Verify JobsTrevor Bramwell1-8/+2
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>
2017-08-24Storperf Verify Job should be MultijobTrevor Bramwell1-0/+2
Change-Id: Ic4ed4775353622567df02790d3cca960ae0567ff Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-08-24storperf: Expand the CI verify scopeFatih Degirmenci1-0/+191
This change - converts storperf-verify job to multijob type - adds 2 additional jobs to build docker image(s) on x86 and arm machines which will contribute to final Verified+1/-1 verdict - all 3 jobs run in parallel on appropriate slaves Change-Id: I3c3aec8834d7bd0ef4d7ffbc7453dd063ef10dd1 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com> Signed-off-by: mbeierl <mark.beierl@dell.com>