From e7b3a922cfda123df2a0610a0efdcd011ff4f085 Mon Sep 17 00:00:00 2001 From: "halil.cakal" Date: Wed, 10 Apr 2024 09:12:52 +0100 Subject: [PATCH] Set cronjob at a regular interval of 30 minutes to run - we want to collect perf. statistics of cps every 30 mins Issue-ID: CPS-2162 Change-Id: I5f4687d3a15c10275817147bb44a254b208342d8 Signed-off-by: halil.cakal --- jjb/onap/cps/cps-performance-test-jobs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/onap/cps/cps-performance-test-jobs.yaml b/jjb/onap/cps/cps-performance-test-jobs.yaml index 60ddfb30..4486e942 100644 --- a/jjb/onap/cps/cps-performance-test-jobs.yaml +++ b/jjb/onap/cps/cps-performance-test-jobs.yaml @@ -1,7 +1,7 @@ --- # # ============LICENSE_START======================================================= -# Copyright (C) 2023 Nordix Foundation. +# Copyright (C) 2023-2024 Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ name: cps-performance-test project: cps project-name: cps - timer: "* 0 * * *" + timer: "*/30 * * * *" mvn_params: "-P include-performance" stream: -- 2.25.1