summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2018-08-29Merge "Bottlenecks results dir has been changed"mei mei1-1/+1
2018-08-28Merge "remove congress test in Daisy"Ryota Mibu1-9/+0
2018-08-28Merge "xci: Create virtual daily jobs for scenarios"Fatih Degirmenci3-0/+48
2018-08-28Bottlenecks results dir has been changedxudan1-1/+1
Change-Id: I18a5b51c7c72a33db9864caf2635b2fcde3e8de6 Signed-off-by: xudan <xudan16@huawei.com>
2018-08-27container4nfv: fix command line syntax errorYibo Cai2-1/+4
Change-Id: Ib4bbf639c3a1c80eec9a9e3d52c17e934a465ce1 Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2018-08-24xci: Create virtual daily jobs for scenariosFatih Degirmenci3-0/+48
Change-Id: I2cb52d85a86bf70dfaf151606138d671e618e5d0 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-08-24Merge "Revert "CPERF: Fix csit odltools install""Tim Rozet1-1/+0
2018-08-24Revert "CPERF: Fix csit odltools install"Tim Rozet1-1/+0
This reverts commit 38ca028551d2e498fdfe41627f8bf79a43a6a0fa. Change-Id: If37f0d40a50b410004d563bed5887f8237110d44
2018-08-24xci: Adjust build blockers and fix functest preparationFatih Degirmenci2-9/+24
Functest preparation is moved into the deployment job to ensure things are prepared before we are done and functest job gets triggered. Making the preparation in functest job will cause us to either reinitialize venv or depend on deployment job directory. Apart from that, the env vars necessary for functest are available within deployment job anyways so reusing that will make running functest simpler. See the comments in xci-daily-jobs.yaml builder macros. Change-Id: I4c5bbe5f4b31bb620986d75ba78de6c0fe442975 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-08-24xci: Fix XCI_DISTRO vars and remove clean_vm cleanup stepsFatih Degirmenci1-16/+10
Change-Id: Ie1d652607f8f56f5e1cf0409dc628b1add615cd9 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-08-24Merge "xci: Reconfigure xci-daily-virtual jobs"Fatih Degirmenci2-88/+91
2018-08-24Merge "[fuel] Add Docker build jobs"Aric Gardner1-0/+200
2018-08-24Merge "[Compass4NFV]Add os-stor4nfv-ha scenarios"mei mei1-0/+27
2018-08-24Merge "container4nfv: update arm64 cni deployment jobs"mei mei4-40/+82
2018-08-24xci: Reconfigure xci-daily-virtual jobsFatih Degirmenci2-88/+91
The execute shell parts need to be switched to existing scripts but since the scripts were mainly written for verify jobs, the adaptations they require has potential to cause issues so it needs to be done in a separate change. Apart from that, the verify and daily jobs can't be run on same slave at the moment due to a bug in opnfv vm creation playbook. If clean vm exists on the node, the playbook fails. Build blocker is enable for verify and daily jobs to ensure the jobs don't end up on same slave for the timebeing. Change-Id: Iefaf5a5c2d4a79bd48a5f9da28d68748bc67f511 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-08-23[Compass4NFV]Add os-stor4nfv-ha scenarioswutianwei1-0/+27
Change-Id: I845f4fb0c51d9d1adccc8cfc3fe838a01882f52d Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-08-22CPERF: Fix csit odltools installTim Rozet1-0/+1
PIP installing odltools attempts to install/update chardet which was already managed by yum in the container so need to remove it. Change-Id: Id07b76b080ff5b7e77d4c110c90a15018397d039 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-08-22Apex: Add SFC to dailyTim Rozet2-0/+44
Change-Id: I51e5ecce1e7e5ef851e3c031aeb7819c0712c72d Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-08-22Merge "[fuel, armband] Add os-nosdn-vpp scenarios"Aric Gardner2-1/+51
2018-08-22[fuel] Add Docker build jobsAlexandru Avadanii1-0/+200
JIRA: FUEL-383 Change-Id: I80049726c256d2891ae1cfbacbc54781d3d81c70 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-08-22[fuel, armband] Add os-nosdn-vpp scenariosCristina Pauna2-1/+51
Added the triggers for both ha and noha versions of the scenario Change-Id: Ibba782d82712b69b755592a878fc69bf6696cba7 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2018-08-22container4nfv: update arm64 cni deployment jobsYibo Cai4-40/+82
- add vhost-vpp test - deploy k8s only once for all cni deployment tests Change-Id: I0d3966b15dc7f23713b5729bb7617b0c46e0ac83 Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2018-08-22remove congress test in Daisydongwenjuan1-9/+0
As Daisy don't support congress currently. Change-Id: I1d70c01ef12555622d3e2800d2eba12b652fb23b Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-08-21Merge "Update Releng PTL for Anteater Reports"Trevor Bramwell1-2/+6
2018-08-21Apex: Fix verify blocking with csitTim Rozet1-2/+6
Make apex verify virtual deployment occur on the same node where apex-verify job is running. Block apex-verify from starting if csit promote is running. Change-Id: I86e76232003b509db516e8d78703d43d36456d14 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-08-21Merge "[dovetail] set correct Cinder process name on Apex"Tim Rozet1-0/+1
2018-08-20CPERF: Add CSIT top level suite name argTim Rozet1-0/+1
Change-Id: I9b6dd3887c84ab035284400b8d3912fb691f1975 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-08-20[dovetail] set correct Cinder process name on ApexGeorg Kunz1-0/+1
In fraser, cinder-api runs as an apache module called cinder_wsgi. JIRA: DOVETAIL-690 Change-Id: I6660e1e17e61c0010295431290d5db20777af0d4 Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
2018-08-20CPERF: Install ODL tools and logTim Rozet4-0/+33
Adds pip installing odltools into the cperf container. CSIT jobs now fetch ODL and other OS logs via apex. Change-Id: I532d3a6fed156709cb305a9f7a6721d1db2eaebc Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-08-20Merge "Apex: Add nosdn ipv6 to daily"Tim Rozet3-1/+25
2018-08-20Apex: Add nosdn ipv6 to dailyTim Rozet3-1/+25
Adds ipv6 nosdn scenario to daily. Also includes a fix where the trailing new line in the template would be removed and fail jjb check in jenkins. Change-Id: I928f7b1cf12381cb2af3a8c7e4beb8e8014451c9 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-08-20releng-macros: Update & adopt email-fuel-ptlAlexandru Avadanii3-9/+5
Change-Id: I24cc328cdefcd7ac5f34292f0cf1635f797f8f00 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-08-17Merge "Build arm images and publish manifests"Trevor Bramwell1-6/+97
2018-08-17CPERF: Update master CSIT ODL to neonTim Rozet1-1/+1
Change-Id: I3e13635f2753c47cda567516b6194ad1b821d14b Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-08-17Apex: update ODL master to be neonTim Rozet1-1/+1
This is for downloading the ODL artifact from an ODL gerrit. Change-Id: I8138f2d84fb85ed7c8cc74e956ed277dfdb5fc1f Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-08-17Apex: Wildcard gerrit trigger for CSITTim Rozet1-1/+1
This will allow us to trigger OPNFV CSIT on non-netvirt projects. Change-Id: I95991e3f574ffa4f4e63ca22697089c7ba2ab7ca Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-08-17Apex: Update snapshot detectionTim Rozet1-3/+2
Detection now allows for allinone types. Change-Id: I61d0e22bd3c940c509917db820281dab1a5fc66f Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-08-17Apex: Allow CSIT for any ODL projectTim Rozet2-6/+6
Instead of just netvirt, enable other ODL projects to trigger OPNFV CSIT. Change-Id: Ia394ed084108c44d68317b7e38cfb43d090ca784 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-08-17Build arm images and publish manifestsCédric Ollivier1-6/+97
It mainly follows the Functest docker jjb. Change-Id: Ia86082cfd5d2f19496e7801441e005ffc88595a3 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-08-16CPERF: Add clean up to CSITTim Rozet2-0/+14
Now that we promote Apex artifacts after running CSIT, the snapshots will be tainted with the flavor and image used during the CSIT test. We should remove those after running CSIT as it may conflict with other test suites or user interaction with the snapshots later. Change-Id: I874ef145f9df20a9d1471e38698549cbe58dea43 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-08-16CPERF: CSIT hardcode OPENSTACK_TOPOTim Rozet1-2/+7
CSIT has static topologies that it supports, so even if we have more nodes we need to conform to the CSIT input. Change-Id: Id8647afaccbbf145dbf938b097ac49b92ce876f8 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-08-15Cperf: Fix all-in-one compute robot argsTim Rozet1-5/+10
CSIT requires that OS_COMPUTE_1_IP and OS_COMPUTE_2_IP are still passed with empty values. Change-Id: I694f237bdae1f2a4804d79ff6cde13b99eba7ddc Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-08-15Apex: Add allinone snapshot jobTim Rozet2-0/+2
Job will allow us to promote all-in-one snapshots. Change-Id: I0d0bec8e7598219e17df32bb05a4e8d6efbc52dd Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-08-10Apex: Fix enable-condition on verify gateTim Rozet1-1/+1
Change-Id: Id2ac2945af9a419303f21f74cca8eb513f90ce80 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-08-10Apex: Allow deploying csit env in verifyTim Rozet1-2/+11
This patch allows us to run a gate job against csit environment, by doing something like: start-gate-scenario: os-nosdn-nofeature-noha-csit Change-Id: I3041404cdfdffe159cff33ecd72be93fe9383e10 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-08-10Apex: Allow gating on allinone deploymentTim Rozet1-1/+14
This allows us to run a verify job on an all-in-one (control+compute) type of deployment. Change-Id: Ia4174c8eb5d55aaa05e63ddce59301e62b3a8a04 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-08-10CPERF: CSIT updatesTim Rozet3-7/+28
Changes-Include: - OPENSTACK_TOPO is now decided dynamically - Make the containerized start/stop commands more simple - Include CSIT logging in CSIT promotion Change-Id: I4b178cfd95cf45b808ab9e82b317b729e5f3028f Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-08-09Apex: Fix missing fetch jobTim Rozet2-2/+4
Change-Id: I4a14a7c6bc474b17b3bb04603187c18d0c8c1cf2 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-08-09Apex: Use CSIT to gate snapshot promotionTim Rozet4-24/+150
Now that we have CSIT suite passing, we want to use that to gate our snapshot promotion rather than tempest. Change-Id: Ifddaf7921da15150a253021ee5ca64ab2fd438ff Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-08-08CPERF: CSIT disable live migration suiteTim Rozet1-1/+7
We do not currently use a shared storage backend for the libvirt VMs, so this won't work. Disabling for now. Change-Id: I1ed4658345a1cf23bc6665fc66beffc50d68aec3 Signed-off-by: Tim Rozet <trozet@redhat.com>