diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-01-23 15:15:29 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-01-23 15:15:29 +0100 |
commit | 12be33ea27a05e65aeb0302232c6a991483c54f6 (patch) | |
tree | f6b07c10ec4ed200a138a3264b5dafff8a11eb3c | |
parent | 60e1ba7c414b25995e66dd4426de60826da10b05 (diff) | |
download | jenkins.debian.net-12be33ea27a05e65aeb0302232c6a991483c54f6.tar.xz |
reproducible Debian: run scheduler 3 times a day, 2.5h after dinstall runs
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r-- | job-cfg/reproducible.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 5f781ced..15a70f54 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -468,7 +468,8 @@ my_task: - 'scheduler': my_description: 'Schedule packages to be tested for reproducibility.' - my_timed: '55 */3 * * *' + # dinstall runs 1|7|13|19:52 UTC - see https://anonscm.debian.org/git/mirror/dak.git/tree/config/debian/crontab + my_timed: '23 3,9,15,21 * * *' my_shellext: ".py" - 'html_dashboard': my_description: 'Generate HTML dashboard with graphs for reproducible builds.' |