Reset the trigger time of Apex danube job on huawei-pod4 99/42499/1
authorxudan <xudan16@huawei.com>
Wed, 20 Sep 2017 09:30:21 +0000 (05:30 -0400)
committerxudan <xudan16@huawei.com>
Wed, 20 Sep 2017 09:30:21 +0000 (05:30 -0400)
The old time is "0 12 * * *", need to set it to "0 1 * * *".

Change-Id: Id568dcb638202612ef8d7a9464d71952a95bffe8
Signed-off-by: xudan <xudan16@huawei.com>
jjb/apex/apex.yml
jjb/apex/apex.yml.j2

index 4162c9e..bed67f4 100644 (file)
                 - 'apex-run.*'
 
     triggers:
-        - timed: '0 12 * * *'
+        - timed: '0 1 * * *'
 
     builders:
         - description-setter:
index a8fc70f..3c36e8f 100644 (file)
                 - 'apex-run.*'
 
     triggers:
-        - timed: '0 12 * * *'
+        - timed: '0 1 * * *'
 
     builders:
         - description-setter: