From 5646509aea6b43ef1efb282aad908289cc005b26 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 11 May 2018 15:14:13 +0200 Subject: CSIT-1078: Optimize input data files download and processing Change-Id: Id1b0af996c4b77878621cfc8c262795f51e537fc Signed-off-by: Tibor Frank --- resources/tools/presentation/specification.yaml | 30 ------------------------- 1 file changed, 30 deletions(-) (limited to 'resources/tools/presentation/specification.yaml') diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index 4b055a84ce..97e616a15d 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -1,14 +1,5 @@ - type: "environment" - configuration: - # Debug mode: - # - Skip: - # - Download of input data files - # - Do: - # - Read data from given zip / xml files - # - Set the configuration as it is done in normal mode - # If the section "type: debug" is missing, CFG[DEBUG] is set to 0. - CFG[DEBUG]: 0 paths: # Top level directories: @@ -545,27 +536,6 @@ width: 700 height: 1000 -- - type: "debug" - general: - input-format: "xml" # zip or xml - extract: "robot-plugin/output.xml" # Only for zip - builds: - # The files must be in the directory DIR[WORKING,DATA] - csit-vpp-perf-1801-all: - - - build: 1 - file: "{DIR[WORKING,DATA]}/output.xml" - - - build: 2 - file: "{DIR[WORKING,DATA]}/output.xml" - - - build: 3 - file: "{DIR[WORKING,DATA]}/output.xml" - - - build: 4 - file: "{DIR[WORKING,DATA]}/output.xml" - - type: "static" src-path: "{DIR[RST]}" -- cgit 1.2.3-korg