diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-03-11 13:20:35 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-03-11 13:20:35 +0100 |
commit | 1e97f27bd3eae8fb65562506276be8bce7ccaa78 (patch) | |
tree | 760eccfcc5c13b664822981cb7f43a08e4628323 /resources/tools/presentation/specifications/report/elements.yaml | |
parent | 26ae09f8f62782c33e00f6d4bbc3abd8faa34a6e (diff) |
Report: Add data
Change-Id: Ia4deab78f6e37207597df77709aae7dc01c53245
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/specifications/report/elements.yaml')
-rw-r--r-- | resources/tools/presentation/specifications/report/elements.yaml | 48 |
1 files changed, 41 insertions, 7 deletions
diff --git a/resources/tools/presentation/specifications/report/elements.yaml b/resources/tools/presentation/specifications/report/elements.yaml index 7db1cd0fe4..268a723a6f 100644 --- a/resources/tools/presentation/specifications/report/elements.yaml +++ b/resources/tools/presentation/specifications/report/elements.yaml @@ -27,13 +27,47 @@ - job-spec: "dpdk-mlr-00" data-set: "dpdk-2n-icx-curr-iter" -# - type: "table" -# title: "Job Specification Duration: 2n-icx-coverage" -# algorithm: "table_job_spec_duration" -# output-file: "{DIR[STATIC,VPP]}/job-spec-duration-2n-icx-cov" -# jb-type: "coverage" -# data: "vpp-2n-icx-curr-cov" -# lines: +- type: "table" + title: "Job Specification Duration: 2n-icx-coverage" + algorithm: "table_job_spec_duration" + output-file: "{DIR[STATIC,VPP]}/job-spec-duration-2n-icx-cov" + jb-type: "coverage" + data: "vpp-2n-icx-curr-cov" + lines: + - job-spec: "gso-00" + build: "1" + - job-spec: "ip4-00" + build: "2" + - job-spec: "ip4-01" + build: "3" + - job-spec: "ip4-02" + build: "4" + - job-spec: "ip4-03" + build: "5" + - job-spec: "ip4-04" + build: "6" + - job-spec: "ip4-05" + build: "7" + - job-spec: "ip4-06" + build: "8" + # - job-spec: "ip4-07" + # build: "9" + - job-spec: "ip4tun-00" + build: "10" + - job-spec: "ip6-00" + build: "11" + - job-spec: "ip6-01" + build: "12" + - job-spec: "l2-00" + build: "13" + # - job-spec: "l2-01" + # build: "14" + - job-spec: "lb-00" + build: "15" + - job-spec: "memif-00" + build: "16" + - job-spec: "vhost-00" + build: "17" - type: "table" title: "Job Specification Duration: 3n-icx-iterative" |