summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2017-01-03Add YAMLLint for static checkKingPoo1-2/+3
JIRA: OCTO-160 1)Install yamllint first in case pod didn't install. If installed, it would info "already satisfied". 2)delete virtualenv of releng_yamllint. Current CI commit gate is simple, just have flake8 check in part of projects, it's better to apply more check tools to more projects. Yaml files could be checked by YAMLLint when the project is configed in releng. YAMLLint does not only check for syntax validity, but for weirdnesses like key repetition and cosmetic problems such as lines length, trailing spaces, indentation, etc. Change-Id: I8591385ed32942e0af7f7afdde435313af5707e5 Signed-off-by: KingPoo <haojingbo@huawei.com>
2017-01-03Merge "Concurrent true for opnfv-yamllint-verify-master"mei mei1-0/+2
2016-12-30Add profiler parameter to doctor verify jobYujun Zhang1-0/+58
See also https://gerrit.opnfv.org/gerrit/#/c/25081/ JIRA: DOCTOR-87 Change-Id: I3d4fea89047be8e57c318df4d39479659e2806a9 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2016-12-30Merge "improve yardstick logger to output Debug info to artifacts"Jun Li2-1/+15
2016-12-30improve yardstick logger to output Debug info to artifactsrexlee87762-1/+15
JIRA: RELENG-158 Change-Id: I3bd91c671fa3dcac5cd47ca12610457fd1ab5a5b Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-12-29Concurrent true for opnfv-yamllint-verify-masterAric Gardner1-0/+2
this patchset https://gerrit.opnfv.org/gerrit/#/c/26517/10 build logs: Building remotely on lf-build1 (opnfv-build-centos opnfv-build opnfv-sysinfo ci-resource) in workspace /home/jenkins-ci/opnfv/slave_root/workspace/opnfv-yamllint-verify-master FATAL: The project is configured to NOT run builds concurrent, but the node parameter [SLAVE_NAME] is configured to trigger new builds concurrent! java.lang.IllegalStateException: The project is configured to NOT run builds concurrent, but the node parameter [SLAVE_NAME] is configured to trigger new builds concurrent! linting can be done concurrently Change-Id: Ied083c3db5c22621af121324ce5264c1851cb31e Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2016-12-29Merge "Add yamllint verification of compass4nfv"Jun Li1-1/+1
2016-12-28Add yamllint verification of compass4nfvKingPoo1-1/+1
JIRA: OCTO-160 lf-build1 is something wrong with git, it will affect compass4nfv's patch to check in. So cancel the config of project-pattern. aricg fix it on time, the config of project-pattern(compass4nfv) added in. Change-Id: I726857ebd94bf50694784e2b3b0c80701b4bdca9 Signed-off-by: KingPoo <haojingbo@huawei.com>
2016-12-28Merge "Add YAMLLint for static check"Jun Li1-1/+1
2016-12-28Merge "dovetail: rewrite cleanup images process"Jun Li1-3/+24
2016-12-28dovetail: rewrite cleanup images processMatthewLi1-3/+24
Change-Id: Id4f9f1ddb7d84e5780479a7ca2bc979132dde8d4 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-12-28Add YAMLLint for static checkKingPoo1-1/+1
JIRA: OCTO-160 Current CI commit gate is simple, just have flake8 check in part of projects, it's better to apply more check tools to more projects. Yaml files could be checked by YAMLLint when the project is configed in releng. YAMLLint does not only check for syntax validity, but for weirdnesses like key repetition and cosmetic problems such as lines length, trailing spaces, indentation, etc. lf-build1 is something wrong with git, it will affect compass4nfv's patch to check in. So cancel the config of project-pattern. Change-Id: I9ffdd4280a9aedf60c302ca67f5d4575fe03c1a6 Signed-off-by: KingPoo <haojingbo@huawei.com>
2016-12-27KVMFORNFV: Disable kvmfornfv verify test job.kalyanreddy1-13/+13
This patch disables kvmfornfv verify test job as this job will wait for Intel-pod1 which is currently offline. Note: kvmfornfv verify test job will be enabled when Intel-pod1 is up and running. Change-Id: I6cab03e30388e77e4e429f492b0d574493371efd Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
2016-12-27KVMFORNFV: To disable kvmfornfv daily job trigger.kalyanreddy1-2/+2
This patch temporarily disables kvmfornfv daily job trigger to avoid kvm jobs getting stuck in the queue as Intel-pod1 is currently offline. Note: kvmfornfv daily job trigger will be enabled when Intel-pod1 is up and running. Change-Id: Id9b5b44bc37e367bb47ee676e83270880d1d7270 Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
2016-12-27fuel: Move fuel-verify jobs to ubuntu build serversFatih Degirmenci1-4/+4
lf-build1 is experiencing issues. Change-Id: I2253765d9db2e4603b776bbf5841f61da1bb89fe Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-12-24Add YAMLLint for static checkKingPoo2-0/+84
JIRA: OCTO-160 Current CI commit gate is simple, just have flake8 check in part of projects, it's better to apply more check tools to more projects. Yaml files could be checked by YAMLLint when the project is configed in releng. YAMLLint does not only check for syntax validity, but for weirdnesses like key repetition and cosmetic problems such as lines length, trailing spaces, indentation, etc. Change-Id: Ie90afd4a07ad10cc723f31efd35e5605f765583c Signed-off-by: KingPoo <haojingbo@huawei.com>
2016-12-22dovetail: bugfix for gsutil cpMatthewLi1-2/+2
JIRA: DOVETAIL-164 Change-Id: Ibb035d7d791eab510e833f572b86cd084592d898 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-12-22Merge "Bugfix: fix the wrong extraction of image_id"Jose Lausuch1-1/+1
2016-12-22dovetail: bugfix for gsutil uploadMatthewLi1-1/+23
JIRA: DOVETAIL-164 Change-Id: I49b119490f0dcbd20b7ea56289e5d629d4ab6f89 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-12-21Bugfix: fix the wrong extraction of image_idhelenyao1-1/+1
Change-Id: If1678725a1b417cf0a94265557a6d88aa7c416cb Signed-off-by: helenyao <yaohelan@huawei.com>
2016-12-21Merge "Renames securityscanning to securityaudit"Aric Gardner1-11/+11
2016-12-21Rebalance master vs. colorado scenario triggerscristinapauna1-10/+10
JIRA: ARMBAND-181 With Colorado release out, we need more jobs on master branch than on colorado branch Change-Id: Ic068a121567381ecfb527599ec2af530c1a8e93e Signed-off-by: cristinapauna <cristina.pauna@enea.com>
2016-12-21jjb: infra: bifrost-verify-jobs: Remove triggers due to HW relocationMarkos Chandras1-4/+0
The hardware, where the slaves for this job are located, is being relocated so prevent scheduling of jobs until it's back online. Change-Id: I9028b6401bc0b743f83e5184e1131cb4aa9417c8 Link: https://lists.opnfv.org/pipermail/opnfv-tech-discuss/2016-December/014210.html Signed-off-by: Markos Chandras <mchandras@suse.de>
2016-12-21Merge "opnfv/functest:<none> and its containers are removed"Jose Lausuch1-11/+26
2016-12-21opnfv/functest:<none> and its containers are removedhelenyao1-11/+26
JIRA: FUNCTEST-653 opnfv/functest images with <none> tag are generated after functest images are pull many times. These images can be queried with filter "dangling". Logics are added to remove dangling images and their containers. Change-Id: I271f4d95c5fb62fdebe690d82330f6b25ac1e2f8 Signed-off-by: helenyao <yaohelan@huawei.com>
2016-12-21bugfix: call wrong basic verify jobmeimei2-2/+2
Change-Id: I9c65e25e8f2b299c1cef1e4fb4201d5bbe1b2b0e Signed-off-by: meimei <meimei@huawei.com>
2016-12-21Merge "dovetail: tox supported in verify job"Jun Li1-14/+10
2016-12-21Merge "dovetail: gsutil progress amend"Jun Li1-3/+51
2016-12-21dovetail: gsutil progress amendMatthewLi1-3/+51
JIRA: DOVETAIL-164 Change-Id: I3ff59d02af7be0fe3c8127fec9d5e125ed20a3f7 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-12-21[opera] create opera verify/daily/build jobsmeimei4-0/+368
Change-Id: Ide4d879106683a9adab5ea4bf195982eadf6bcb8 Signed-off-by: meimei <meimei@huawei.com>
2016-12-20dovetail: tox supported in verify jobMatthewLi1-14/+10
JIRA: DOVETAIL-165 1) tox supported 2) hello world builder added for backup usage when problem occurs Change-Id: Idb1099098f788ebf2c1888f9b413e81411dc1a40 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-12-21Merge "dovetail: upload artifacts job added"Jun Li2-0/+153
2016-12-20KVMFORNFV: Implementing kvmfornfv daily jobs.kalyanreddy1-0/+2
JIRA: RELENG-169 This patch includes updated scripts for implementing kvmfornfv daily jobs to trigger cyclictest and packet forward test cases. Change-Id: I48baa7aa0cba630023acbaa69f1b62f805ff5565 Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
2016-12-20dovetail: upload artifacts job addedMatthewLi2-0/+153
JIRA: DOVETAIL-164 this aims for dovetail offline usage Change-Id: I7ebaf75fb03d925b669c05e77c0bb3db180aa045 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-12-20Merge "Fix the names for arm dovetail jobs"Jun Li1-4/+4
2016-12-19Apex: adds missing fdio jobsTim Rozet1-14/+9
Change-Id: I29fad127de52cf0f5dd40e57eadbf478e4777483 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-19Apex: Adds FDIO HA daily scenario only for ColoradoTim Rozet1-0/+166
Change-Id: Idb4d6f12a0934b332a13653b1b8dd80505e0af2a Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-19Fix the names for arm dovetail jobscristinapauna1-4/+4
The dovetail jobs were not triggered in armband project because the naming of the jobs did not match. Modified '_' to '-' for them to work. JIRA:ARMBAND-175 Change-Id: I93c4fa1c7f12746e91c8ca84ff1f17c588a070bd Signed-off-by: cristinapauna <cristina.pauna@enea.com>
2016-12-19Merge " '{testname}' isn't passed into the job title"Tim Rozet1-4/+22
2016-12-19Renames securityscanning to securityauditlukehinds1-11/+11
`securityscanning` is a namespace already used by a OPNFV project, so renaming CI security audit objects in releng to securityaudit to save any confusion between projects Change-Id: If35bf026e36b7fd7159aa9c158af03ea6ec2526e Signed-off-by: lukehinds <lhinds@redhat.com>
2016-12-19[ODL-pipeline] Add standart scenarioNikolas Hermanns1-0/+1
os-odl_l2-bgpvpn-noha is the scenario having the largest scope so will be used for testing Change-Id: I1d0b481efb8e2a7d74d1fb69e114ffb3083d4401 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-12-19Merge "Add postprocess script"Jose Lausuch1-2/+9
2016-12-19Add postprocess scriptNikolas Hermanns1-2/+9
Change-Id: I57698d3fa25394432051a0f597a027890aebdb84 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-12-19Merge "Bug-Fix: Fix clean_image flag does not take effect"Jose Lausuch1-1/+1
2016-12-19Merge "changing scenario to be able to run bgpvpn tests"Jose Lausuch1-1/+1
2016-12-19changing scenario to be able to run bgpvpn testsNikolas Hermanns1-1/+1
Change-Id: I12235e379620c55ade9af21fbb261c4c4be025d1 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-12-19Merge "Introduce new installer for Netvirt-ODL pipeline"Jose Lausuch2-2/+2
2016-12-19Introduce new installer for Netvirt-ODL pipelineNikolas Hermanns2-2/+2
The netvirt odl pipline has a special setup. Cause of that we add a new installer type. As elaborated with the Functest team we can then differentiate in functest what tests need to be executed for our special case. Change-Id: I8d7f18aef74b64ba46c6ed712ed5d58bd94c900e Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-12-19fix ci jobs (daily && no branch param)Ryota MIBU21-0/+52
Change-Id: Iad856adf625a56c2f5c366fb414746d1e9e16691 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-12-19Merge "virfy and daily only support newton xenial"mei mei3-25/+5