summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2017-08-24Apex: Updates CI to use new rpm namesTim Rozet3-12/+6
Change-Id: I0455283ba94501119786ffbc3b1217bb71cc35c7 Signed-off-by: Tim Rozet <trozet@redhat.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-24armband-deploy: Cleanup obsolete POD renamingAlexandru Avadanii1-7/+0
arm-pod4 and arm-pod3 are now both obsolete, so we no longer need the ad-hoc translation of the slave name in the deploy script. Change-Id: Ib81d0574507f8c0e8b513cdc00b35124eaaeeb68 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-08-24Merge "storperf: Expand the CI verify scope"Trevor Bramwell2-64/+191
2017-08-24Merge "fuel, armband: Re-enable CI master timed triggers"Trevor Bramwell2-5/+5
2017-08-24Merge "snaps: Configure job to execute run_tests.sh against existing deployment"Fatih Degirmenci2-6/+29
2017-08-24Apex: Fixes bug with blockingTim Rozet2-2/+2
We have blocking so that deploy wont run while another deploy or functest is running. However there is an issue where after a deploy completes, the next in line deploy starts at the same time as the functest starts for the previous deploy. This patch adds a quiet period to the deploy job of 30 seconds, which hopefully will offset the start time between the two and resume correct blocking. Change-Id: Id94d075f2d2e48952a5c2186eeb81d09bb68c49b Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-08-24snaps: Configure job to execute run_tests.sh against existing deploymentFatih Degirmenci2-6/+29
Change-Id: I14de06073f8ed1fd6ef29020f64816f31c6ff074 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-08-24fuel, armband: Re-enable CI master timed triggersAlexandru Avadanii2-5/+5
Re-enable baremetal scenario CI for Fuel scenarios: - os-nosdn-nofeature-ha-baremetal - os-odl_l3-nofeature-ha-baremetal (to be renamed to just odl later) - os-nosdn-ovs-ha-baremetal (Fuel only, no Armband equiv yet) Change-Id: I9b3b929366a3657c45181632ed46936cb15c3cba Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-08-24storperf: Expand the CI verify scopeFatih Degirmenci2-64/+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>
2017-08-24Merge "use Calipso verify.sh for easier control of verification"Tim Rozet1-1/+1
2017-08-24Merge "storperf: Create daily job for storperf"Tim Rozet4-72/+201
2017-08-24Merge "Integrate functest with ARM Architecture"Aric Gardner1-0/+6
2017-08-24clean set-functest-envMorgan Richomme1-1/+5
- remove useless parameters when calling download_images.sh - add traces Change-Id: Iecb3516b53e572ae93ba411fc9c23b691be26e69 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-08-24Merge "Adjust the schedule of daisy baremetal jobs"Serena Feng1-2/+2
2017-08-24Merge "temporary switch of opnfv/functest-* to ollivier/functest-* for alpine"Morgan Richomme1-2/+2
2017-08-24Merge "Add pod description file support"Jun Li1-0/+58
2017-08-24Adjust the schedule of daisy baremetal jobsAlex Yang1-2/+2
Now the functest NFV testcases only run in nosdn-nofeature scenario. So we adjust the schedule to leave more time for debugging on these testcases. Change-Id: I37425a86c7359b57cb7048dc1339acb7ea8cb525 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-08-23storperf: Create daily job for storperfFatih Degirmenci4-72/+201
Change-Id: I999640281d8e15132c9024e25e43122d2a12baf7 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com> Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-08-23use Calipso verify.sh for easier control of verificationyayogev1-1/+1
Change-Id: I322e04959b8ad693c6e2be59e539c3b3d9e6d7bc Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-08-23Integrate functest with ARM ArchitectureDelia Popescu1-0/+6
Reads architecture of first compute node found on MCP installer and sends it as env variable when creating the conatiner. It is needed by https://gerrit.opnfv.org/gerrit/#/c/39991/ JIRA: ARMBAND-279 Change-Id: I7eec485507bd182190e95c0478182f506db4c821 Signed-off-by: Delia Popescu <delia.popescu@enea.com>
2017-08-23temporary switch of opnfv/functest-* to ollivier/functest-* for alpineMorgan Richomme1-2/+2
- better requirement management on ollivier docker hub - add feature and vnf docker (components could be added but as they could be very long (~ > 3h), we focus on shorter tests for the moment (need testcase promotion mechanism to keep the control on overall test duration) Change-Id: Ia8130dba716a465cd9feaaac32eabb4534cbe031 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-08-23Add pod description file supportYang (Gabriel) Yu1-0/+58
JIRA: BOTTLENECK-178 Need to add pod descrition file for Bottlenecks to be installer-agnostic Change-Id: I100022ff1fcdaabe800492649c138dfe9fce55c2 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2017-08-23Merge "Bugfix: min_microversion in tempest_conf.yaml is too small"Jun Li1-1/+1
2017-08-22Merge "Adds SwaggerUI"Aric Gardner1-0/+5
2017-08-22Calipso verify job is running on masteragardner1-0/+2
Jobs should not run on master python 3 not avaliable on master (unless venv is called) switch to opnfv-build-defaults Change-Id: I03cf9ae3d07033b68f5b6db1b13037febb9f729d Signed-off-by: agardner <agardner@linuxfoundation.org>
2017-08-22Merge "Add noha scenario in CI"Jun Li2-4/+181
2017-08-22Bugfix: min_microversion in tempest_conf.yaml is too smallxudan1-1/+1
JIRA: DOVETAIL-486 Now min_microversion is 2 which is too small for some other test cases. Change it to 2.2. Change-Id: Ibf2653b83b36d03420a62595010672d52d8bf77d Signed-off-by: xudan <xudan16@huawei.com>
2017-08-22bugfix: TestAPI auto deploy success but shown as failSerenaFeng1-1/+1
when execute 'curl -s --head --request GET http://testresults.opnfv.org/test' 'HTTP/1.1 301 Moved Permanently' will be returned rather than 200 OK, result in the connectivity check fail. To fix this problem, use 'http://testresults.opnfv.org/test/' instead. Change-Id: I5d6916c15858b3f431a2ab18aeef7f352cb9e31b Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-08-22Merge "prepare for testresults.opnfv.org's watchdog"Serena Feng2-57/+105
2017-08-22Merge "Modify tempest.conf to enable Tempest failed test cases to pass on ↵Jun Li1-0/+31
Compass"
2017-08-21xci: Fix passing current parameters to healthcheck jobFatih Degirmenci1-1/+1
Change-Id: I370d2822071c77a16387935e1d465f608ee9e10e Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-08-21Merge "add Calipso Jenkins job: run unit tests"Tim Rozet1-0/+59
2017-08-21Merge "xci: Several bugfixes for the verify job"Fatih Degirmenci1-4/+16
2017-08-21Modify tempest.conf to enable Tempest failed test cases to pass on Compassxudan1-0/+31
JIRA: DOVETAIL-486 For compass: 1. There is a defcore test case always failed due to wrong value of volume_device_name=vdc. Use tempest_conf.yaml to change the wrong value into 'vdb' for Compass. 2. There are also some tempest test cases skipped or failed due to wrong values in tempest.conf file. Change-Id: Ibe274790b14d9223b5c0ee903879f8b67521948d Signed-off-by: xudan <xudan16@huawei.com>
2017-08-21add Calipso Jenkins job: run unit testsyayogev1-0/+59
Change-Id: I6ecb7f85d9cdfc3dadc7e3b6769daf3b6cb144b5 Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-08-21Merge "Bugfix: No cirros-0.3.5-x86_64-disk.img"Jun Li1-0/+4
2017-08-21Bugfix: No cirros-0.3.5-x86_64-disk.imgxudan1-0/+4
JIRA: DOVETAIL-487 1. Functest cvp.0.5.0 doesn't have cirros image in its docker container. 2. Jobs need to download cirros-0.3.5-x86_64-disk.img and store it in $DOVETAIL_HOME/pre_config Change-Id: I12e4edb561ce21f813adc968d223fb0827529f7b Signed-off-by: xudan <xudan16@huawei.com>
2017-08-21Use dovetail cvp.0.5.0 image in Dovetail CI jobsxudan1-1/+1
JIRA: DOVETAIL-483 Change-Id: I16fdba4e0d2d150b629ae1828578c7379999bfea Signed-off-by: xudan <xudan16@huawei.com>
2017-08-19xci: Several bugfixes for the verify jobFatih Degirmenci1-4/+16
- Fix environment variables set by the job - Fix the default distro in deploy job since the {distro} is not passed to it - Navigate to correct directory where xci-deploy.sh is located Change-Id: Ie412dc4852a4aac5aae5c1f26bb271281ebbc111 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-08-18xci: Enable patchset verification for xciFatih Degirmenci1-0/+214
This job gets triggered when a new patchset to xci is created. Currently only the deployment is run and healthcheck will be activated once xci is adjusted for functest. Change-Id: I3ea61524de6c6b5e2d872f59bb362d9c9be6053c Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-08-18jjb: Remove jobs that belong to multisiteFatih Degirmenci3-499/+0
Multisite project has been terminated. http://meetbot.opnfv.org/meetings/opnfv-meeting/2017/opnfv-meeting.2017-08-08-12.59.html Change-Id: Ia7c0bc86b2e8696f8c2f1fff3007d681c6e1cb8c Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-08-17Adds SwaggerUImbeierl1-0/+5
Adds build for storperf-swaggerui as this is now based off multiarch/alpine to enable ARM support Change-Id: I8cec4277cda39e87face9c37179deea704b9bf27 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-08-17fuel-deploy.sh: source local_env from securedlabAlexandru Avadanii4-5/+12
While at it, revert BRIDGE default value to "pxebr" after recent Fuel rework was merged in [1]. This mechanism will be leveraged by [2]. Partially reverts commit: 68195fd [1] https://gerrit.opnfv.org/gerrit/#/c/38855/ [2] https://gerrit.opnfv.org/gerrit/#/c/39521/ Change-Id: Ic61487384029a7d16547a5035a1f1b34ecbea8d4 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-08-17Merge "jjb: xci: bifrost-verify: Disable errexit when uploading logs"Markos Chandras1-5/+9
2017-08-17Merge "jjb: xci: bifrost-verify-jobs: Kill the job after 90 minutes"Markos Chandras1-0/+2
2017-08-17Merge "jjb: global: releng-macros: Add timeout wrapper"Markos Chandras1-0/+8
2017-08-17Merge "jjb: xci: Use centos-minimal instead of centos7 element"Markos Chandras1-1/+1