diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-21 00:17:28 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-21 00:17:28 +0100 |
commit | dc7ef74b13d555da6a4090827d725b8b57c3368f (patch) | |
tree | c4667b7f56c54059ada250e0b65c8edfb47f03bd | |
parent | 1445f8f82b2e644e08a2d64f3092dd622ac3acf3 (diff) | |
download | jenkins.debian.net-dc7ef74b13d555da6a4090827d725b8b57c3368f.tar.xz |
reproducible: only create pkg set pages every 4h, the job runs 30min (and could run in 30s)
-rw-r--r-- | job-cfg/reproducible.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 97df6066..2b7d7c0c 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -358,7 +358,7 @@ my_timed: '*/5 * * * *' - 'html_pkg_sets': my_description: 'Generate HTML results (package sets with graphs) for reproducible builds.' - my_timed: '0 * * * *' + my_timed: '0 */4 * * *' - 'html_indexes': my_description: 'Generate HTML results (indexes) for reproducible builds.' my_timed: '*/15 * * * *' |