summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
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-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>
2017-01-27Merge "jjb: infra: bifrost-verify: Add links to Jenkins jobs"Fatih Degirmenci1-8/+16
2017-01-27Merge "jjb: infra: bifrost-verify-jobs: Ignore jjb patchsets"Fatih Degirmenci1-2/+0
2017-01-27jjb: infra: bifrost-verify-jobs: Ignore jjb patchsetsMarkos Chandras1-2/+0
There is no point testing changes in the jjb/infra/* files since they only come into effect once the patchset is merged and the job is updated. Let not wait cycles testing such patchsets. Change-Id: I858c07cd2ea887fe30ff7ffe4372ff378be05754 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-01-27jjb: infra: bifrost-verify: Use the same defaults on all slavesMarkos Chandras1-6/+3
We are now using virtual machines as slaves so use the same defaults everywhere Change-Id: I2260b859aa031106e1458dd8af697919122c0b77 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-01-27Change choosing strategy for docs merge to git-scmAric Gardner1-1/+1
merge jobs should be using git-scm rather than git-scm-gerrit. git-scm-gerrit will clone the exact patchset git-scm will clone repo/branch Change-Id: Ic11b093feff0b1ab58383b74c85fde92c2e6c0a3 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2017-01-27Configure Multisite Kingbird daily jobFatih Degirmenci2-22/+149
Change-Id: I6e808306194fa7cf32287eba557907d782cbef8c Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-01-27remove DEPLOY_SCENARIO from installer-paramsRyota MIBU2-8/+4
Change-Id: Iea26041bacb8c8447519634b8f37d1b59b8f27e8 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-01-27Merge "Enable QTIP jobs"Fatih Degirmenci1-1/+1
2017-01-27add ool-virtual2 and ool-virtual3Ryota MIBU2-3/+27
This patch adds two pods deployed by fuel and joid, also adds non-voting jobs on fuel pod (ool-virtual2). Change-Id: I5dbadbbeaebf75bb27930233d2609adbc2757ca5 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-01-27Merge "[APEX][BGPVPN] Remove l2 from Name"Tim Rozet1-1/+1
2017-01-27jjb: infra: bifrost-verify: Add links to Jenkins jobsMarkos Chandras1-8/+16
It's helpful to provide links to the Jenkins jobs in case further analysis of the build is needed. Moreover, move the console upload step at the end to make sure we also capture the output from the 'exit' handler itself. Change-Id: I7efa363cd248c99783b8a3f66d7dd4d7fd898ef2 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-01-27Enable QTIP jobsYujun Zhang1-1/+1
Change-Id: I6c22d616c2f000c624837ff7253a9d24b61ae8bc Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-01-26Merge "clean and fix build error This patch is cleanup of non required code ↵Morgan Richomme1-16/+3
and fix the EOF issue ssen in deployment."
2017-01-26Merge "multisite: Update the jobs for the new nodes"Fatih Degirmenci4-179/+135
2017-01-26[APEX][BGPVPN] Remove l2 from NameNikolas Hermanns1-1/+1
The l2 flag for bgpvpn was always misleading. In addition since Boron there the standart is to use l3. So we will remove the flag completely. Depends: https://gerrit.opnfv.org/gerrit/#/c/27459/ Change-Id: Ie4a74eeedbffe2f166934fd989b79d216811d34c Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-01-26clean and fix build errorNarinder Gupta1-16/+3
This patch is cleanup of non required code and fix the EOF issue ssen in deployment. Change-Id: I55fb52bbc7d4048975fc0ce0b29caca8e4137d2d Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-26dovetail: bugfix to enable weekly jobMatthewLi1-2/+9
JIRA: DOVETAIL-180 Change-Id: Ic2c0d4790f65ce59d5dc0202cc6f5139cb68b81b Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2017-01-26Bugfix: yardstick verify failedJingLu51-0/+1
JIRA: RELENG-187 see log: https://build.opnfv.org/ci/job/yardstick-verify-master/1688/console Change-Id: Id6ac66a34fba5a0d18ab4a60e457582bbb4f03d0 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2017-01-26Merge "dovetail: Create jenkins jobs to deploy compass colorado and run ↵Jun Li2-0/+134
dovetail from master"
2017-01-25dovetail: Create jenkins jobs to deploy compass colorado and run dovetail ↵MatthewLi2-0/+134
from master JIRA: DOVETAIL-180 Change-Id: I745e4747418a880a635922ea7a0cc5d6ec09e872 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2017-01-25multisite: Update the jobs for the new nodesFatih Degirmenci4-179/+135
The builders are left empty until after the further discussion and they will be fixed in a separate change. Change-Id: Iad585d43620e9956fd3b2b3406a5b01ec51b8822 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-01-25recover MAAS 2.0Narinder Gupta1-8/+15
code has been modified to recover the environment for MAAS 2.0 as new deployment failed for MAAS 2.0 Change-Id: I80a0fab8f01a5600b04c7e95509f88617783215e Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-25fuel: Adjust mail recipients for the jobsFatih Degirmenci2-3/+3
Change-Id: I16f8b919159f901cf414d2b7bd25466a3fa2a8ab Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-01-25Merge "Add jenkins job for testapi mongodb backup"Jose Lausuch2-0/+50
2017-01-25Merge "Add nose and coverage requirements in unittest script"Jose Lausuch1-2/+2
2017-01-25Add jenkins job for testapi mongodb backuprohitsakala2-0/+50
Mongodb backup will run every week and will get pushed into artifacts.opnfv.org/testing/ JIRA: FUNCTEST-701 Change-Id: I3a6fee59a1b8b5bdc46f07f6f6e9f5a60b77f24f Signed-off-by: rohitsakala <rohitsakala@gmail.com>
2017-01-25Merge "jjb: infra: bifrost-verify.sh: Always create the landing page"Markos Chandras1-16/+19
2017-01-25Merge "enable opera daily deployment job"Jun Li2-2/+41
2017-01-25enable opera daily deployment jobmeimei2-2/+41
Change-Id: I320b37ed0897844c9f68c1ea75e4d8cfb92c6932 Signed-off-by: meimei <meimei@huawei.com>
2017-01-25Merge "Bugfix: yardstick verify failed"Jun Li1-1/+1
2017-01-24jjb: infra: bifrost-verify.sh: Always create the landing pageMarkos Chandras1-16/+19
Previously, the function would have returned if no bifrost logs were present. However, this prevented the landing page from being generated and uploaded since that happens at the very end of that function. We rewored the code to always create a landing page even if there are no bifrost logs to upload. Change-Id: Ice557d0a42324a135d7f0e5ec94ec22811cc0ae7 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-01-24Change trigger of jenkins verify jobrohitsakala1-1/+1
It is unneccesary to trigger jenkins verify job for any change in utils folder.So, changed it to utils/test/testapi Change-Id: Ie9ad79977a07f5b39274ef57d984d3cb6502caeb Signed-off-by: rohitsakala <rohitsakala@gmail.com>
2017-01-24Bugfix: yardstick verify failedchenjiankun1-1/+1
JIRA: RELENG-187 yardstick verify failed. There is some wrong with setuptools new version 34.0.1 I will change it to 33.1.1 see log: https://build.opnfv.org/ci/job/yardstick-verify-master/1688/console Change-Id: If3c65a9a8047b57549c40501b0a83118cd5dc3e7 Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
2017-01-25Add nose and coverage requirements in unittest scriptrohitsakala1-2/+2
bugfix to :- https://build.opnfv.org/ci/job/testapi-verify-master/22/console Change-Id: I0eaa730aed68ce11b9095c2810c223a0519ffcde Signed-off-by: rohitsakala <rohitsakala@gmail.com>
2017-01-24Armband: Add sha256 hash for artifact ISOAlexandru Avadanii1-0/+1
JIRA: ARMBAND-208 Change-Id: I96cb3479d17fa5d16e02e65c81c65e7fbdf120df Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-01-24Merge "jjb: infra: bifrost-verify.sh: Replace 'exit' with 'return'"Fatih Degirmenci1-1/+1