From: Gary Wu Date: Wed, 18 Jul 2018 17:32:17 +0000 (-0700) Subject: Run testsuite docker build every 4 hours X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6b702fefafced2f5329d96fe00bd7d090add4f55;p=ci-management.git Run testsuite docker build every 4 hours 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 --- diff --git a/jjb/global-templates-python.yaml b/jjb/global-templates-python.yaml index 98312bb55..88aef7aeb 100644 --- a/jjb/global-templates-python.yaml +++ b/jjb/global-templates-python.yaml @@ -192,7 +192,7 @@ build-timeout: '{build-timeout}' triggers: - - timed: '@daily' + - timed: 'H */4 * * *' - gerrit-trigger-release-manually: server: '{server-name}' project: '{project}'