summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2017-02-03Adding multijob builder and script for deploy of testapirohitsakala2-8/+189
docker-update and generate-doc will run in opnfv-build defaults, and docker-deploy will run in testresults. Script will ensure this :- Docker Images in testresults.opnfv.org - N-1 docker image will be labeled as stable. - N docker image will be latest. Docker containers - N-1 container will be stopped but not removed but will be removed in next iteration. JIRA: FUNCTEST-689 Change-Id: I8c66ff716bae969b34fe698cdfa6140ef494ec49 Signed-off-by: rohitsakala <rohitsakala@gmail.com>
2017-02-03Merge "[doctor] enable joid jobs"Aric Gardner2-4/+10
2017-02-03[APEX][BGPVPN] Add to bgpvpn to apex-dailyNikolas Hermanns1-2/+30
Change-Id: Iea68bd0730c339ee42524920f53dbf54cafb9add Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-02-03Adding POSCA build job for Bottlenecksyuyang2-0/+2
JIRA: RELENG-189 JIRA: BOTTLENECK-108 POSCA is a new testsuite in Bottlenecks aiming to locate the bottlenecks in parmetric manner and to decouple the bottlenecks regarding the deployment requirements. POSCA testsuite is planed to be released in Danube. For more details, please refer to https://jira.opnfv.org/browse/BOTTLENECK-92 Change-Id: I9c42903fff64beb4fa15e6dae26e33590a350b93 Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
2017-02-03Merge "dovetail: compass-dovetail weekly job added"Jun Li1-0/+209
2017-02-03adjust parameters settingmeimei1-29/+5
Change-Id: I0999ec19896b5c80e9b6c9de469e7fbe36237b0d Signed-off-by: meimei <meimei@huawei.com>
2017-02-03set wrong parametermeimei1-1/+2
Change-Id: I6e204de948fb41e02875b750aa3fe2caa87fa7d6 Signed-off-by: meimei <meimei@huawei.com>
2017-02-03[doctor] enable joid jobsRyota MIBU2-4/+10
This patch enables doctor joid jobs for verification. This patch also makes sure there is no log files before starting tests. Change-Id: Idee794490c4ce794f3e7b7621fffcd5edeed9c83 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-02-02yardstick: use tox to add support for python3Ross Brattain1-14/+1
We need to start adding support to Python3 to match Openstack support for Python3. Use tox and move all the env setup to tox.ini JIRA: YARDSTICK-452 Change-Id: Ie57b5edd87ab6fad641a174f468d3265757e0f71 Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
2017-02-02dovetail: compass-dovetail weekly job addedMatthewLi1-0/+209
JIRA: DOVETAIL-180 Change-Id: Id391924d4290eb05e89c8d5d25e82e76774579a9 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2017-02-02Apex: fixes csit promote functest suite namingTim Rozet1-1/+1
Change-Id: Ia8bda581c2e040ad00db6f21022f0d748ca314c9 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-02Apex: fixes incorrect reference to csit build directoryTim Rozet1-1/+1
Change-Id: I135a9792a897e8b4fa99ef888b84d58c9a11dc69 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-02Apex: fixes csit promote deployment jobTim Rozet1-4/+4
Points deployment to local artifacts and not RPMs Change-Id: I6d65dd644b7e7d1d2f54738e30a56e5d0e75131f Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-02Apex: fixes csit build builderTim Rozet1-7/+2
We dont want to use the builder job, since we dont want RPMs/ISOs created/uploaded. Minor fix to functest job trigger. Change-Id: Ifc80dd0fe0dbf2261adf3ae00c39ba814cba548c Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-02Apex: Disables building ISO for csit promote jobTim Rozet1-0/+3
Change-Id: If84b310afdca95a4ffa85de218b549cecf1916e2 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-02Apex: fixes missing declaration for csit promote jobTim Rozet1-4/+6
Also adds some extra blocking. Change-Id: I3dc4526624fdd54b1f124f12f9dc3b3034ad9413 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-02Merge "Apex: changing Gluon scenario name to noha"Tim Rozet1-1/+1
2017-02-02Merge "Apex: Create promotion and verify job for Apex CSIT snapshots"Tim Rozet7-20/+361
2017-02-02Apex: changing Gluon scenario name to nohaGeorg Kunz1-1/+1
Change-Id: I67da4fe16584ae8f47b341883623674b89156699 Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
2017-02-01merge GIT_BRANCH and GERRIT_BRANCH into BRANCHRyota MIBU78-199/+78
GIT_BRANCH parameter is different; master or stable/danube in daily jobs, but 'refs/changes/57/27657/6' in verify jobs. This breaks some job builders triggered by the both types of jobs. We have GERRIT_BRANCH parameter for verify jobs to identify stream and expected branch into the patch will be merged after it got +2 and submitted. To avoid further confusion and to have common job builders for daily and verify jobs, this patch introduce BRANCH parameter. GERRIT_BRANCH is now deprecated. Change-Id: Ibcd42c1cd8a0be0f330878b21d3011f1ec97043b Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-02-01Apex: Create promotion and verify job for Apex CSIT snapshotsNikolas Hermanns7-20/+361
Changes Include: - Adds a daily job to create Apex snapshot tarball if functest passes - snapshot artifact uploaded to artifacts.opnfv.org - snapshot artifcat info is stored in snapshot.properties - 3rd party job updated to deploy from snapshot - 3rd party install netvirt job updated to use updated sdnvpn tools JIRA: APEX-364 Depends-On: I792db0fac3f4e81969fe85c05fc298fe5af02537 Change-Id: I8a875c081d756d098173c0baf11c0b4e4956b9fd Signed-off-by: Tim Rozet <trozet@redhat.com> Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com> Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-02-01Merge "multisite: Enable nightly jobs"Fatih Degirmenci1-1/+1
2017-02-01Merge "Change dir to the script location"Fatih Degirmenci1-1/+2
2017-02-01Change dir to the script locationDimitri Mazmanov1-1/+2
Since deploy.sh executes another script located in the same directory, we need to change to that directory. Change-Id: Ic8f98c40cdbfbaca50dffac7519089ec4a75a985 Signed-off-by: Dimitri Mazmanov <dimitri.mazmanov@ericsson.com>
2017-02-01Merge "KVMFORNFV: To enable triggers for kvmfornfv verify and daily jobs."Fatih Degirmenci2-16/+30
2017-02-01KVMFORNFV: To enable triggers for kvmfornfv verify and daily jobs.kalyanreddy2-16/+30
This patch enables kvmfornfv verify test and daily jobs. As kvmfornfv is assigned with Intel-pod10 for running the test cases, slave-label for test phase is also modified. Change-Id: I5202db7c6eeeec5a92266c1bfc7b8d3e46dc33a4 Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
2017-01-31multisite: Enable nightly jobsFatih Degirmenci1-1/+1
Change-Id: I37fd93092af67ce0f6546fbda01d321040f9050f Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-01-31Merge "bifrost: Use 'unsafe' disk cache for test VMs"Aric Gardner1-0/+4
2017-01-31multisite: Fix the fuel deployment script used by multisiteFatih Degirmenci1-4/+9
Change-Id: I7d4c7d947d6c199346866a807194c66d5f7928de Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-01-31bifrost: Use 'unsafe' disk cache for test VMsMarkos Chandras1-0/+4
The VMs which are created by bifrost are not meant to be used in production so improve the overall CI job performance by switching to the 'unsafe' disk cache mode. Make it also the default mode when using bifrost outside of the Jenkins job. Change-Id: If88f6c9395617a4aa860f8d00e22abfdd18d2922 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-01-31Merge "KVMFORNFV: Implementing triggers for kvmfornfv test scenarios."Fatih Degirmenci1-2/+84
2017-01-31KVMFORNFV: Implementing triggers for kvmfornfv test scenarios.kalyanreddy1-2/+84
This patch includes implementation of daily jobs for kvmfornfv os-nosdn-kvm_ovs_dpdk-ha and os-nosdn-kvm_ovs_dpdk-noha scenarios. Change-Id: I2f745b26867df743710cedc249d1a4fdd557e859 Co-Authored-By: Navya <b.navya4@tcs.com> Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
2017-01-31Fix absolute paths for the scriptsDimitri Mazmanov1-5/+14
The run.sh configuration script uses relative paths for the remote runnables. Change-Id: Ia45c748840e161263df9d76387992e8c23daf93e Signed-off-by: Dimitri Mazmanov <dimitri.mazmanov@ericsson.com>
2017-01-31[doctor] fix docker_tag name for functest imageRyota MIBU1-1/+1
Change-Id: I4595742666b36b784b256d83af563b3ef5109c5d Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-01-31Merge "Revert "[doctor] not to reset verified status with experimental jobs""Ryota Mibu1-1/+0
2017-01-30Found three merge jobs still using git-scm-gerritAric Gardner3-4/+4
merge jobs should not be cloning the patchset, they should be cloning master after the merge is complete. Change-Id: I3cd853c16bdc2533e8fb926eeea8926f8fc7ac04 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2017-01-30Merge "Enable bgpvpn scenario in pipeline again"Aric Gardner1-1/+1
2017-01-30Merge "Armband: Add sha256 hash for artifact ISO"Aric Gardner1-0/+1
2017-01-30Merge "jjb: infra: bifrost-verity: Ignore missing landing page"Fatih Degirmenci1-1/+1
2017-01-30multisite: Fix job parameters and align jobs with the scriptsFatih Degirmenci1-6/+19
Change-Id: I40c1dc3662904e054b5c6ad6786f829ecb08ee6e Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-01-30Revert "[doctor] not to reset verified status with experimental jobs"Yujun Zhang1-1/+0
This reverts commit 75c49787bd6cc357d44769e30a2b6d9832eca765. `silent-start` didn't resolve the issue of losing verified status when experimental jobs are triggered. Change-Id: Ib0f2b05594cac2cd378321a84b42873b16808b7b Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-01-30Enable bgpvpn scenario in pipeline againNikolas Hermanns1-1/+1
Change-Id: Icebbb7de8d210bdc95e9e8fbc14342be5d88287f Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-01-30Merge "Configure Multisite Kingbird daily job"Fatih Degirmenci2-22/+149
2017-01-30[doctor] correct GIT_BRANCHRyota MIBU1-1/+6
also reverting I418ba21c0579311adb2b7efc89be841e5688c02d Change-Id: Ia9098bb1bd69148eb30a9195a424aaa78ec4dd18 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-01-30[doctor] fix functest log file pathRyota MIBU1-1/+1
Change-Id: I418ba21c0579311adb2b7efc89be841e5688c02d Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-01-30[doctor] use '{installer}-defaults'Ryota MIBU1-4/+1
Use opnfv global param in the doctor job definition. This patch also fix the issue which INSTALLER_IP is missing when we use fuel installer in doctor functest builders. Change-Id: I47c9585af435341f5cd4f8cff564999ad644632e Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-01-30Merge "remove DEPLOY_SCENARIO from installer-params"Ryota Mibu2-8/+4
2017-01-30Merge "Change choosing strategy for docs merge to git-scm"Ryota Mibu1-1/+1
2017-01-27Apex: Adds gluon scenarioTim Rozet1-0/+1
Change-Id: Ie6f83e9b4d41ce2a6877a580304e4bcf03b6e505 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-01-28jjb: infra: bifrost-verity: Ignore missing landing pageMarkos Chandras1-1/+1
if this a new build, there is no landing page to remove and 'gsutil rm' will return false breaking the build. Ignore such failures. Change-Id: If5969b06b7a65a8e36abda57e8cb75e8684a716a Signed-off-by: Markos Chandras <mchandras@suse.de>