summaryrefslogtreecommitdiffstats
path: root/jjb/compass4nfv/compass-verify-jobs.yml
AgeCommit message (Collapse)AuthorFilesLines
2018-05-16Rename files under jjb from 'yml' to 'yaml'Trevor Bramwell1-354/+0
global-jjb only supports the .yaml file ending for jjb jobs. Instead of waiting for a release we're going to rename the files. Change-Id: Icf3339eacd2320c583333e02250998cf6b1881f7 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-19[compass4nfv] Add fraser branch patch verify.wutianwei1-3/+3
Change-Id: I7ada19ece42905c09ea03be5dd335c9e8e441731 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-02-06[Compass4NFV] Add blocking jobswutianwei1-0/+1
Compas4nfv support k8s and openstack. The blocking jobs need include the k8s. Change-Id: I517064df660266463050f7d3820bf5c405c8c222 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-02-01[Compass] Set the verify timeout to 360wutianwei1-1/+1
Change-Id: I39ed2ff1baedf5521f2fe1448350c0c91b1c4f61 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-01-24add 'lint-all-code' as wrapper of lint buildersRyota MIBU1-10/+0
OPNFV has common coding style [1]. So, all repos shall be checked by one generic checker builder/job, eventually. This patch adds lint wrapper builder 'lint-all-code', and also refactors all exisiting lint and syntax check builders, following 'lint-yaml-code' builder approach, which only checks modified files. This approach is nice as it won't require immediate fixes of violations in whole repo code right after the lint checker job is enabled. Note that lint jobs are still configured to run against some project repo, in order to seperate discussion; wheter we should apply this lint job to all OPNFV repo or not immediately. [1] https://wiki.opnfv.org/display/DEV/Contribution+Guidelines Change-Id: Ib4ab3ba5dc08845f3016b8be772f4ed119f11b2d Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-12-13[Compass4nfv]change the timeout of verifywutianwei1-1/+1
Change-Id: Id854f0ccbfd112c43ba1257d8b87994b20f838a9 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-11-02Don't verify Danube and verify Euphrateswutianwei1-3/+3
Change-Id: I5f2dc96a175309664814e642b17ba5f29458cfb1 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-10-09Fix Yamllint violations for jjb/compass4nfvTrevor Bramwell1-274/+275
JIRA: RELENG-254 Change-Id: I11aee517b2a8af8d2e2519642872c84ba494a335 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-09-21[Functest] Support functest-suite with Alpine containersJose Lausuch1-1/+3
Updated all the jobs that use functest-suite. For single test cases, we need to know to which docker image the test belongs to. Change-Id: If7db231ccc891233423f2f2bc3aa5b95d048b30a Signed-off-by: Jose Lausuch <jalausuch@suse.com>
2017-08-04Don't trigger odl_l2-nofeature scenario by timewutianwei1-2/+4
when patch verify, we define the os-nosdn-nofeature-ha scenario for functest Change-Id: Ia7a11817a29a2e5e9649708652f8655d1cf89361 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-07-10Merge "patch don't verify in centos In master branch, compass4nfv don't ↵Jun Li1-1/+1
support centos. it is needless to verify in centos."
2017-07-10compass verify have problem to git clone functestwutianwei1-2/+2
Change-Id: I390c742040b3f32c705c989cac82ee7cbe7b5748 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-07-06patch don't verify in centoswutianwei1-1/+1
In master branch, compass4nfv don't support centos. it is needless to verify in centos. Change-Id: I0d7797ca4c057d2422a9bde5d684577a32854e33 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-06-19change the timeout to 4 hourswutianwei1-3/+3
it need to download the tar.gz and We install the packages inline. Due to the network, sometimes it will cost more time. 150 minutes still is not enough. Change-Id: I28ff7840dc3d705c4d0a32cde718230d92b6ea19 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-06-19Change the parameter of timeout to 150 minuteswutianwei1-3/+3
Because we use the Openstack-Ansible to deploy the openstack, it will cost more time. 120 minute is too short for this. We change this to 150 minutes. Change-Id: I39beca2cbd191ac738185cca696555656174e84d Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-06-07workspace wrapper put before scmMatthewLi1-9/+9
after https://gerrit.opnfv.org/gerrit/#/c/35833/ merged still fails https://build.opnfv.org/ci/job/compass-verify-deploy-virtual-xenial-master/359/console Change-Id: Ia960d70fa6ffc24dcc4a135cccd08cc120f2348a Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2017-06-06Fix Compass4nfv workspace permissionschigang1-0/+3
After operation of docker volume, some files will be changed to root, so they can be clean up by jenkins. so use 'fix-workspace-permissions' in wrapper Change-Id: I7b44cae34e52b622cba2881a239e52a62f9c48f4 Signed-off-by: chigang <chigang@huawei.com>
2017-06-06set the openstack version for branchwutianwei1-6/+7
set the openstack version newton for danube set the openstack version ocata for master danube branch use the compass.iso master branch use the compass.tar.gz separate the branch in the different pod Change-Id: Iec1e3206cac26bb2ad5379fa2600ede0451d997d Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-04-12change the urlwutianwei1-1/+1
we need download the package from the http://artifacts.opnfv.org, instead of http://205.177.226.237. Change-Id: Ibf6b1caa8d0ad27aa144fd25aeb6dd8f3004067a Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-03-23modify the parameter of PPA_REPOwutianwei1-1/+5
We move the master ppa from <http://205.177.226.237:9999> to <http://205.177.226.237:9999/master>. When we build the master iso, we need download the ppa from <http://205.177.226.237:9999/master>. Change-Id: I5fea8e6c6647f8bc0e550a39a9a4001196216685 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-03-15jjb: Set disable-strict-forbidden-file-verification to 'true'Markos Chandras1-0/+1
Previously, if an upstream patchset contained a change for a file listed in 'forbidden-file-paths' the job would not be triggered. This is not desirable since such a patchset may contain important changes so we enable the 'disable-strict-forbidden-file-verification' option which triggers the job unless the patchset only contains changes for the files listed in 'forbidden-file-paths'. Note: The diff was generated using the following script: for i in $(grep -l -r forbidden-file-paths *);do sed -i "s/\(^.*\)forbidden-file-paths/\1disable-strict-forbidden-file-verification: \'true\'\n&/" $i; done Please double check that the changes look sensible for each team's project. Change-Id: Ifa86d3a39b36375b2fd52b449e29c8dc757499b4 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-03-12[compass] BugFix: job to verify k8s deployQiLiang1-8/+4
Use commit message: 'check k8', 'verify k8', 'check kubernetes' or 'verify kubernetes' to trigger k8s patchset verify. Previous patch bug appearance: https://gerrit.opnfv.org/gerrit/#/c/29471/ Change-Id: I14b52e253fd6ceae601d661568e86c449ae544fa Signed-off-by: QiLiang <liangqi1@huawei.com>
2017-03-12[compass] add job to verify k8s deployQiLiang1-0/+105
Use commit message: check-k8, verify-k8, check-k8s, verify-k8s, check-kubernetes or verify-kubernetes, to trigger k8s patchset verify. Change-Id: I89c471f603846d6d3a7ff6b73562ee52fb2e93e8 Signed-off-by: QiLiang <liangqi1@huawei.com>
2017-03-01[yamllint] move yamllint into verify phasesmeimei1-0/+5
Change-Id: Id6e541f9260df44ca33f66acec1bdf1e4b4a812d Signed-off-by: meimei <meimei@huawei.com>
2017-02-08undo publishing the ansible.logmeimei1-5/+0
- we already redirect all the logs of ansible, so publishing ansible.log is unnesesaary Change-Id: Ic3daf59a379512ac370739aff292509f81fa697c Signed-off-by: meimei <meimei@huawei.com>
2017-02-01merge GIT_BRANCH and GERRIT_BRANCH into BRANCHRyota MIBU1-1/+0
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-01-24Merge "[macro] property logrotate"Ryota Mibu1-0/+2
2017-01-20[macro] property logrotateRyota MIBU1-0/+2
This patch defines 'logrotate-default' property and replace 'logrotate' by it, as 'logrotate' is deprecated on jenkins>=1.637 . Change-Id: I900975e5b3f590bb7a4d430e2f623931ae782bf4 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-01-19Compass4NFV CI verify support centos7liyuenan1-0/+5
JIRA:- Change-Id: I9b86014081ca03287bdf63a88fb7b4baf9ee564a Signed-off-by: liyuenan <liyuenan@huawei.com>
2017-01-17Merge "Remove colorado jobs and create danube jobs"Fatih Degirmenci1-2/+2
2017-01-16[compass] enable healthcheck and vping as smoke test in verify jobmeimei1-11/+18
Change-Id: I7b4ad69b1c7c7b59b9feadef8808a1ef81a34367 Signed-off-by: meimei <meimei@huawei.com>
2017-01-09Remove colorado jobs and create danube jobsFatih Degirmenci1-2/+2
Danube stream for the projects with daily jobs is disabled. Danube stream for the projects without daily jobs is left as enabled as there will be no changes coming to danube branch until branch is created. Dovetail, Apex and Fuel jobs have not been updated yet. Change-Id: Ice39826c8f829157fa864370557837290838f634 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-12-19virfy and daily only support newton xenialliyuenan1-10/+3
Change-Id: I99c5d32f4c9f2e1057c74c136646a37cc09c1922 Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-12-19clean scm defenitionsRyota MIBU1-14/+4
This patch makes sure we use 2 types of scm, and allows us to specify them by adding one line in job-templates. - git-scm # for daily jobs and merge jobs - git-scm-gerrit # for verify jobs [New] Change-Id: Iddc8a5e0e115193c7081a6d6c53da209900e95c8 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-12-09Adjust log pathliyuenan1-1/+0
JIRA: COMPASS-509 Change-Id: Id50ec863657ced5e4ee3371952c3be0e2cc519a6 Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-12-07undo healthcheck in verify jobmeimei1-11/+11
Change-Id: Ia5b302a2a9b18480a0e95c318795007152a4c0c1 Signed-off-by: meimei <meimei@huawei.com>
2016-12-01Restrict Gerrit Triggers to OPNFV Gerrit ServerTrevor Bramwell1-0/+1
With the addition of ODL and OpenStack Gerrit servers, it's important we don't generate additional noise by accidentally building against these Gerrit servers when we don't intend to. JIRA: RELENG-179 Change-Id: Ia163c6c3eaa58e8e21dc6548a839062fcbde39ed Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2016-11-22set "opnfv-lint-verify" as the basic verify of compassmeimei1-1/+1
Change-Id: I160e0e49d6934b4b0b713f94f6f4960fed16bcdd Signed-off-by: meimei <meimei@huawei.com>
2016-11-22don't set newton as default value for the momentmeimei1-1/+1
Change-Id: I6137f9dbeed1b15c3e6fc7d63bb1892cf2b9471e Signed-off-by: meimei <meimei@huawei.com>
2016-11-21[compass] set newton as a opention of openstackmeimei1-0/+1
Change-Id: I403a942ffb176c89b862bd6a19d5dea40cf1884c Signed-off-by: meimei <meimei@huawei.com>
2016-11-10bugfix: miss parameters when create verify jobsmeimei1-0/+1
Change-Id: Idc0db2fac90b971eee9e85a5c9bc187c922ec045 Signed-off-by: meimei <meimei@huawei.com>
2016-11-10remove all the verify jobs for compass and then add them backmeimei1-0/+250
Change-Id: Ic0b0ab52a45947799206df91a1ac29d43ad56290 Signed-off-by: meimei <meimei@huawei.com>
2016-11-10remove all the verify jobs for compass and then add them backmeimei1-250/+0
Change-Id: Ibc78f6c56d64b09c625684144b80c5c4c6484aae Signed-off-by: meimei <meimei@huawei.com>
2016-11-04compass: Update verify jobs and introduce Multijob and verify phasesmeimei1-0/+250
Change-Id: I2b4e57d5c67f0b8abd485668ce40675d9dff73e7 Signed-off-by: meimei <meimei@huawei.com>