From 6b702fefafced2f5329d96fe00bd7d090add4f55 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Wed, 18 Jul 2018 10:32:17 -0700 Subject: [PATCH] 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 --- jjb/global-templates-python.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}' -- 2.16.6