diff options
-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' } |