From: pmikus Date: Mon, 8 Aug 2016 10:07:26 +0000 (+0100) Subject: FIX: Plot data file in csit-vpp-verify-perf-master-nightly-all X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=4f6acfff60e46fee9c638ed850a1ee7ad384e952;p=ci-management.git FIX: Plot data file in csit-vpp-verify-perf-master-nightly-all Fix file path for plot data file Change-Id: I28f72aa14e83f961beb7f4c7a55b071dffff7850 Signed-off-by: pmikus --- diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 10ee8ea53..faf40fc56 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -548,7 +548,7 @@ keep-records: True csv-file-name: 'csit-vpp-verify-master-nightly-1.csv' series: - - file: 'csit/output.xml' + - file: 'csit/output_perf_data.xml' format: xml xpath-type: 'nodeset' xpath: '//*[@framesize="64" and contains(@tags,"NDR") and @workerthreads="1"]' @@ -559,7 +559,7 @@ keep-records: True csv-file-name: 'csit-vpp-verify-master-nightly-2.csv' series: - - file: 'csit/output.xml' + - file: 'csit/output_perf_data.xml' format: xml xpath-type: 'nodeset' xpath: '//*[@framesize="78" and contains(@tags,"NDR") and @workerthreads="1"]' @@ -570,7 +570,7 @@ keep-records: True csv-file-name: 'csit-vpp-verify-master-nightly-3.csv' series: - - file: 'csit/output.xml' + - file: 'csit/output_perf_data.xml' format: xml xpath-type: 'nodeset' xpath: '//*[@framesize="64" and contains(@tags,"NDR") and @workerthreads="2"]' @@ -581,7 +581,7 @@ keep-records: True csv-file-name: 'csit-vpp-verify-master-nightly-4.csv' series: - - file: 'csit/output.xml' + - file: 'csit/output_perf_data.xml' format: xml xpath-type: 'nodeset' xpath: '//*[@framesize="78" and contains(@tags,"NDR") and @workerthreads="2"]' @@ -592,7 +592,7 @@ keep-records: True csv-file-name: 'csit-vpp-verify-master-nightly-5.csv' series: - - file: 'csit/output.xml' + - file: 'csit/output_perf_data.xml' format: xml xpath-type: 'nodeset' xpath: '//*[@framesize="64" and contains(@tags,"NDR") and @workerthreads="4"]' @@ -603,7 +603,7 @@ keep-records: True csv-file-name: 'csit-vpp-verify-master-nightly-6.csv' series: - - file: 'csit/output.xml' + - file: 'csit/output_perf_data.xml' format: xml xpath-type: 'nodeset' xpath: '//*[@framesize="78" and contains(@tags,"NDR") and @workerthreads="4"]' @@ -614,7 +614,7 @@ keep-records: True csv-file-name: 'csit-vpp-verify-master-nightly-7.csv' series: - - file: 'csit/output.xml' + - file: 'csit/output_perf_data.xml' format: xml xpath-type: 'nodeset' xpath: '//*[@framesize="64" and contains(@tags,"PDR") and @workerthreads="1"]' @@ -625,7 +625,7 @@ keep-records: True csv-file-name: 'csit-vpp-verify-master-nightly-8.csv' series: - - file: 'csit/output.xml' + - file: 'csit/output_perf_data.xml' format: xml xpath-type: 'nodeset' xpath: '//*[@framesize="78" and contains(@tags,"PDR") and @workerthreads="1"]' @@ -636,7 +636,7 @@ keep-records: True csv-file-name: 'csit-vpp-verify-master-nightly-9.csv' series: - - file: 'csit/output.xml' + - file: 'csit/output_perf_data.xml' format: xml xpath-type: 'nodeset' xpath: '//*[@framesize="64" and contains(@tags,"PDR") and @workerthreads="2"]' @@ -647,7 +647,7 @@ keep-records: True csv-file-name: 'csit-vpp-verify-master-nightly-10.csv' series: - - file: 'csit/output.xml' + - file: 'csit/output_perf_data.xml' format: xml xpath-type: 'nodeset' xpath: '//*[@framesize="78" and contains(@tags,"PDR") and @workerthreads="2"]' @@ -658,7 +658,7 @@ keep-records: True csv-file-name: 'csit-vpp-verify-master-nightly-11.csv' series: - - file: 'csit/output.xml' + - file: 'csit/output_perf_data.xml' format: xml xpath-type: 'nodeset' xpath: '//*[@framesize="64" and contains(@tags,"PDR") and @workerthreads="4"]' @@ -669,7 +669,7 @@ keep-records: True csv-file-name: 'csit-vpp-verify-master-nightly-12.csv' series: - - file: 'csit/output.xml' + - file: 'csit/output_perf_data.xml' format: xml xpath-type: 'nodeset' xpath: '//*[@framesize="78" and contains(@tags,"PDR") and @workerthreads="4"]'