From e21898ad2379505d70db08f8f8e8991d84fc9668 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 13 Jun 2017 00:41:13 +0200 Subject: reproducible Debian: check node health every 15min Signed-off-by: Holger Levsen --- job-cfg/reproducible.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'job-cfg/reproducible.yaml') 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' } -- cgit v1.2.3-54-g00ecf