Commit b09f9a89 authored by Holger Levsen's avatar Holger Levsen
Browse files

d-i overview: only run daily, not every hour

parent 9077d99a
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
builders: builders:
- shell: '/srv/jenkins/bin/d-i_overview.sh {arch}' - shell: '/srv/jenkins/bin/d-i_overview.sh {arch}'
triggers: triggers:
- timed: "0 * * * *" - timed: "0 6 * * *"
publishers: publishers:
- logparser: - logparser:
parse-rules: '/srv/jenkins/logparse/debian-installer.rules' parse-rules: '/srv/jenkins/logparse/debian-installer.rules'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment