Move timestamps for cron scheduler to the project.yaml

Move 'disabled' option to the project.yaml

Change-Id: I32a0aa37503a266e58dcdcb45a1dc6a93788c872
Related-Prod: #PROD-34955
diff --git a/jobs/templates/heat-cicd-pike-dvr-sl.yml b/jobs/templates/heat-cicd-pike-dvr-sl.yml
index b023fc1..5d02cdf 100644
--- a/jobs/templates/heat-cicd-pike-dvr-sl.yml
+++ b/jobs/templates/heat-cicd-pike-dvr-sl.yml
@@ -2,11 +2,12 @@
 - job-template:
     project-type: pipeline
     concurrent: true
-    disabled: true
     description: '{job-description}'
     name: heat-cicd-pike-dvr-sl
+    # 'disabled' and 'timed' option are defined in the project.yaml
+    disabled: '{obj:disabled}'
     triggers:
-       - timed: H(5-30) 22 * * 1-7
+    - timed: '{obj:trigger_time}'
     properties:
     - build-discarder:
         days-to-keep: 60