summaryrefslogtreecommitdiffstats
path: root/jjb/csit
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2019-02-21 16:54:39 +0000
committerGerrit Code Review <gerrit@fd.io>2019-02-21 16:54:39 +0000
commit44eed73e1c60c0e02cdeaeaadb102710fabcd57f (patch)
tree8b35cc3b061b08ccaa39cb017f090cb31c7aafa6 /jjb/csit
parent0c7d6e34945abfd03fe965ee4bbeaa7c290379dc (diff)
parent75e7bb916db2173aa47b8d71536ca98a692732e0 (diff)
Merge "Create 'csit-vpp-perf-mrr-weekly-master-2n-skx' job"
Diffstat (limited to 'jjb/csit')
-rw-r--r--jjb/csit/csit.yaml69
1 files changed, 69 insertions, 0 deletions
diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml
index 4ce551bf3..4bdb340f5 100644
--- a/jjb/csit/csit.yaml
+++ b/jjb/csit/csit.yaml
@@ -45,6 +45,7 @@
- 'csit-vpp-perf-mrr-daily-master'
- 'csit-vpp-perf-mrr-daily-master-2n-skx'
- 'csit-vpp-perf-mrr-daily-master-3n-skx'
+ - 'csit-vpp-perf-mrr-weekly-master-2n-skx'
- 'csit-vpp-perf-ndrpdr-weekly-master-3n-hsw'
- 'csit-vpp-perf-ndrpdr-weekly-master-2n-skx'
- 'csit-vpp-perf-ndrpdr-weekly-master-3n-skx'
@@ -1263,6 +1264,74 @@
maven-version: 'mvn33-new'
- job-template:
+ name: 'csit-vpp-perf-mrr-weekly-master-2n-skx'
+
+ description: |
+ <ul>
+ <li>objective
+ <ul>
+ <li>check vpp perf mrr weekly
+ </ul>
+ <li>perf test-cases selection
+ <ul>
+ <li>NF Density CSIT VPP MRR perf suites
+ </ul>
+ <li>results
+ <ul>
+ <li>jjb verify: PASS/FAIL
+ <li>present: no
+ <li>analyse: csit project (catch malfunctions/degradations)
+ </ul>
+ </ul>
+
+ project-type: freestyle
+ node: 'ubuntu1604-basebuild-4c-4g'
+ concurrent: true
+
+ build-discarder:
+ 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}'
+
+ wrappers:
+ - fdio-infra-wrappers-non-activity-timeout:
+ build-timeout: '{build-timeout}'
+
+ triggers:
+ - timed: '0 0 * * 6'
+
+ builders:
+ - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
+ - inject:
+ properties-file: variables.prop
+ - shell:
+ !include-raw-escape: jjb/csit/include-raw-csit-perf-timed.sh
+
+ publishers:
+ - archive-artifacts:
+ artifacts: 'csit/archive/*.*'
+ latest-only: false
+
+ - robot:
+ output-path: 'csit/archive'
+ other-files:
+ - '*.*'
+
+ - trigger:
+ project: 'csit-trending-daily-master'
+ threshold: 'FAILURE'
+
+ - fdio-infra-shiplogs:
+ maven-version: 'mvn33-new'
+
+- job-template:
name: 'csit-dpdk-perf-mrr-weekly-master'
description: |