diff options
author | Viliam Luc <vluc@cisco.com> | 2022-05-02 09:27:56 +0200 |
---|---|---|
committer | Viliam Luc <vluc@cisco.com> | 2022-05-02 09:34:18 +0200 |
commit | 2948af03c8240706b54c8f059423779f3de0877c (patch) | |
tree | 403f1a7bfdd946f87ed0fa9c59c505f1d2428bb0 /resources/tools/presentation/specifications/trending/data_sets.yaml | |
parent | 373375dbbc35bbcb5c5a3d4ab3342efc4870bb51 (diff) |
trending: fix failing trending job
3n-aws job was recently removed which caused trending jobs to fail.
For historical reason we keep 3n-aws in trending until 180 days
period pass.
Signed-off-by: Viliam Luc <vluc@cisco.com>
Change-Id: I7b59fc4b6f1b46bf910bc540cf37dd042df9c64a
Diffstat (limited to 'resources/tools/presentation/specifications/trending/data_sets.yaml')
-rw-r--r-- | resources/tools/presentation/specifications/trending/data_sets.yaml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/resources/tools/presentation/specifications/trending/data_sets.yaml b/resources/tools/presentation/specifications/trending/data_sets.yaml index 115edf78bd..a828f6d7f3 100644 --- a/resources/tools/presentation/specifications/trending/data_sets.yaml +++ b/resources/tools/presentation/specifications/trending/data_sets.yaml @@ -38,9 +38,6 @@ table-last-failed-tests-2n-dnv: csit-vpp-perf-mrr-daily-master-2n-dnv: - "lastCompletedBuild" - table-last-failed-tests-3n-aws: - csit-vpp-perf-mrr-weekly-master-3n-aws: - - "lastCompletedBuild" table-last-failed-tests-2n-aws: csit-vpp-perf-mrr-weekly-master-2n-aws: - "lastCompletedBuild" @@ -257,7 +254,7 @@ plot-performance-trending-vpp-3n-aws: csit-vpp-perf-mrr-weekly-master-3n-aws: start: 5 - end: "lastCompletedBuild" + end: 45 max-builds: 26 # 2n-aws |