Change the timer

- set the job to run at 0:00 once per day

Issue-ID: CPS-2465

Change-Id: I29342bf3de0235fa2864b21da33ebadf3f681412
Signed-off-by: halil.cakal <halil.cakal@est.tech>
diff --git a/jjb/onap/cps/cps-performance-test-jobs.yaml b/jjb/onap/cps/cps-performance-test-jobs.yaml
index 4b90bda..a33adda 100644
--- a/jjb/onap/cps/cps-performance-test-jobs.yaml
+++ b/jjb/onap/cps/cps-performance-test-jobs.yaml
@@ -76,8 +76,8 @@
       project: cps
       project-name: cps
 
-      # run every 3 hour(s)
-      timer: "0 0/3 * * *"
+      # run at 0:00 every day
+      timer: "0 0 * * *"
 
       jobs:
           - 'onap-{project-name}-endurance-test'