summaryrefslogtreecommitdiffstats
path: root/jjb/csit
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2016-06-06 12:35:11 +0100
committerPeter Mikus <pmikus@cisco.com>2016-06-06 13:07:28 +0000
commit3be8b6c72a3259024b0fcd36142663b3db1a08e7 (patch)
tree5b8acd68018c3e7979c21685265d2831a83448b0 /jjb/csit
parentcfaf0bf146c2c9e7598faf6c9efb044b8b7dba33 (diff)
Add simple plot into csit/perf job
- Use plot plugin for 64B framesize, single core with NDR/PDR Change-Id: Iea0697f31db3e4e0242c638bc1ebf0603081c8fd Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'jjb/csit')
-rw-r--r--jjb/csit/csit-vpp-functional.yaml24
1 files changed, 23 insertions, 1 deletions
diff --git a/jjb/csit/csit-vpp-functional.yaml b/jjb/csit/csit-vpp-functional.yaml
index f52f6c22b..a798ee1a8 100644
--- a/jjb/csit/csit-vpp-functional.yaml
+++ b/jjb/csit/csit-vpp-functional.yaml
@@ -104,12 +104,34 @@
publishers:
- archive-artifacts:
- artifacts: 'report.html, log.html, output.xml'
+ artifacts: 'report.html, log.html, output.xml, output_perf_data.xml'
latest-only: false
- robot-report:
output-path: ''
+ - plot:
+ - title: 'RFC2544 binary search with 64B, 1 worker-thread, rss=1, NDR'
+ yaxis: 'Packets Per Second'
+ group: '1_thread'
+ num-builds: '20'
+ keep-records: True
+ series:
+ - file: 'output_perf_data.xml'
+ format: xml
+ xpath-type: 'nodeset'
+ xpath: '//*[@framesize="64" and contains(@tags,"NDR") and @workerthreads="1"]'
+ - title: 'RFC2544 binary search with 64B, 1 worker-thread, rss=1, PDR=0.5%'
+ yaxis: 'Packets Per Second'
+ group: '1_thread'
+ num-builds: '20'
+ keep-records: True
+ series:
+ - file: 'output_perf_data.xml'
+ format: xml
+ xpath-type: 'nodeset'
+ xpath: '//*[@framesize="64" and contains(@tags,"PDR") and @workerthreads="1"]'
+
- job-template:
name: 'csit-vpp-verify-weekly'
description: 'Purpose of this job is to validate CSIT code against verified vpp build and apply csit-verified tag in case of success.'