From: halil.cakal Date: Tue, 25 Jun 2024 09:59:23 +0000 (+0100) Subject: Put cronjobs to run at the same time X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F21509%2F2;p=infra%2Fcicd.git Put cronjobs to run at the same time - the order of cronjobs will be like: - 0:00 run groovy tests - 0:00 run k6 tests - 0:31 run groovy plot - 0:31 run k6 plot - 1:00 run groovy tests - 1:00 run k6 tests Issue-ID: CPS-2244 Change-Id: I54ee6283e4fbc13df51c94d003205659adc55248 Signed-off-by: halil.cakal --- diff --git a/jjb/onap/cps/cps-performance-test-jobs.yaml b/jjb/onap/cps/cps-performance-test-jobs.yaml index 4c65fdfa..ade51909 100644 --- a/jjb/onap/cps/cps-performance-test-jobs.yaml +++ b/jjb/onap/cps/cps-performance-test-jobs.yaml @@ -54,8 +54,8 @@ project: cps project-name: cps - # run 30 minutes past every hour - timer: "30 * * * *" + # run every hour + timer: "0 * * * *" jobs: - 'onap-{project-name}-performance-test-k6' @@ -65,8 +65,8 @@ project: cps project-name: cps - # run 1 minutes past every hour - timer: "1 * * * *" + # run 31 minutes past every hour + timer: "31 * * * *" jobs: - 'onap-{project-name}-k6-performance-tests-plots' \ No newline at end of file