Run testsuite docker build every 4 hours 71/56771/1
authorGary Wu <gary.i.wu@huawei.com>
Wed, 18 Jul 2018 17:32:17 +0000 (10:32 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 18 Jul 2018 17:32:17 +0000 (10:32 -0700)
Run testsuite docker build every 4 hours for now
to prevent the instance from shutting down.

Change-Id: Ic8af14fca0bf5573dc7d3b1e0c79f62c86b327bd
Issue-ID: INT-588
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
jjb/global-templates-python.yaml

index 98312bb..88aef7a 100644 (file)
           build-timeout: '{build-timeout}'
 
     triggers:
-      - timed: '@daily'
+      - timed: 'H */4 * * *'
       - gerrit-trigger-release-manually:
           server: '{server-name}'
           project: '{project}'