summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-13 00:41:13 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-13 00:41:13 +0200
commite21898ad2379505d70db08f8f8e8991d84fc9668 (patch)
treed0318246f1f307fb6ff2989a020f19718a765ccf /job-cfg/reproducible.yaml
parentc068756005c8f639917cb7bd302b66f47053da58 (diff)
downloadjenkins.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/reproducible.yaml')
-rw-r--r--job-cfg/reproducible.yaml4
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' }