summaryrefslogtreecommitdiffstats
path: root/jjb/csit/csit.yaml
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2017-06-21 09:44:47 +0200
committerJan Gelety <jgelety@cisco.com>2017-06-21 10:13:17 +0200
commit538c12bee4a0a7116e7616a44a94f728bfde7de2 (patch)
tree21bf41f49b28da14bfa8889cca3939f5a2800a25 /jjb/csit/csit.yaml
parent29e8928eeee2321ef1887c1f1f49bce918daef57 (diff)
Add CSIT nightly verify job for Centos7
- add CSTI nighty job that download the latest vpp rpm packages from Nexus and test them against the latest verified CSIT codebase Change-Id: Ib0cf8b8c913cf0a738c5d4341fbbdb5a634ea234 Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'jjb/csit/csit.yaml')
-rw-r--r--jjb/csit/csit.yaml58
1 files changed, 55 insertions, 3 deletions
diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml
index 71f91a366..8f5ee1346 100644
--- a/jjb/csit/csit.yaml
+++ b/jjb/csit/csit.yaml
@@ -32,9 +32,6 @@
- master:
branch: 'master'
branch-id: 'oper'
- - '1704':
- branch: 'rls1704'
- branch-id: 'oper-rls1704'
stream:
- master:
branch: 'master'
@@ -1311,6 +1308,61 @@
maven-version: 'mvn33-new'
- job-template:
+ name: 'csit-vpp-verify-{stream_timed}-centos7-nightly'
+ description: 'Purpose of this job is to validate latest centos7 vpp build from corresponding branch stored in nexus against verified CSIT codebase of corresponding branch.'
+
+ project-type: freestyle
+ node: centos7-basebuild-4c-4g'
+ concurrent: false
+
+ logrotate:
+ daysToKeep: '{build-days-to-keep}'
+ numToKeep: '{build-num-to-keep}'
+ artifactDaysToKeep: '{build-artifact-days-to-keep}'
+ artifactNumToKeep: '{build-artifact-num-to-keep}'
+
+ parameters:
+ - project-parameter:
+ project: '{project}'
+ - gerrit-parameter:
+ branch: '{branch}'
+
+ scm:
+ - git-scm:
+ credentials-id: 'jenkins-gerrit-credentials'
+ branch: '{branch}'
+
+ wrappers:
+ - fdio-infra-wrappers:
+ build-timeout: '{build-timeout}'
+
+ triggers:
+ - timed: 'H H(3-4) * * *'
+
+ - gerrit-trigger-manually-triggered:
+ comment-trigger-value: 'vpp-verify-func-centos7'
+ name: '{project}'
+ branch: '{branch}'
+
+ builders:
+ - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
+ - inject:
+ properties-file: variables.prop
+ - shell:
+ !include-raw-escape: jjb/csit/include-raw-csit-vpp-verify-nightly.sh
+
+ publishers:
+ - archive-artifacts:
+ artifacts: 'csit/archive/*.*'
+ latest-only: false
+
+ - robot-report:
+ output-path: 'csit/archive'
+
+ - fdio-infra-shiplogs:
+ maven-version: 'mvn33-new'
+
+- job-template:
name: 'csit-vpp-verify-perf-master-nightly-all'
description: 'Purpose of this job is to validate latest vpp build from corresponding branch stored in nexus against verified CSIT codebase of corresponding branch.'