X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fonap%2Fcps%2Fcps-performance-test-jobs.yaml;h=06d76a707ff9f719de164b8b0b1f7c065efc57e8;hb=a06137a59e3098c35c036037faec9326d0fb9667;hp=d08f4f8e36ee3454774e4c4a1eab60a6e980b01e;hpb=9e42d677e7211162c3762ae3f08e2ad899ce8cba;p=infra%2Fcicd.git diff --git a/jjb/onap/cps/cps-performance-test-jobs.yaml b/jjb/onap/cps/cps-performance-test-jobs.yaml index d08f4f8e..06d76a70 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,13 +24,22 @@ name: cps-performance-test project: cps project-name: cps - timer: "15 2 * * *" + timer: "0 */2 * * *" mvn_params: "-P include-performance" stream: - 'master': branch: '{stream}' - jdk-version: java-11 + jdk-version: java-17 jobs: - 'onap-{project-name}-{stream}-performance-test-java' + +- project: + name: cps-tests-plots + project: cps + project-name: cps + timer: "0 1-23/2 * * *" + + jobs: + - 'onap-{project-name}-performance-tests-plots'