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

reproducible: only create pkg set pages every 4h, the job runs 30min (and could run in 30s)

parent 1445f8f8
...@@ -358,7 +358,7 @@ ...@@ -358,7 +358,7 @@
my_timed: '*/5 * * * *' my_timed: '*/5 * * * *'
- 'html_pkg_sets': - 'html_pkg_sets':
my_description: 'Generate HTML results (package sets with graphs) for reproducible builds.' my_description: 'Generate HTML results (package sets with graphs) for reproducible builds.'
my_timed: '0 * * * *' my_timed: '0 */4 * * *'
- 'html_indexes': - 'html_indexes':
my_description: 'Generate HTML results (indexes) for reproducible builds.' my_description: 'Generate HTML results (indexes) for reproducible builds.'
my_timed: '*/15 * * * *' my_timed: '*/15 * * * *'
......
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