diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-08-20 14:23:46 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-08-22 13:12:38 +0000 |
commit | 4ac3464851ff9dd688ab25d0324573284b6bf274 (patch) | |
tree | be4b7456d9c5d30e4d81e107d79af8847d144d5c /resources/tools/presentation/specification_CPTA.yaml | |
parent | 68c245727d68fc7ba84b7f494a1dbcb69910213e (diff) |
CSIT-944: PAL Extensions: Mapping table
Change-Id: I3bebf9ad849c056d2bbac476d22ef5e077af05b3
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/specification_CPTA.yaml')
-rw-r--r-- | resources/tools/presentation/specification_CPTA.yaml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/resources/tools/presentation/specification_CPTA.yaml b/resources/tools/presentation/specification_CPTA.yaml index b827e211fb..4d996a0a5a 100644 --- a/resources/tools/presentation/specification_CPTA.yaml +++ b/resources/tools/presentation/specification_CPTA.yaml @@ -64,17 +64,21 @@ - type: "configuration" + mapping-file: "mapping_tc_names.yaml" + + ignore-list: "ignored_tcs.yaml" + data-sets: plot-performance-trending-all: csit-vpp-perf-mrr-daily-master: - start: 15 + start: 100 end: "lastCompletedBuild" csit-dpdk-perf-mrr-weekly-master: start: 3 end: "lastCompletedBuild" plot-performance-trending-vpp: csit-vpp-perf-mrr-daily-master: - start: 15 + start: 100 end: "lastCompletedBuild" plot-performance-trending-dpdk: csit-dpdk-perf-mrr-weekly-master: @@ -163,8 +167,8 @@ extract: "output.xml" builds: csit-vpp-perf-mrr-daily-master: - start: 15 - end: "lastCompletedBuild" # take all from the 'start' + start: 100 + end: "lastCompletedBuild" csit-dpdk-perf-mrr-weekly-master: start: 3 end: "lastCompletedBuild" |