Skip to content
Snippets Groups Projects
Commit a62a0f70 authored by Holger Levsen's avatar Holger Levsen
Browse files

jenkins monitoring: run system and node health checks less frequently

parent fd0539ea
No related branches found
No related tags found
No related merge requests found
......@@ -291,7 +291,7 @@
my_task:
- 'node_health_check':
my_description: 'Do some health checks.'
my_timed: 'H/20 * * * *'
my_timed: 'H/30 * * * *'
my_recipients: ''
my_timeout: '15'
my_shell: '/srv/jenkins/bin/reproducible_node_health_check.sh'
......@@ -350,7 +350,7 @@
my_task:
- 'node_health_check':
my_description: 'Do some health checks'
my_timed: 'H/15 * * * *'
my_timed: 'H/30 * * * *'
my_recipients: ''
my_timeout: '15'
my_hname:
......@@ -510,7 +510,7 @@
my_shellext: ".py"
- 'system_health':
my_description: 'calculate overall tests.r-b.o system health for usage with https://github.com/jelly/reproduciblebuilds-display/'
my_timed: 'H/15 * * * *'
my_timed: 'H/59 * * * *'
- 'html_dashboard':
my_description: 'Generate HTML dashboard with graphs for reproducible builds.'
my_timed: '1 * * * *'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment