summaryrefslogtreecommitdiffstats
path: root/jjb/csit/csit.yaml
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2018-06-04 05:46:31 +0000
committerPeter Mikus <pmikus@cisco.com>2018-06-04 07:18:03 +0000
commit114c67ed87774ba816914e812b9c0729667e55d1 (patch)
tree720c9182fc0fab07f09adedb6768722a46802acf /jjb/csit/csit.yaml
parent93a8d83afaaa00ccd76bd19ad01ca8d580487ca2 (diff)
Introduce of DPDK MRR weekly job
Purpose of the job is to verify latest DPDK performance weekly. Change-Id: Id49e69183b2fba8510593fb6f6990df1dcbcf99d Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'jjb/csit/csit.yaml')
-rw-r--r--jjb/csit/csit.yaml83
1 files changed, 75 insertions, 8 deletions
diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml
index 31d88cfae..a6c0f153f 100644
--- a/jjb/csit/csit.yaml
+++ b/jjb/csit/csit.yaml
@@ -20,9 +20,6 @@
- 'centos7'
jobs:
- - 'csit-dpdk-perf-{stream}-{type}'
- - 'csit-vpp-perf-{stream}-{type}'
- - 'csit-ligato-perf-{stream}-{type}'
- 'csit-vpp-functional-{stream}-{os}-virl'
- 'csit-vpp-verify-{stream_timed}-{os}-weekly'
- 'csit-vpp-verify-{stream_timed}-{os}-semiweekly'
@@ -31,6 +28,10 @@
- 'csit-report-merge-{stream}'
- 'csit-report-merge-1801_2'
- 'csit-trending-daily-master'
+ - 'csit-dpdk-perf-{stream}-{type}'
+ - 'csit-dpdk-perf-mrr-weekly-master'
+ - 'csit-ligato-perf-{stream}-{type}'
+ - 'csit-vpp-perf-{stream}-{type}'
- 'csit-vpp-perf-trend-daily-master'
- 'csit-vpp-perf-trend-semi-weekly-master'
- 'csit-vpp-perf-check-{stream}'
@@ -1024,12 +1025,9 @@
name
csit-vpp-perf-mrr-daily
trigger
- daily
+ twice a day
perf test-cases selection
- all CSIT perf suites
- default tags for vpp startup config and perf test type
- 1T1C - one worker thread, one core
- 2T2C - two worker threads, two cores
+ all CSIT MRR perf suites
results
jjb verify
PASS/FAIL
@@ -1087,6 +1085,75 @@
- fdio-infra-shiplogs:
maven-version: 'mvn33-new'
+- job-template:
+ name: 'csit-dpdk-perf-mrr-weekly-master'
+
+ description: |
+ objective
+ check dpdk perf mrr weekly
+ job
+ name
+ csit-dpdk-perf-mrr-weekly-master
+ trigger
+ weekly
+ perf test-cases selection
+ all CSIT DPDK MRR perf suites
+ results
+ jjb verify
+ PASS/FAIL
+ present
+ no
+ analyse
+ csit project
+ catch malfunctions
+ catch degradations
+
+ project-type: freestyle
+ node: 'ubuntu1604-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}'
+
+ wrappers:
+ - fdio-infra-wrappers-non-activity-timeout:
+ build-timeout: '{build-timeout}'
+
+ triggers:
+ - timed: '0 0 * * SUN'
+
+ builders:
+ - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
+ - inject:
+ properties-file: variables.prop
+ - shell:
+ !include-raw-escape: jjb/csit/include-raw-csit-dpdk-perf-mrr-weekly.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-vpp-perf-verify-{stream}'