Remove invalid Timed trigger from Bifrost Jobs 05/35605/3
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 1 Jun 2017 00:08:41 +0000 (17:08 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Wed, 28 Jun 2017 18:02:48 +0000 (11:02 -0700)
A disabled trigger is set to the empty string, not prefixed with a
comment character.

Change-Id: I0b29857f0907f33bb0fb8156bb6db84113f1479d
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
jjb/xci/bifrost-periodic-jobs.yml
jjb/xci/osa-periodic-jobs.yml

index 3e9ff67..9773cfd 100644 (file)
     # trigger is disabled until we know which jobs we will have
     # and adjust stuff accordingly
     triggers:
-        - timed: '#@midnight'
+        - timed: ''  # '@midnight'
 
     builders:
         - description-setter:
index 56a4b18..722b077 100644 (file)
     # trigger is disabled until we know which jobs we will have
     # and adjust stuff accordingly
     triggers:
-        - timed: '#@midnight'
+        - timed: ''  # '@midnight'
 
     builders:
         - description-setter: