diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-10-11 11:50:39 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-10-11 11:50:39 +0200 |
commit | b6711ec7cf1f58662cdaa894b5fcc927b0e9e515 (patch) | |
tree | 67fe03ebe74eb1a3d637d2dbd37280074ad3d9b4 /resources | |
parent | 96a10f34794d3d7e253cbaf6fecb713396e3dc15 (diff) |
Report: Add data
Change-Id: I71670f860acfcd6195b5cfbad7686dfae0439bb5
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/tools/presentation/specifications/report/data_sets.yaml | 11 | ||||
-rw-r--r-- | resources/tools/presentation/specifications/report/environment.yaml | 4 |
2 files changed, 9 insertions, 6 deletions
diff --git a/resources/tools/presentation/specifications/report/data_sets.yaml b/resources/tools/presentation/specifications/report/data_sets.yaml index 7ef0706b96..3cda862894 100644 --- a/resources/tools/presentation/specifications/report/data_sets.yaml +++ b/resources/tools/presentation/specifications/report/data_sets.yaml @@ -375,8 +375,9 @@ - 26 # rls2110.rc1 NDRPDR iter env 8 vpp-2n-zn2-curr-iter-gso: - csit-vpp-perf-report-iterative-2110-2n-zn2: - - 32 # rls2110.rc1 MRR GSO iter env 8 + # csit-vpp-perf-report-iterative-2110-2n-zn2: + csit-vpp-perf-report-iterative-2106-2n-zn2: + - 37 # rls2106.rel MRR GSO iter env 7 vpp-2n-zn2-hist-iter-mrr-new-env: csit-vpp-perf-report-iterative-2101-2n-zn2: @@ -388,12 +389,14 @@ - 48 # rls2106.rel MRR AF-XDP iter env 7 vpp-2n-zn2-prev-iter-mrr-new-env: + # csit-vpp-perf-report-iterative-2110-2n-zn2: csit-vpp-perf-report-iterative-2106-2n-zn2: - 2 # rls2101.rel MRR iter env 7 vpp-2n-zn2-curr-iter-mrr: - csit-vpp-perf-report-iterative-2110-2n-zn2: - - 1 # rls2110.rc1 MRR iter env 8 + # csit-vpp-perf-report-iterative-2110-2n-zn2: + csit-vpp-perf-report-iterative-2106-2n-zn2: + - 2 # rls2101.rel MRR iter env 7 vpp-2n-zn2-curr-cov: # csit-vpp-perf-report-coverage-2110-2n-zn2: diff --git a/resources/tools/presentation/specifications/report/environment.yaml b/resources/tools/presentation/specifications/report/environment.yaml index a64e3acb26..f36a200ef9 100644 --- a/resources/tools/presentation/specifications/report/environment.yaml +++ b/resources/tools/presentation/specifications/report/environment.yaml @@ -136,13 +136,13 @@ enabled: True - type: "xml" url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1" - path: "{job}/{build}/{filename}" + path: "{job}/{build}/archives/{filename}" file-name: "output_info.xml.gz" file-format: ".gz" enabled: True - type: "xml" url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1" - path: "{job}/{build}/archives/{filename}" + path: "{job}/{build}/{filename}" file-name: "output_info.xml.gz" file-format: ".gz" enabled: True |