summaryrefslogtreecommitdiffstats
path: root/jjb/compass4nfv
AgeCommit message (Collapse)AuthorFilesLines
2018-05-16Rename files under jjb from 'yml' to 'yaml'Trevor Bramwell4-0/+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-05-04JJB 2.0.X does not allow scenario to be passed hereagardner1-6/+2
With this change releng/jjb/* now passes on: Jenkins Job Builder version: 2.0.1 and 1.6.2 Error: TypeError: write() argument must be str, not list Explanation: in jjb 1.6.2 it would allow the list in and then the job would convert the list into a literal string of "['var1', 'var2']" - 'compass-{scenario}-{pod}-daily-{stream}' Can have scenario passed, {scenario} is part of the job name so it knows which scenario to add. - 'compass-deploy-{pod}-daily-{stream}' cannot have scenario passed, there is not one job generated per scenario so its tryting to add "['senario1', 'scenario2', 'etc']" into the {scenario} value, which is not allowed. This worked on jjb 1.6.2 becasue we overwrite the scenario information later: - trigger-builds: - project: 'compass-deploy-{pod}-daily-{stream}' predefined-parameters: | DEPLOY_SCENARIO={scenario} jjb/armband/armband-ci-jobs.yml is very simillar to this job and passes a default, which works, so that is what I have done here: - string: name: DEPLOY_SCENARIO default: 'os-odl-nofeature-ha' addendum: removed scenario: '{scenario}' from 'compass-{scenario}-{pod}-daily-{stream}' even though it is valid, Trevor rightly pointed out that there is nothing to consume this value. Change-Id: I134b2bd5888dcdfa5b768a7db2bdc98ad32ec28e Signed-off-by: agardner <agardner@linuxfoundation.org> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-25Change Bottlenecks Tests SequenceYang Yu1-3/+3
Bottlenecks ping test case could exhaust the system. As a result, tests runned after this one probably get failed. So this patch is to move this test at the bottom of tests list Change-Id: Ief8af01c6dc7b6f5cb60e568d6239ee7901ad89c Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-04-19[compass4nfv] Add fraser branch patch verify.wutianwei1-3/+3
Change-Id: I7ada19ece42905c09ea03be5dd335c9e8e441731 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-04-17[compass4nfv]Add k8s automatically trigger timewutianwei1-2/+2
Change-Id: I075a6ef7e82d651e237e570846afa84a459a3231 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-04-08Build stable/fraser tarballwutianwei1-1/+1
Change-Id: Ib2bef726f6fda5a54debbafa7b4ac383fef5cdbe Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-04-02Merge "[Compass4nfv] remove euphrates jobs create fraser jobs"Trevor Bramwell1-85/+58
2018-03-16online bottlenecks soak throughtputsYang Yu1-0/+10
This patch is to online posca_factor_soak_throughputs testcase Change-Id: Ief6776e224c59de600fbe44709c767aecd01d0f0 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-03-15Bottlenecks testcase onlineliyin1-0/+10
This is for bottlenecks job online Add a new testcase in compass daily Change-Id: I4e09eef894e176bf4fa0df0969ef49f19444103e Signed-off-by: liyin <liyin11@huawei.com>
2018-03-01[Compass4nfv] remove euphrates jobs create fraser jobswutianwei1-85/+58
Change-Id: I0f1d0e1044953baded5ac4de8aac3597f42f53a3 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-03-01[compass4nfv] add nosdn-bar-noha scenariowutianwei1-0/+27
Change-Id: I5a513e143aff0775d066532af14165c4509aa82e Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-02-27[compass4nfv]trigger k8s on baremetal podwutianwei1-4/+7
1. add the trigger k8s on baremetal 2. modify the default DEPLOY_SCENARIO Change-Id: I9d216c12905b36b4fbba7d9214fcf6fccf1d79c4 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-02-27Merge "[Compass] Add new scenarios"mei mei1-0/+55
2018-02-26[compass4nfv] add DEPLOY_SCENARIO macrowutianwei1-3/+11
fix the error Unrecognized macro 'DEPLOY_SCENARIO' and deploy failed. Change-Id: Ic34a0d99c2a6026303046c2b350da205372ec78e Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-02-23[Compass] Add new scenarioswutianwei1-0/+55
add the following scenarios and run on master 1. k8-nosdn-stor4nfv-ha 2. k8-nosdn-stor4nfv-noha Change-Id: I2c505263fbf48ea25be735ebe14e3c4d8097bf91 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-02-11Merge "[Dovetail CI] change dovetail CI jobs on Compass"mei mei1-6/+4
2018-02-10[Dovetail CI] change dovetail CI jobs on Compassxudan1-6/+4
1. run default test suite on Compass on Monday and Tuesday for scenario 'os-nosdn-nofeature-ha' and 'os-odl_l3-nofeature-ha' 2. run test suite 'proposed_tests' on Compass on Thursday and Friday for scenario 'os-nosdn-nofeature-ha' and 'os-odl_l3-nofeature-ha' JIRA: DOVETAIL-612 Change-Id: I027ca278eb63bdc6842a9494b676cdab8d2d25bf Signed-off-by: xudan <xudan16@huawei.com>
2018-02-06[Compass4NFV] Add blocking jobswutianwei2-0/+3
Compas4nfv support k8s and openstack. The blocking jobs need include the k8s. Change-Id: I517064df660266463050f7d3820bf5c405c8c222 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-02-03fix the issue of docker command to collect logswutianwei1-1/+1
Change-Id: If5569d01012b0f94976d26dfb4cd81692a40c83d 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-30[Compass4nfv] collect the logs and upload to artifactwutianwei2-0/+87
JIRA: COMPASS-579 Add a job to collect log and upload. what the job do 1. run collect-log.sh to get log from rsyslog container 2. copy log.tar.gz from compass-tasks to jumphost 3. upload the log.tar.gz to artifact Change-Id: Ic2244e33e7ae4b7aa71e15af741191c850982053 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-14Increase the timeout of Compass Deploywutianwei1-1/+1
Change-Id: I6f3ef41585560559d28bb15d3825bedaad2ef976 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-12-13Merge "[Compass4nfv]change the timeout of verify"mei mei1-1/+1
2017-12-13Merge "[Compass4nfv] add nosdn-bar-ha scenario"mei mei1-0/+27
2017-12-13Merge "[Compass4nfv] run centos in intel-pod17"mei mei2-6/+6
2017-12-13Merge "Enable jobs on compass Master and Euphrates"mei mei1-37/+7
2017-12-13[Compass4nfv]change the timeout of verifywutianwei1-1/+1
Change-Id: Id854f0ccbfd112c43ba1257d8b87994b20f838a9 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-12-13[Compass4nfv] add nosdn-bar-ha scenariowutianwei1-0/+27
Change-Id: Iaf4cc72fe31bbf6f7d492e33c33abf056ccafcf4 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-12-12Enable jobs on compass Master and Euphratesxudan1-37/+7
Dovetail now have jobs on Compass danube on huawei-pod7. Add jobs on Compass master and euphrates. Scenario os-nosdn-nofeature-ha and os-odl_l3-nofeature-ha. JIRA: DOVETAIL-574 Change-Id: I502c59365248122480cdb5be2bb79582150591e4 Signed-off-by: xudan <xudan16@huawei.com>
2017-12-11[Compass] change the trigger time once every two dayswutianwei1-36/+36
Change-Id: I458d00a57d121c3a712d696ef5f703b527dbe3a0 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-12-07[Compass4nfv] run centos in intel-pod17wutianwei2-6/+6
Change-Id: Ifbe959d178781c14a9d32db78d84972d2505c8dc Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-12-06Merge "Don't verify Danube and verify Euphrates"mei mei1-3/+3
2017-11-29[Compass4nfv] upgrade OpenStack Pike versionwutianwei1-1/+1
Compass4nfv has supported OpenStack Pike version switch the master to run Pike version Change-Id: I69b5ec54d0e7479fabfe4c2e06d916472427bdb1 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-30Remove compass4nfv weekly danube jobwutianwei1-2/+2
Change-Id: I5bd83b2dec6d6b28e619a2a427c0406a6a0c6a43 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-10-25change the K8 auto trigger timewutianwei1-2/+2
K8s conflict with other CI job. We change the K8s auto trigger time to fix this issue Change-Id: I54042e31347e989975601305a6de5e98a4da7adf Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-10-09Fix Yamllint violations for jjb/compass4nfvTrevor Bramwell4-953/+952
JIRA: RELENG-254 Change-Id: I11aee517b2a8af8d2e2519642872c84ba494a335 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-08Disable timed dovetail danube jobsxudan1-3/+3
Dovetail danube jobs don't need to be triggerred every day now. Disable the timed trigger. If need, they can be triggered manually. Change-Id: I2f114cd17fcd27d0e34be0824be3fc0d072dbae9 Signed-off-by: xudan <xudan16@huawei.com>
2017-09-29Merge "bottlenecks: enable daily deploy job."Jun Li1-0/+18
2017-09-28bottlenecks: enable daily deploy job.liyin1-0/+18
Change-Id: I84e8cf5dc9f9ae6884ff70363067b5534b6f196b Signed-off-by: liyin <liyin11@huawei.com>
2017-09-28Change scenario namewutianwei2-15/+15
change the scenario name nosdn-dpdk to nosdn-ovs_dpdk Change-Id: I28ac023b19a07c6d8e9ba9d202d73773442576c5 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-09-25Build euphrates iso for deploywutianwei1-0/+5
Change-Id: I68e3caede7b209a7d1afe9ea46e49686daf83147 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-09-23Merge "compass4nfv: Enable Euphrates jobs & triggers"Jun Li1-30/+30
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-09-21compass4nfv: Enable Euphrates jobs & triggerswutianwei1-30/+30
Change-Id: Ic5b88c7581879dbf0b72eaf6dbe3ad9c86b17f3c Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-09-19Don't trigger danube branchwutianwei1-57/+149
create job for euphrates Change-Id: Ibabe87a6ba2e8c49356b33ed0b7ce7e93ab46df8 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-09-15Merge "add k8s scenario to compass4nfv"Jun Li1-1/+1
2017-09-14add k8s scenario to compass4nfvwutianwei1-1/+1
Change-Id: Ie146c6da6d554c5e5285c73c52beae9f4043eff1 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-09-14Don't test dovetail with os-onos-nofeature-ha scenarioxudan1-6/+7
Compass will not release os-onos-nofeature-ha scenario in its E release. Dovetail will not test against this scenario anymore. JIRA: DOVETAIL-502 Change-Id: Ifeefc0fdbe610808d349be971f597ad10ea5ceca Signed-off-by: xudan <xudan16@huawei.com>