diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-03-26 09:12:36 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-03-26 09:12:36 +0200 |
commit | aaa58d348c375f80e65dfdf62a679dd0cbac4411 (patch) | |
tree | 95961d5d6ae7f701296ae8c89ea6df6b37b83a7e /resources/tools/presentation/specification_CPTA.yaml | |
parent | 806d2bf874f34d80e92c700652f226359402b1e8 (diff) |
Add lastCompletedBuild option to the spec
Change-Id: I4432e626a7bc81be2cede56da6a3660450f09c01
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 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/resources/tools/presentation/specification_CPTA.yaml b/resources/tools/presentation/specification_CPTA.yaml index 8b5f59ed06..545751c270 100644 --- a/resources/tools/presentation/specification_CPTA.yaml +++ b/resources/tools/presentation/specification_CPTA.yaml @@ -75,11 +75,10 @@ type: "configuration" data-sets: -# TODO: Specify input data, this is only an example: plot-performance-trending: csit-vpp-perf-mrr-daily-master: start: 9 - end: "lastSuccessfulBuild" # take all from the 'start' + end: "lastCompletedBuild" # "lastSuccessfulBuild" # take all from the 'start' plot-layouts: plot-cpta: @@ -189,10 +188,7 @@ builds: csit-vpp-perf-mrr-daily-master: start: 9 - end: "lastSuccessfulBuild" # take all from the 'start' -# csit-vpp-perf-check-master: -# start: 22 -# end: 22 + end: "lastCompletedBuild" # take all from the 'start' - type: "output" |