summaryrefslogtreecommitdiffstats
path: root/jjb/compass4nfv/compass-project-jobs.yml
AgeCommit message (Collapse)AuthorFilesLines
2018-05-16Rename files under jjb from 'yml' to 'yaml'Trevor Bramwell1-135/+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-08Build stable/fraser tarballwutianwei1-1/+1
Change-Id: Ib2bef726f6fda5a54debbafa7b4ac383fef5cdbe Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-10-09Fix Yamllint violations for jjb/compass4nfvTrevor Bramwell1-77/+76
JIRA: RELENG-254 Change-Id: I11aee517b2a8af8d2e2519642872c84ba494a335 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-09-25Build euphrates iso for deploywutianwei1-0/+5
Change-Id: I68e3caede7b209a7d1afe9ea46e49686daf83147 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-09-08installers: Use global macro 'clean-workspace'Alexandru Avadanii1-2/+1
Change-Id: I34a555697d963efc38064a7b53f25191d6bf1382 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-08-28Align Compass with CI Evolution Phase 1Trevor Bramwell1-2/+2
Compass doesn't require deployments to happen on the same machine as the builds and needs to have 'compass-build-iso-{stream}' renamed in order to align with CI Evolution Phase 1. JIRA: RELENG-287 Change-Id: I31ea5899882edb37a08b301bf69bf381182b0019 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
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-14Enable Danube JobsAric Gardner1-1/+1
Here are the projects that were branched: I will double check against this list that these changes make sense and that no one is missing as I go forward. wiki page of participating projects, and their jobs: https://wiki.opnfv.org/display/SWREL/Milestone+Compliance+for+Danube apex - already enabled armband - done availability - already enabled barometer - done bottlenecks - already enabled compass4nfv - done copper - already enabled daisy - (not participating -- keep jobs disabled?) doctor - already enabled domino - already enabled fds - N/A fuel - done functest - already enabled ipv6 - already enabled joid - done kvmfornfv - already enabled models - already enabled multisite - done netready - NOT DONE opera - NOT DONE opnfvdocs - done orchestra - Not participating onosfw - done ovsnfv - done parser - N/A promise - already enabled qtip - already enabled sdnvpn - N/A snaps - done securityscanning - N/A sfc - N/A storperf - done ves - already enabled vswitchperf - already enabled yardstick - already enabled Change-Id: I803662faf05c8554cfe7fa5f85da9521f72b03ff Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2017-02-01merge GIT_BRANCH and GERRIT_BRANCH into BRANCHRyota MIBU1-2/+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-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-09Remove colorado jobs and create danube jobsFatih Degirmenci1-1/+7
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-19fix ci jobs (daily && no branch param)Ryota MIBU1-0/+4
Change-Id: Iad856adf625a56c2f5c366fb414746d1e9e16691 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-12-19virfy and daily only support newton xenialliyuenan1-11/+0
Change-Id: I99c5d32f4c9f2e1057c74c136646a37cc09c1922 Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-12-19clean scm defenitionsRyota MIBU1-8/+2
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-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-04compass: Update verify jobs and introduce Multijob and verify phasesmeimei1-131/+0
Change-Id: I2b4e57d5c67f0b8abd485668ce40675d9dff73e7 Signed-off-by: meimei <meimei@huawei.com>
2016-10-22[compass] fix concurrency issues of ci jobsQiLiang1-1/+1
JIRA: COMPASS-494 Change-Id: I7cffad73976cd33974df4fe66e6a30e67df962c1 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-10-17[compass] verify both trusty and centos7QiLiang1-5/+17
JIRA: COMPASS-494 Change-Id: I05ca3ad22bfb926245ac89a8ef81f832a9b31959 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-08-24[compass] create new job for verify of coloradomeimei1-1/+1
Change-Id: I7aa96c53f40696fe33326468537c83f427f02038 Signed-off-by: meimei <meimei@huawei.com>
2016-07-21[compass]reset building timer, and deployment timemeimei1-1/+1
the duration of daily job have been decreased to within 4hours Change-Id: Ia42f223bfd0df7c7138cee3db69b11a67a78d64b Signed-off-by: meimei <meimei@huawei.com>
2016-07-08Cleanup slave parametersFatih Degirmenci1-1/+1
This is the first step towards having alignment of the job structure, applying commit gating and use of labels for all installer jobs. Apart from the above, it also - puts all CI baremetal and virtual PODs together - gets rid of use of slaves directly for CI baremetal and virtual PODs - switches labels for all CI baremetal and virtual PODs using below labels {installer}-baremetal {installer}-virtual - puts all CI build slaves together and switches to labels - except huawei-build - puts all none-CI PODs together Please note that this change does not impact the overall job structure. Change-Id: I2d8d15799a57fe7e063d39f81b96d19c218b100e Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-07-06[compass] set healthcheck as the smoke test in patch-verifying jobmeimei1-1/+1
Change-Id: I435c17a3426d6157efab5292f2acf9df8634eaeb Signed-off-by: meimei <meimei@huawei.com>
2016-07-04[compass] set mitaka as default os releasemeimei1-1/+1
Change-Id: Iefded3b425785d6dc2b25bb4f8312934b8c8b545 Signed-off-by: meimei <meimei@huawei.com>
2016-06-30Add Project Option to Throttle PropertyTrevor Bramwell1-0/+4
This is a required field for JJB > 1.4 Change-Id: Ifb6f5d4b3a28f2d85f546151ca9aca4a4061f3ef Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2016-06-03compass CI support deployment of Mitakameimei1-1/+1
- remove the support of juno - support Mitaka JIRA: COMPASS-413 Change-Id: I592001421ce485cabb400a72d9ffe2fd0d3577f5 Signed-off-by: meimei <meimei@huawei.com>
2016-05-28[compass] wrong job name of verify smoke testmeimei1-3/+3
Change-Id: Ib56f4675e840c05ab2ed331efef553362cd16fb3 Signed-off-by: meimei <meimei@huawei.com>
2016-05-26compass: Switch using labels instead of slavesFatih Degirmenci1-2/+2
This change switches compass jobs to use labels instead of tying jobs to slaves. The changes in detail are: - Compass jobs can roam on any pod that is labelled with compass-baremetal and compass-virtual. - Above means that there is no branch/pod allocation anymore. - New jobs are created in order to get rid of pod names from them and just use baremetal or virtual in names. - Old jobs are removed. - Related test jobs are updated. - huawei-virtual label is renamed to compass-virtual since we still have installer specific slaves, not company specific. In future the job might end up on a none-Huawei slave too. - huawei-pod2 is not a CI POD so it is left in none-CI PODs section. - block relations and triggers might require fine tuning and left to compass project to decide how to adjust Job structure remains same; one parent job calling 3 downstream jobs: deploy, functest, yardstick. The OS to deploy (trusty or centos7) needs to be solved in a separate patch in a sustainable way. Change-Id: I22bfaff36640667b6764f0e303a3286af0eb41b2 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-05-23[compass4nfv] use vping as the smoke test of compass4nfvmeimei1-3/+14
JIRA: COMPASS-392 Change-Id: Iec07b950747ced3a70250cf7947cb9feb0558f0d Signed-off-by: meimei <meimei@huawei.com>
2016-05-20Rename Huawei Jenkins slavesFatih Degirmenci1-2/+2
Slave names will be as below. - huawei-us-deploy-bare-1 -> huawei-pod1 - huawei-us-deploy-bare-2 -> huawei-pod2 - huawei-sh-test-2-defaults -> huawei-pod3 - huawei-sh-pod6 -> huawei-pod4 - huawei-us-deploy-vm-1 -> huawei-virtual1 - huawei-us-deploy-vm-2 -> huawei-virtual2 - huawei-us-deploy-vm-3 -> huawei-virtual3 - huawei-us-deploy-vm-4 -> huawei-virtual4 huawei-sh-pod4 will be removed from Jenkins. Please note that this change will result in removal of existing jobs. This is not that crucial since the use of labels will result in same. Change-Id: I63798c799a402b1694ee0767ffdb45a597897cd9 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-02-25[bugfix] undo verify when doc changedmeimei1-1/+1
Change-Id: I5717249e40a711c207d1d15fb3260c09217408f2 Signed-off-by: meimei <meimei@huawei.com>
2016-02-24bugfix: verify compass exclude docmeimei1-1/+1
Change-Id: Ief1971dc92f1c1c93ef9ff55a57ae7ed6e43e473 Signed-off-by: meimei <meimei@huawei.com>
2016-02-23undo verify when document changedmeimei1-0/+3
Change-Id: Id054c95377f0f3fa048f8017aa665d9a90e2e74b Signed-off-by: meimei <meimei@huawei.com>
2016-02-05compass: Adjust jjb and scriptsFatih Degirmenci1-6/+6
- Checkout the commit that was used for building the ISO to have consistency - Switch to include-raw-escape and get rid of extra/escape curly brackets Change-Id: I8f879b39d310ac14d72f77e260c7e80e0bf33e39 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-02-01build: Update slave-params.yml and jobs to use new build serversFatih Degirmenci1-3/+1
Change-Id: I69848dd40abf425acc671b332aec4199d4116ba3 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-29[compass] run verify-job parallellymeimei1-8/+2
Change-Id: Id2021e11dd84ed0caccb0456da6d99798469b72f Signed-off-by: meimei <meimei@huawei.com>
2016-01-29Merge "[compass] adjust concurrency of ci daily jobs"Jun Li1-2/+11
2016-01-29[compass] adjust concurrency of ci daily jobsmeimei1-2/+11
Change-Id: I1d9c9b8f9488d3c4480e4dd5f1a164a198d4995e Signed-off-by: meimei <meimei@huawei.com>
2016-01-28[compass] undo concurrent of verify job for nowmeimei1-3/+9
Change-Id: I52a40a34d304943e8b0e53ed5859b969bd401cb4 Signed-off-by: meimei <meimei@huawei.com>
2016-01-28[compass] bugfix: wrong scmmeimei1-3/+3
Change-Id: I0369f9bb2253fe77e69ea85da291a758555143a6 Signed-off-by: meimei <meimei@huawei.com>
2016-01-28[compass] verify parent job should transfer gerrit parameter to subjobmeimei1-7/+1
Change-Id: Ice8971efe43d3aec75a7eca0c78a9568c0a939c7 Signed-off-by: meimei <meimei@huawei.com>
2016-01-28[compass] try concurrent of daily ci jobs, don't restrict the threaholdmeimei1-1/+10
Change-Id: I593af4a8ef484c851be3677bcfd95e8451b45c86 Signed-off-by: meimei <meimei@huawei.com>
2016-01-28[compass] create verify job as multi-jobsmeimei1-1/+17
Change-Id: I4bf44fbac9f3f3bb2b979696608f5d4dfce93c59 Signed-off-by: meimei <meimei@huawei.com>
2016-01-27[compass] workaround: undo concurrent of verify jobmeimei1-1/+1
Change-Id: I30f54045080e0b746290f3e80aac323815fea23e Signed-off-by: meimei <meimei@huawei.com>
2016-01-27compass-verify need a updatemeimei1-1/+1
Change-Id: Ifb220255b86d01fa8510b8e577102fe89f91c857 Signed-off-by: meimei <meimei@huawei.com>
2016-01-26remove senario in compass-project-jobs.ymlmeimei1-14/+0
Change-Id: I7391a1721cc5d6e6974ff3cbca19bc63c60c8b3f Signed-off-by: meimei <meimei@huawei.com>
2016-01-26[compass] merge the scripts of compass-deploy-bare.sh and compass-deploy-virtualmeimei1-1/+1
Change-Id: Ic181b7905a4be532a0fc8737b6af4d7323062a7a Signed-off-by: meimei <meimei@huawei.com>
2016-01-25Create new fold in PPA-repo for Bramhputrameimei1-2/+7
- enable the compass+opencontrail daily jobs - set timeout of daily-ci-jobs and verify jobs Change-Id: Ia300d3b0406b84e69892ac6fdf641f5b4399188f Signed-off-by: meimei <meimei@huawei.com>
2016-01-23[compass] enable virtual-deployment workflowmeimei1-89/+3
Change-Id: I2ab9c1d880b7286343ab0e2e8456dddd25378a7b Signed-off-by: meimei <meimei@huawei.com>