summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2018-05-09Merge "jjb: xci: xci-start-new-vm: Create scenario overrides file"Markos Chandras1-3/+12
2018-05-08Bugfix: Dovetail failed to upload results to artifactsxudan1-2/+4
That's mainly because of that 1. The owner of all results files are root:root 2. Sometimes there are some files that can only be read by root 3. User jenkins failed to upload these files Solutions: 1. Change the owner to be jenkins:jenkins 2. Remove these files which are useless for users Change-Id: I0b5e72e8d5045c7e0d64e32a13ba559612460a84 Signed-off-by: xudan <xudan16@huawei.com>
2018-05-08jjb: xci: xci-start-new-vm: Create scenario overrides fileMarkos Chandras1-3/+12
Pass scenario information using the new override mechanism. This patch depends on the matching releng-xci change https://gerrit.opnfv.org/gerrit/#/c/56643/ Change-Id: Ib8473249e424f259f5757ebdaed7d73fa4b0adce Signed-off-by: Markos Chandras <mchandras@suse.de>
2018-05-08Merge "JJB 2.0.X does not allow scenario to be passed here"mei mei1-6/+2
2018-05-07Merge "Disable vnf runs for aarch64"Aric Gardner1-2/+2
2018-05-04Merge "Disable Snaps Fraser Verify Job"Trevor Bramwell1-1/+1
2018-05-04Merge "[yardstick] debug dump image ID"Trevor Bramwell1-0/+1
2018-05-04Disable vnf runs for aarch64Delia Popescu1-2/+2
Functest VNF tests are not adapted for aarch64. The tests can be reactivated when they are adapted to execute on aarch64. JIRA: FUNCTEST-964 Change-Id: I2413a6eff831c8dd2751b7bc73ad583f55a00dcf Signed-off-by: Delia Popescu <delia.popescu@enea.com>
2018-05-04Merge "fuel, armband: basic healthcheck in verify jobs"Trevor Bramwell2-68/+42
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-05-02Apex: Fix resources/images directory usage with deployTim Rozet1-3/+2
Change-Id: If50ad310049edca687da8e0acf412a7e1eacd2b6 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-05-02Apex: disable iso verify for master branchTim Rozet1-0/+5
Change-Id: I46753983e1fb37300df70700c474c3dda3532ffa Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-05-02Apex: Update for master upstream deploymentsTim Rozet5-57/+99
Change-Id: I92635178ddc354dd7773cd372a34d46f5ee0bf2a Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-05-02Add Bottlenecks Fraser Docker Push JobYang Yu1-0/+4
Change-Id: I4d6c4015ca36f743dadbb6524a1ca8d5619ce3d6 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-04-28Dovetail CI jobs failed sometimes when Archive artifactsxudan1-3/+3
According to this https://issues.jenkins-ci.org/browse/JENKINS-47566, the failure seems to be caused by the permission problem. Change the owner of all files in 'results' directory to be jenkins. Change-Id: I0ed30018354259601c39016fc1950ea7db867e78 Signed-off-by: xudan <xudan16@huawei.com>
2018-04-27Merge "Change Bottlenecks Tests Sequence"mei mei1-3/+3
2018-04-26Disable Snaps Fraser Verify JobTrevor Bramwell1-1/+1
As master is currently disabled, it doesn't make sense for this to be enabled. Change-Id: Ie5966e22ffdff7a585781673259775c4e6150acf Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-26Merge "Remove functest&functes-kubernetes from OPNFV Lint"Trevor Bramwell1-1/+1
2018-04-26Merge "Fix functest 'api/build' docs path"Serena Feng1-1/+1
2018-04-25Merge "Set Git SCM Defaults prior to JJB 1.6.2 upgrade"Aric Gardner1-0/+6
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-24[armband] Reschedule dovetail CI jobs for weekendAlexandru Avadanii1-4/+2
Dovetail does not currently support AArch64 properly (e.g. it tries to load x86 images), so limit its runs to weekend days until full support is implemented. Change-Id: I83347286490344912593a122fc47013d5fcf7125 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-04-24Set Git SCM Defaults prior to JJB 1.6.2 upgradeTrevor Bramwell1-0/+6
Though these defaults match what Jenkins defaults to, we don't want to get any surprises. Change-Id: Ia1f49a30f8f14992c548d2cf71c64a9c7a2c91dd Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-24Fix functest 'api/build' docs pathTrevor Bramwell1-1/+1
This is incorrectly listed as 'api/_build' which is causing the functest-docs-upload-master job to fail. Change-Id: I555b6e5e059712d501835d6e335a4de40bab255f Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-24Merge "[daisy]Enable yardstick daily jobs on zte-pod3 and zte-pod9"Serena Feng2-21/+32
2018-04-24[daisy]Enable yardstick daily jobs on zte-pod3 and zte-pod9Zhijiang Hu2-21/+32
Change-Id: Ib96698b1d2d1fa8039fd684ff96025afffefbcd0 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2018-04-22Use cirros-0.4.0 rather than cirros-0.3.5 for Functest Fraser.xudan1-1/+9
Change-Id: If3cd0fe52d946979de259951c7c8433b6e1e42f0 Signed-off-by: xudan <xudan16@huawei.com>
2018-04-20Cleanup Archived projectsagardner6-76/+2
Removing archived projects from jjb These project dont need any jobs associated with them escalator fastpathmetrics inspector lsoapi movie multisite octopus openretriever prediction Change-Id: Ibbe49e54ed326f502157c7892022b7a62173b72d Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-20Merge "pass value to parameters"Serena Feng1-1/+3
2018-04-19Merge "Report Armband Deployments to Testapi Dashboard"Aric Gardner1-0/+3
2018-04-19[compass4nfv] Add fraser branch patch verify.wutianwei1-3/+3
Change-Id: I7ada19ece42905c09ea03be5dd335c9e8e441731 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-04-18Merge "Disable OpenBaton JOID Fraser Job"Aric Gardner1-1/+1
2018-04-18Merge "Put ericsson-build4 under ansible control"Fatih Degirmenci1-0/+1
2018-04-18Ensure PATH has /usr/sbin/ for Apex Unit TestsTrevor Bramwell1-0/+2
Due to python-iptables calling out to ldconfig, we need to ensure /usr/sbin is available when running the Apex unit tests. Change-Id: I77fd4dedd6e7ad3c3831a1d181a5406d53a0e76e Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-18Report Armband Deployments to Testapi DashboardAlexandru Avadanii1-0/+3
Using these macros for deployment jobs will report the deployment results of Armband Fuel to the testresults database[1]. [1] http://testresults.opnfv.org/test/#/deployresults Change-Id: I78b84dcae04af6199b7fa090bbcaa87050e91c5f Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-04-17APEX: Add log collection to daily baremetal deployFeng Pan2-32/+22
Change-Id: I17c1aad45f8b965543a9c7d769ff94f59b9381d5 Signed-off-by: Feng Pan <fpan@redhat.com>
2018-04-18Merge "[compass4nfv]Add k8s automatically trigger time"mei mei1-2/+2
2018-04-17Remove functest&functes-kubernetes from OPNFV LintTrevor Bramwell1-1/+1
These projects already have their own pylinting jobs. Change-Id: I5b843cd3af558f9a4932c89f0069ac5ef2d83513 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-17APEX: Fix gate detection regexFeng Pan1-1/+1
Change-Id: I41926856b129eb7dd99c5db8765961acd241eb55 Signed-off-by: Feng Pan <fpan@redhat.com>
2018-04-17Put ericsson-build4 under ansible controlagardner1-0/+1
Docker needs an updgrate as storperf jobs are failing Merging this should fix this with the daily ansible job since its never been run, might want to trigger it manually and watch it. JIRA: INFRA-231 Change-Id: I7720ce707d2d1fb7cc794948992871ae98acedc7 Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-17Create Stable Branch Jobs for opnfvdocsjenkins-ci2-1/+8
Change-Id: I820572906b65082d3a0dc06486d5bf92f0d0269c Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-17Merge "[daisy] Fix the scenario in build-name"Trevor Bramwell1-1/+3
2018-04-17[daisy] Fix the scenario in build-nameAlex Yang1-1/+3
The build-name is always *nosdn-nofeature* even in odl jobs. Change-Id: Icb5707e2d33ed19e9172227c53f153c453538aff Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2018-04-17[compass4nfv]Add k8s automatically trigger timewutianwei1-2/+2
Change-Id: I075a6ef7e82d651e237e570846afa84a459a3231 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-04-17[daisy] Run fraser jobs on zte-pod3Alex Yang3-7/+63
Change-Id: I4b879b6af9b4633a8444db988b3fbe7aa1690ee8 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2018-04-17Merge "container4nfv: add fraser branch in arm jobs"mei mei1-11/+35
2018-04-16Disable OpenBaton JOID Fraser JobTrevor Bramwell1-1/+1
The orchestra project pulled out of the Fraser release but had been part of Euphrates. As these triggers were copied from the Euphrates jobs, removal of openbaton was missed. Change-Id: I9483d107fb75eda02701ca9bdd5d44aa87c068bf Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-16Merge "jjb: xci: bifrost-verify-jobs: Disable OPNFV bifrost jobs"Markos Chandras1-3/+3
2018-04-16pass value to parametersdongwenjuan1-1/+3
Change-Id: Ia1130cbdd7fc11127b54d2f8d5ff952f5e293ac0 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-04-13Merge "Remove euphrates jobs"Aric Gardner1-4/+0