summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2016-05-29 10:29:48 +0000
committerHolger Levsen <holger@layer-acht.org>2016-05-29 12:31:27 +0200
commit46137dbf81ea59b0e1d9dfcb3dc23b1c6a5ebd59 (patch)
treec6aa1cf7e2a85b2d0c8468fd3236417f850beb23
parent5ce08116656174f25fa55f94b4a386f3e386925e (diff)
downloadjenkins.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.yaml2
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.'