diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-07-18 10:32:17 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-07-18 10:32:17 -0700 |
commit | 6b702fefafced2f5329d96fe00bd7d090add4f55 (patch) | |
tree | 20fbb4e0df7511387766c5820e3f937f4e6fcd10 /jjb | |
parent | bd1eb46f90da44b7b6a29312114fe76fcc11db58 (diff) |
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 <gary.i.wu@huawei.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/global-templates-python.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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}' |