Revert cps test server back to physical 61/20861/2
authorhalil.cakal <halil.cakal@est.tech>
Mon, 8 Apr 2024 15:42:41 +0000 (16:42 +0100)
committerhalil.cakal <halil.cakal@est.tech>
Mon, 8 Apr 2024 15:51:18 +0000 (16:51 +0100)
- Change timer to run the performance job
  every hour

Issue-ID: CPS-2162

Change-Id: I87025542c77cd907354f4d3d385297764b87a34e
Signed-off-by: halil.cakal <halil.cakal@est.tech>
jjb/onap/cps/cps-performance-test-jobs.yaml
jjb/onap/global-templates-onap-java.yaml

index ecbdd3c03aa60ba1f01252ccfe5b845cd57ab3ff..60ddfb3066f152aa3045594e66d9354902214837 100644 (file)
@@ -24,7 +24,7 @@
     name: cps-performance-test
     project: cps
     project-name: cps
-    timer: "15 2 * * *"
+    timer: "* 0 * * *"
     mvn_params: "-P include-performance"
 
     stream:
index 11b7a9588877930ef1009426a856748783196c7a..da068a144a64b9e65d2cdc81bf65383ec01478b5 100644 (file)
 - job-template:
     name: 'onap-{project-name}-performance-tests-plots'
     disabled_job_var: false
-    node: onap-ubuntu1804
+    node: xerces-cps-hw
 
     triggers:
       - timed: '{timer}'
 - 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