From: pmikus Date: Mon, 6 Jun 2016 11:35:11 +0000 (+0100) Subject: Add simple plot into csit/perf job X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=3be8b6c72a3259024b0fcd36142663b3db1a08e7;p=ci-management.git 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 --- 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.'