X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fonap%2Fglobal-templates-onap-java.yaml;h=6767a978bafd5b24f2b586a8560840b052c6138f;hb=4d5ab9a32200546accd11be254760000902e3fd9;hp=8902f57adb815d8da52427b0394cecf08068fa32;hpb=3a9f12f976423277e04a94686a1321ae1d5d5f3a;p=infra%2Fcicd.git diff --git a/jjb/onap/global-templates-onap-java.yaml b/jjb/onap/global-templates-onap-java.yaml index 8902f57a..6767a978 100644 --- a/jjb/onap/global-templates-onap-java.yaml +++ b/jjb/onap/global-templates-onap-java.yaml @@ -68,7 +68,7 @@ - shell: !include-raw-escape: ./verify-jobs.sh -# A job to perform CSIT on policy components +# A job to perform CSIT on policy components - job-template: name: 'onap-{project-name}-{stream}-policy-csit-verify-java' disabled_job_var: false @@ -115,7 +115,7 @@ - string: name: CSIT_NAME default: '{csit-name}' - description: The name of the csit-test to run + description: The name of the csit-test to run - string: name: SUBDIRECTORY default: '{subdirectory}' @@ -144,6 +144,24 @@ !include-raw-escape: ./verify-jobs.sh - shell: !include-raw-escape: ./verify-policy-csit.sh + +- job-template: + name: 'onap-{project-name}-performance-tests-plots' + disabled_job_var: false + + triggers: + - timed: '{timer}' + + builders: + - shell: + !include-raw-escape: ./cps/prepare-performance-tests-data.sh + + publishers: + - html-publisher: + name: "Performance Review" + dir: "." + files: "index.html,createOperation.html,readOperation.html,updateOperation.html,deleteOperation.html" + - job-template: name: 'onap-{project-name}-{stream}-performance-test-java' disabled_job_var: false @@ -224,7 +242,6 @@ - shell: !include-raw-escape: ./verify-jobs.sh - # csits for diferent projects are different so need to have special handling - job-template: name: 'onap-policy-docker-{stream}-csit-java'