summaryrefslogtreecommitdiffstats
path: root/jjb/apex/apex.yml
AgeCommit message (Collapse)AuthorFilesLines
2017-03-10Add logic to allow ODL Cbench suite to run from docker containerJamo Luhrsen1-2/+2
- also changing deploy scenario to only use a single controller Change-Id: Ic1aa9489b17478865db7f9509091e165fbe4a6b3 Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
2017-03-01dovetail: add dovetail debug testsuite into apex daily loopMatthewLi1-0/+17
JIRA: DOVETAIL-359 similiar patches see https://gerrit.opnfv.org/gerrit/#/c/25697/ Change-Id: I3715cbbc911f80fd840ab2b10708f98a03959c6f Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2017-02-23Apex: Adds job for creating snapshots for FDIOTim Rozet1-2/+52
For now this is a manually triggered job, until there is a demand to produce it automatically. Only the snapshots are uploaded for this job and we are not updating snapshot properties file. We will move to making that more dynamic in the future. Change-Id: I3d8392c2c99a524fd20de82d5032c2d4557b045a Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-20Apex: Removes nosdn from verifyTim Rozet1-15/+0
Since we now have gate jobs in order to verify functionality specific to a scenario, we can eliminate running 2 pre-gate verify deploys with nosdn and odl_l3. The consensus from Apex team is that we gain little validation with nosdn in comparison to odl_l3, so we can remove nosdn and then trigger it as a specific gate job if we need to validate its functionality. Change-Id: I23367ad746cedd8b091aa4ffaf53249fef3c0eee Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-20Apex: Enables FDIO/VPP in daily jobTim Rozet1-0/+62
Change-Id: I6c06ecd40b5c2d57ca8f62fd52fe78267b4a8735 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-13[APEX][GLUON] Add to gluon to apex-dailyNikolas Hermanns1-0/+30
Change-Id: I2c5640373e159d8983fa3c6352cc094b122f8e9e Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com> Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
2017-02-10Apex: fixes gate job param passingTim Rozet1-0/+1
Change-Id: I81bd36ce085d373ecd986a453cde8d45f179a7fb Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-09Apex: Adds gate scenario jobTim Rozet1-0/+81
Apex needs a way to run a gate job after basic scenarios (nosdn, odl-nofeature) pass. We need the capability to specify which scenario should be the gate. This patch allows us via a comment to specify 'start-gate-scenario: <scenario>' which will start a gate job to validate that scenario deploys and passes basic functest health check. Some drawbacks of this approach include only being able to validate a single scenario per comment + gerrit votes overriding (not true workflow/pipeline plugin). The positive is this is a fairly small CI change to enable some much needed verification. It will be the Apex committers responsibility to issue this comment post Jenkins +1 approval of pre-gate. Change-Id: I9a1364bb1cece8b35488d496789a5e83c707b32d Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-03[APEX][BGPVPN] Add to bgpvpn to apex-dailyNikolas Hermanns1-2/+30
Change-Id: Iea68bd0730c339ee42524920f53dbf54cafb9add Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-02-02Apex: fixes csit promote functest suite namingTim Rozet1-1/+1
Change-Id: Ia8bda581c2e040ad00db6f21022f0d748ca314c9 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-02Apex: fixes incorrect reference to csit build directoryTim Rozet1-1/+1
Change-Id: I135a9792a897e8b4fa99ef888b84d58c9a11dc69 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-02Apex: fixes csit build builderTim Rozet1-7/+2
We dont want to use the builder job, since we dont want RPMs/ISOs created/uploaded. Minor fix to functest job trigger. Change-Id: Ifc80dd0fe0dbf2261adf3ae00c39ba814cba548c Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-02Apex: fixes missing declaration for csit promote jobTim Rozet1-4/+6
Also adds some extra blocking. Change-Id: I3dc4526624fdd54b1f124f12f9dc3b3034ad9413 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-02Merge "Apex: changing Gluon scenario name to noha"Tim Rozet1-1/+1
2017-02-02Merge "Apex: Create promotion and verify job for Apex CSIT snapshots"Tim Rozet1-0/+66
2017-02-02Apex: changing Gluon scenario name to nohaGeorg Kunz1-1/+1
Change-Id: I67da4fe16584ae8f47b341883623674b89156699 Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
2017-02-01merge GIT_BRANCH and GERRIT_BRANCH into BRANCHRyota MIBU1-13/+3
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-02-01Apex: Create promotion and verify job for Apex CSIT snapshotsNikolas Hermanns1-0/+66
Changes Include: - Adds a daily job to create Apex snapshot tarball if functest passes - snapshot artifact uploaded to artifacts.opnfv.org - snapshot artifcat info is stored in snapshot.properties - 3rd party job updated to deploy from snapshot - 3rd party install netvirt job updated to use updated sdnvpn tools JIRA: APEX-364 Depends-On: I792db0fac3f4e81969fe85c05fc298fe5af02537 Change-Id: I8a875c081d756d098173c0baf11c0b4e4956b9fd Signed-off-by: Tim Rozet <trozet@redhat.com> Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com> Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-01-27Apex: Adds gluon scenarioTim Rozet1-0/+1
Change-Id: Ie6f83e9b4d41ce2a6877a580304e4bcf03b6e505 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-01-26[APEX][BGPVPN] Remove l2 from NameNikolas Hermanns1-1/+1
The l2 flag for bgpvpn was always misleading. In addition since Boron there the standart is to use l3. So we will remove the flag completely. Depends: https://gerrit.opnfv.org/gerrit/#/c/27459/ Change-Id: Ie4a74eeedbffe2f166934fd989b79d216811d34c Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-01-20[macro] property logrotateRyota MIBU1-0/+11
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-11change from odl_l2 to odl_l3 for cperf runner jobJamo Luhrsen1-2/+2
Change-Id: If1546349981520c3b2f0c805da7ea9c7e91724e8 Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
2017-01-09Apex: Updates FD.IO scenarios/jobs for DanubeTim Rozet1-2/+7
Change-Id: I9479d3ca047093deeac038d4ca5caf5e69cd8116 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-19Apex: adds missing fdio jobsTim Rozet1-14/+9
Change-Id: I29fad127de52cf0f5dd40e57eadbf478e4777483 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-19Apex: Adds FDIO HA daily scenario only for ColoradoTim Rozet1-0/+166
Change-Id: Idb4d6f12a0934b332a13653b1b8dd80505e0af2a Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-19fix ci jobs (daily && no branch param)Ryota MIBU1-0/+6
Change-Id: Iad856adf625a56c2f5c366fb414746d1e9e16691 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-12-19clean scm defenitionsRyota MIBU1-32/+8
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-12-12Apex: fixes build directory for build/uploadTim Rozet1-1/+1
Change-Id: Iaa6b60c1de8c80e2a3c582a478131b1d7fc2dc3f Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-11Apex: Fixes build pathsTim Rozet1-2/+2
Change-Id: I42eceade9d24a237c2a0f725db9e39de53c5be8a Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-09Apex: fix verify referencing old odl_l2 scenariosTim Rozet1-2/+2
Change-Id: I46b55c30711e544d71dcb0191b3aa32a4e080772 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-08Apex: Updates deploy for new build/Danube and removes ColoradoTim Rozet1-294/+4
Change-Id: I6b8df28e5ae27c70f9de2c0346dee2e1828e8ab8 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-01Restrict Gerrit Triggers to OPNFV Gerrit ServerTrevor Bramwell1-0/+2
With the addition of ODL and OpenStack Gerrit servers, it's important we don't generate additional noise by accidentally building against these Gerrit servers when we don't intend to. JIRA: RELENG-179 Change-Id: Ia163c6c3eaa58e8e21dc6548a839062fcbde39ed Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2016-12-01Apex: fixes non-updated scenarios for fdio-haTim Rozet1-2/+2
Change-Id: I54b6600592260e797fce533b13585302b08a66e0 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-11-29Apex: Adds odl_l2-fdio-ha to dailyTim Rozet1-1/+2
Trades noha for ha scenario Change-Id: I595766b8a06b115e0453c593c728c85e5a648e3d Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-11-22Apex: Enable verify on ODL master job and master dailyTim Rozet1-9/+14
Change-Id: I149f0e9dbaf65a1b5c7bd905713a228ad1c75ce1 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-11-10Apex: Disables ODL functest smoke verifyTim Rozet1-7/+7
In stable/newton there are bugs in neutron and OVS which are causing functionality to fail in ODL. ODL will still deploy, but OS will not function correctly. Therefore temporarily we will disable ODL smoke tests to make headway on other features unrelated to ODL in OPNFV. Change-Id: I7ed2a1b696c9be14fa85b8c33bc07e4c3bfe9378 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-09-08add cperf specific stream to apex-runner-cperf jobJamo Luhrsen1-0/+1
trying to find the best/right way to point this job to use cperf's intel-pod2. Change-Id: I461d7367b73d4e388200cc7c7db0ab005e28cc2d Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
2016-08-24Apex: add job to verify only unit test changesTim Rozet1-0/+57
Change-Id: I76d79ae45e134646f1331a733e4c03948ee9f93a Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-24Add pathname jjb param for release branch.Thomas F Herbert1-0/+4
JIRA: APEX-242 Change-Id: I5bb889a4c7023b650d4de8817d88e29fa6e70d9b Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2016-08-23Apex: fixes blocking between streamsTim Rozet1-12/+12
Change-Id: I162e51e0fd6d2d31a8c9daa08e1cc1a0678d5824 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-23Apex: migrate jjb to coloradoTim Rozet1-325/+87
Change-Id: I2e45ea68a30ec356e14d2162df85bf50f51faab2 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-19Apex: adds nosdn ovs dpdk scenario to dailyTim Rozet1-0/+31
Change-Id: I14524233a88dc6937456da79cd435768bacecfc8 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-12Apex: remove extra os-nosdn-fdio from dailyTim Rozet1-30/+0
Change-Id: Ie05fd867f734e30395b7ebc4184c36d17be97918 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-04Apex: Adds fdio, ipv6 scenarios/jobsTim Rozet1-0/+103
Changes include: - Adds nosdn-fdio scenario and daily - Adds odl_l2-fdio scenario and daily - Adds nosdn ipv6 deploy job to daily (no tests) Change-Id: Ibd82f4cbda405b3e99c338df863b9a361da2d779 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-26Apex: adds ODL SFC to dailyTim Rozet1-0/+30
Change-Id: I993c459d012bddbcd4db041ada17aa9133d0bbf4 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-22Apex: adds onos sfc to dailyTim Rozet1-0/+31
JIRA: APEX-172 Change-Id: I651a0f5a5afba82f46b719b16015d588f8bb8a5f Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-21Apex: Enable bgpvpn scenario in dailyTim Rozet1-0/+30
Change-Id: I82af3388275ceb716d24f2a11405a213624ffbd1 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-20add job definition based on existing apex cperf runner templateJamo Luhrsen1-0/+1
Change-Id: I4d077acac3d2cd4e23bec7da3b5143dcb027e33f Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
2016-07-20Merge "Apex: disables failing parent daily job due to a deploy job failing"Tim Rozet1-0/+8
2016-07-20Apex: disables failing parent daily job due to a deploy job failingTim Rozet1-0/+8
Change-Id: I556b29578fd8debc7b38970fe256c858aa70556a Signed-off-by: Tim Rozet <trozet@redhat.com>