Set performance job to run once in a day
[infra/cicd.git] / jjb / onap / global-templates-onap-java.yaml
index bede66704433f34ad8b8f44b558de66b1de86b4b..da068a144a64b9e65d2cdc81bf65383ec01478b5 100644 (file)
 - job-template:
     name: 'onap-{project-name}-performance-tests-plots'
     disabled_job_var: false
+    node: xerces-cps-hw
+
+    triggers:
+      - timed: '{timer}'
 
     builders:
       - shell:
 - 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
           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
       - shell:
           !include-raw-escape: ./verify-jobs.sh
 
-    publishers:
-      - trigger:
-          project: 'onap-cps-performance-tests-plots'
-
 # csits for diferent projects are different so need to have special handling
 - job-template:
     name: 'onap-policy-docker-{stream}-csit-java'