Enable trigger timers
Change-Id: I3f7f1a1eb0232498921675ecd4a1f3a50b21c432
diff --git a/jjb/OnosSystemTest/onos-test-freestyle.yaml b/jjb/OnosSystemTest/onos-test-freestyle.yaml
index a7a9328..26391aa 100644
--- a/jjb/OnosSystemTest/onos-test-freestyle.yaml
+++ b/jjb/OnosSystemTest/onos-test-freestyle.yaml
@@ -103,8 +103,8 @@
node: 'TestStation-VMs'
-# triggers:
-# - timed: '01 08 1,15 * *'
+ triggers:
+ - timed: '01 08 1,15 * *'
builders:
- shell: !include-raw-escape: vm-bm-clean-up.sh
@@ -136,8 +136,8 @@
node: 'TestStation-BMs'
-# triggers:
-# - timed: '01 08 1 * *'
+ triggers:
+ - timed: '01 08 1 * *'
builders:
@@ -171,8 +171,8 @@
node: 'TestStation-CHOs'
-# triggers:
-# - timed: '@daily'
+ triggers:
+ - timed: '@daily'
builders:
- shell: !include-raw-escape: cho-clean-up.sh
@@ -450,8 +450,8 @@
lftools-version: '{lftools-version}'
node: 'TestStation-CHOs'
-# triggers:
-# - timed: 'H/60 * * * *'
+ triggers:
+ - timed: 'H/60 * * * *'
wrappers:
- inject:
properties-file: '/var/lib/jenkins/TestONOS.property'
diff --git a/jjb/OnosSystemTest/onos-test-pipeline.yaml b/jjb/OnosSystemTest/onos-test-pipeline.yaml
index 9b29fb8..45f0edc 100644
--- a/jjb/OnosSystemTest/onos-test-pipeline.yaml
+++ b/jjb/OnosSystemTest/onos-test-pipeline.yaml
@@ -115,10 +115,10 @@
concurrent: false
-# triggers:
-# - timed: |
-# 30 19 * * 1,2,3,4,5
-# 30 11 * * 6,7
+ triggers:
+ - timed: |
+ 30 19 * * 1,2,3,4,5
+ 30 11 * * 6,7
pipeline-scm:
script-path: '{jenkins-path}/JenkinsfileTrigger'