diff options
author | Stefan Kobza <skobza@cisco.com> | 2016-02-25 14:36:26 +0100 |
---|---|---|
committer | Stefan Kobza <skobza@cisco.com> | 2016-02-29 13:06:03 +0100 |
commit | a41a6e0bee61fc1d6df5be50300ae58b2d59a7ea (patch) | |
tree | c9084ef8c9eba00087d7aab7d5fb475317f629a7 /zuul | |
parent | 1c3015a8420e2bbfdd748dbfc233964510e62f5c (diff) |
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 <skobza@cisco.com>
Diffstat (limited to 'zuul')
-rw-r--r-- | zuul/layout.yaml | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 1be239c2e..8cfc7d9e6 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 + |