X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fonap%2Fglobal-templates-onap-java.yaml;h=da068a144a64b9e65d2cdc81bf65383ec01478b5;hb=3b589c4455e7dbd2b585925b54ee3ae2ec045695;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..da068a14 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,10 +144,29 @@ !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 + node: xerces-cps-hw + + 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 - node: onap-ubuntu1804 + node: xerces-cps-hw disabled: '{obj:disabled_job_var}' concurrent: true @@ -191,6 +210,7 @@ name: SUBDIRECTORY default: '{subdirectory}' description: Subdirectory of the workspace for which the pom.xml will be called. This allows the verify to be called against a specific directory + scm: - git-scm: ssh-credentials-id: nordixinfra-nordix-gerrit-ssh @@ -224,7 +244,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'