summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-11-19Apex: Fix OS_VERSION detectionTim Rozet1-0/+19
When we run deployments for snapshot creation we typically pass in the OS_VERSION var so we know what openstack version we are deploying with. However when we run a verify/gate job to ensure that the snapshot deploys work we do not have this variable, and need to detect it based on the OPNFV branch, or if the branch is master, the deploy scenario naming scheme. Change-Id: If1445dc564d2af59b9740391de56b821b78de0b5 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-11-19Fix a nit in functest-virtual.yamlCédric Ollivier1-1/+1
Change-Id: I993bac8545d896d1ead25c5f33c9645c52c5d208 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-11-19Merge "Apex: Refactor snapshot pipeline for other types"Tim Rozet7-72/+300
2018-11-19Fix functest-virtual (sudo + current dirs)Cédric Ollivier1-3/+3
It completes the previous commit [1] pulling all images. [1] https://gerrit.opnfv.org/gerrit/#/c/65203/ Change-Id: Id32aabf107064689a38d5ffb719ba5023c40296d Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-11-19Pull all containers before running testsCédric Ollivier1-1/+34
Else we might test previous containers. Change-Id: I53b98f99f7fe5db8ea2087c93cfc58a03103db9e Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-11-19Enable vnf testing when gating FunctestCédric Ollivier1-3/+21
It adds rally_sanity and vnfs. From the time being, only rally_full is excluded (all-in-one). Change-Id: I451d1503a0a1633f4e3e68ed272742981f04eb36 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-11-16Apex: Refactor snapshot pipeline for other typesTim Rozet7-72/+300
This patch changes snapshot related scripts to allow for more than just the current snapshot type of "csit". This allows us to add other snapshot types, including the functest type. The same snapshot.properties file will be used to store information for all types of snapshots. The snap cache folder structure will remain the same, but hold different types of snapshots in the same folders. These changes include renaming the URLs for the snapshot artifacts to reflect the snapshot type, but remains backwards compatible until enough promotions have occurred and other apex snapshot deployment scripts have been migrated to the new format. Change-Id: If3e47e700b5ad9c95418179042b85814fe389233 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-11-15Merge "Tagging SampleVNF stable/gambia branch for Gambia 7.0.0"Aric Gardner1-0/+7
2018-11-15Add Promise gambia rtd jobBertrand Souville1-0/+8
Change-Id: I122523925a022efe04040a021deebb257109132c Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
2018-11-15Tagging SampleVNF stable/gambia branch for Gambia 7.0.0Deepak S1-0/+7
Change-Id: I6312e57c689519bdf65a562db85acfb443ac6c68 Signed-off-by: Deepak S <deepak.s@linux.intel.com>
2018-11-14Merge "Add Clover gambia rtd job"Trevor Bramwell1-0/+8
2018-11-14Replace ovn4nfv-k8s-plugins for ovn4nfv-k8s-pluginVictor Morales1-9/+9
The ovn4nfv-k8s-plugin was named differently in github.com/opnfv as consequence its jenkins job was created using that wrong name. This change fix the name of the project. Change-Id: I5e17e65613578fb3011f0e7a121933e4e1c4ce8c Signed-off-by: Victor Morales <victor.morales@intel.com>
2018-11-14Create docker jobs for gambiaTsaLaGi1-6/+11
Change-Id: Ifdba9b1964010f4c1e7ca0355a1ad35a217b3518 Signed-off-by: TsaLaGi <aasmith@redhat.com>
2018-11-14Merge "Enable ovn4nfv-k8s-plugins project jobs"Aric Gardner2-0/+134
2018-11-14Protect vs build-args not consumedCédric Ollivier1-4/+8
BRANCH is useless in case of components which only inherits from tempest. The build could simply fail depending on the docker version [1]. [1] https://build.opnfv.org/ci/job/opnfv-functest-components-latest-build/1/console Change-Id: I8ced7282c77463de9684904d141b2f18ae45d3c9 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-11-14Publish Functest gate jobCédric Ollivier1-70/+245
It mainly conforms with the first jjbs published in functest. It only differs regarding the numbers of multijobs (limited to 1 in releng) and the branch management. From the time being, rally-based testcases and vnfs are excluded to avoid falsy false. The next patch will update the gerrit trigger part. Change-Id: Ie1d2acbd9c4f2ad41ecd4cc43d0c13f855251349 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-11-13Enable ovn4nfv-k8s-plugins project jobsVictor Morales2-0/+134
Change-Id: Ib61a1be6746fc67eddc0766e87837ff5d34cfe34 Signed-off-by: Victor Morales <victor.morales@intel.com>
2018-11-13Add Clover gambia rtd jobEddie Arrage1-0/+8
- The docs aren't rebuilding for Clover on stable/gambia - Assumption here is that this will remedy Change-Id: I3310cd1c2edc5418704957bd348d1fd21c4a9dd6 Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
2018-11-13Add ARM Gambia for StorPerfmbeierl1-5/+5
Change-Id: I356944c2b59476f2aa1a7a07d4f326d3fd2a224e Signed-off-by: mbeierl <mark.beierl@dell.com>
2018-11-13Merge "StorPerf Gambia Containers"Aric Gardner1-5/+5
2018-11-12Verify Functest on functest-virtualCédric Ollivier2-0/+132
It runs most of healthcheck and tempest-based test cases as a first step. All benchmarking tools and all vnfs are not executed yet. All active Functest versions are verified thanks to backward compatibility ensured by Tempest and then by Functest. The jobs are designed to be run in parallel (we could also run all Functest versions in parallel instead of separated steps). It will be switched to a verify gate in a second step. Change-Id: I07cada848dd90f70da8741269692de8646813bdb Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-11-12StorPerf Gambia ContainersTrevor Bramwell1-5/+5
Create jobs for building StorPerf's Gambia containers. Change-Id: I0cab4a3df10edc137d652ddddfe43ac4860e5c35 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-11-10Clover release opnfv-7.0.0 (Gambia)Stephen Wong1-0/+7
Change-Id: I9e155bfedf377ee51364972c8c7ca79cbe1aeebf Signed-off-by: Stephen Wong <stephen.kf.wong@gmail.com>
2018-11-10Merge "Run Doctor apex sample with all test cases"Trevor Bramwell1-27/+13
2018-11-10Merge "Create Stable Branch Jobs for nfvbench"Trevor Bramwell2-1/+9
2018-11-10Merge "Yardstick release 7.0.0 of Gambia"Trevor Bramwell1-0/+7
2018-11-09Create Stable Branch Jobs for nfvbenchjenkins-ci2-1/+9
Change-Id: I1f11b45d22e0af40549831cf65d5a23c2d8ee8fc Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-11-10Merge "Release notes added for sfc"Trevor Bramwell1-0/+2
2018-11-09Merge "[opnfv-7.0.0] Fuel, Armband release"Trevor Bramwell2-0/+14
2018-11-09Merge "Disable Jobs Set to Run on 'joid-virtual'"Aric Gardner2-2/+2
2018-11-09Yardstick release 7.0.0 of Gambiarexlee87761-0/+7
Change-Id: Ic5b0ebe6bbdb31181e7a8e847b92915dbb8b431b Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2018-11-09Add branch for gambiaahothan1-0/+9
Change-Id: Ib252ca0e5edb2efb5b85fb60c8b83de7704113e5 Signed-off-by: ahothan <ahothan@cisco.com>
2018-11-09[opnfv-7.0.0] Fuel, Armband releaseAlexandru Avadanii2-0/+14
Change-Id: I961f1aa0fbf22b219acb33806a78af99ca889dcb Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-11-09Release notes added for sfcManuel Buil1-0/+2
Change-Id: Ia0b28e0051fa4c914e1fa4f31a8f1633aab1fb08 Signed-off-by: Manuel Buil <mbuil@suse.com>
2018-11-09Merge "Move Barometer Builds to lf-build2"Trevor Bramwell2-2/+20
2018-11-08Disable Jobs Set to Run on 'joid-virtual'Trevor Bramwell2-2/+2
Since there are no longer any nodes labeled 'joid-virtual', jobs set to run on joid-virtual are disabled until another virtual host is added for JOID. Change-Id: Ibe9eca5f094d08ccb5260e7e28b24f5e867a8c29 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-11-08Move Barometer Builds to lf-build2Trevor Bramwell2-2/+20
Adds specific parameter for 'lf-build2' so it can be referenced with the '{build-server}-defaults' syntax and assigns barometer verify and merge jobs to lf-build2. Change-Id: If68dfc4e6ea81884870047360051795407c15af3 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-11-08RTD: Enable Gambia streamAric Gardner17-0/+148
Enable Gambia read the docs stream for all projects that have a gambia branch Also added edgecloud rtd job as it was missing Change-Id: I64d159cde0200871cd4ba3d2c071853c9bd502c1 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-11-08Merge "[dovetail] remove the stream check for fuel"Aric Gardner1-7/+7
2018-11-08Merge "[ipv6] Enable Voting for Documentation Builds"Aric Gardner1-1/+0
2018-11-08Merge "[daisy] Enable voting for documentation builds"Aric Gardner1-1/+0
2018-11-08Merge "[stor4nfv] Enable voting for docs verify job"Aric Gardner1-1/+0
2018-11-08Merge "Install Collectd on CentOS Build Servers"Aric Gardner1-0/+1
2018-11-08Merge "Sort CentOS build server package to be installed"Aric Gardner1-11/+11
2018-11-08[fuel, armband] RTD: Enable Gambia streamAlexandru Avadanii3-20/+16
Change-Id: I97631f1d4902f8b8d3c2de8c4b086ffbad40a0f2 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-11-07[ipv6] Enable Voting for Documentation BuildsTrevor Bramwell1-1/+0
'tox -e docs' exists and is working for ipv6, and removing 'gerrit-skip-vote' will make the job start voting on new patchsets. Change-Id: I6d6eb09752664976214af13f090d7eab6106657c Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-11-07[daisy] Enable voting for documentation buildsTrevor Bramwell1-1/+0
Changes to daisy's 'docs/' directory will set -1/+1 verification depending on whether or not the docs build without error. Change-Id: I1f74c41cb02769d1ab114918d400d9d7afd2a8c3 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-11-07[dovetail] remove the stream check for fuelxudan1-7/+7
Now it set that only running Dovetail jobs on Fuel fraser. Remove the check item. The mandatory test cases will run on all ha scenarios. The optional test cases only need to run twice a week on ha scenarios to save the time. Change-Id: I7f7dd93440bb40e7bc9964fd744bb002ef88f77b Signed-off-by: xudan <xudan16@huawei.com>
2018-11-07[stor4nfv] Enable voting for docs verify jobTrevor Bramwell1-1/+0
Change-Id: Iafcc1dfdf331cec67545abdb3bfc863312dea49f Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-11-07Install Collectd on CentOS Build ServersTrevor Bramwell1-0/+1
Collectd is needed by the barometer project as it contains several libraries they link against including dpdkevents. Change-Id: I43ce41b7116e168a0211c795b17a5a40ee585930 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>