diff options
author | Mattia Rizzolo <mattia@debian.org> | 2016-05-29 10:29:48 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-29 12:31:27 +0200 |
commit | 46137dbf81ea59b0e1d9dfcb3dc23b1c6a5ebd59 (patch) | |
tree | c6aa1cf7e2a85b2d0c8468fd3236417f850beb23 | |
parent | 5ce08116656174f25fa55f94b4a386f3e386925e (diff) | |
download | jenkins.debian.net-46137dbf81ea59b0e1d9dfcb3dc23b1c6a5ebd59.tar.xz |
reproducible debian: run the scheduler 10 minutes before the maintenance job instead of after, so we can quickly properly delete files of removed packages
-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 a3c9faba..b50b87ac 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -411,7 +411,7 @@ my_task: - 'scheduler': my_description: 'Schedule packages to be tested for reproducibility.' - my_timed: '10 * * * *' + my_timed: '55 * * * *' my_shellext: ".py" - 'html_dashboard': my_description: 'Generate HTML dashboard with graphs for reproducible builds.' |