diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-06-13 00:41:13 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-13 00:41:13 +0200 |
commit | e21898ad2379505d70db08f8f8e8991d84fc9668 (patch) | |
tree | d0318246f1f307fb6ff2989a020f19718a765ccf /job-cfg | |
parent | c068756005c8f639917cb7bd302b66f47053da58 (diff) | |
download | jenkins.debian.net-e21898ad2379505d70db08f8f8e8991d84fc9668.tar.xz |
reproducible Debian: check node health every 15min
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 38330b21..d8f15885 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -261,7 +261,7 @@ my_task: - 'node_health_check': my_description: 'Do some health checks.' - my_timed: '3 * * * *' + my_timed: 'H/15 * * * *' my_shell: '/srv/jenkins/bin/reproducible_node_health_check.sh' my_hname: - 'jenkins': { my_arch: 'amd64' } @@ -323,7 +323,7 @@ my_task: - 'node_health_check': my_description: 'Do some health checks' - my_timed: '3 * * * *' + my_timed: 'H/15 * * * *' my_hname: - 'bbx15': { my_arch: 'armhf' } - 'bpi0': { my_arch: 'armhf' } |