From a41a6e0bee61fc1d6df5be50300ae58b2d59a7ea Mon Sep 17 00:00:00 2001 From: Stefan Kobza Date: Thu, 25 Feb 2016 14:36:26 +0100 Subject: Add vpp jenkins job to build vpp and run csit tests. To start integrating with VPP verify job, start csit tests for each VPP verify run. Until artifacts passing is solved between jenkins upstream and downstream jobs, build the VPP project again in this job. Then check out csit project, copy the deb packages to the cloned dir and start the testcase. Prevent the job non-voting, so that it does not polute VPP reviews with erroneous results. We'll switch to normal voting after all potential problems are ironed out, and the job is stable. Change-Id: I9e35e19a1d8b2a64b8e65473fef93e0b537eded2 Signed-off-by: Stefan Kobza --- zuul/layout.yaml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'zuul') diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 1be239c2..8cfc7d9e 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -19,6 +19,19 @@ pipelines: failure: gerrit: verified: -1 + - name: check-novote + source: gerrit + manager: IndependentPipelineManager + trigger: + gerrit: + - event: patchset-created + - event: draft-published + - event: comment-added + comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*(recheck|reverify) + success: + gerrit: {} + failure: + gerrit: {} # - name: gate # source: gerrit # manager: DependentPipelineManager @@ -109,6 +122,7 @@ projects: # template: # - name: default-jobs -# - name: vpp -# template: -# - name: default-jobs + - name: vpp + check-novote: + - vpp-csit-verify-virl + -- cgit 1.2.3-korg