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

reproducible Debian: run scheduler every 2h (instead of 3)



this job doesnt produce a mail per every job run anymore,
thus we can run it more often with 'no' extra costs...

Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent 8f21110b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -514,7 +514,7 @@
                - 'scheduler':
                    my_description: 'Schedule packages to be tested for reproducibility.'
                    # dinstall runs 1|7|13|19:52 UTC - see https://salsa.debian.org/ftp-team/dak/blob/master/config/debian/crontab
                    my_timed: '23 0,3,6,9,12,15,18,21 * * *'
                    my_timed: '23 H/2 * * *'
                    my_shellext: ".py"
                - 'html_dashboard':
                    my_description: 'Generate HTML dashboard with graphs for reproducible builds.'