summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-19 13:13:51 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-19 13:13:51 +0200
commit8a696af181a5526d4ae6ead1a13a9c5dc98f97ae (patch)
tree9946ec1690c0f9c18510838f270a9c039087a448 /job-cfg/reproducible.yaml
parent0a07c28f0ae8e834db60ffeff761a9571f633e5a (diff)
downloadjenkins.debian.net-8a696af181a5526d4ae6ead1a13a9c5dc98f97ae.tar.xz
reproducible Debian: only update indexes and pkg_sets every 30min as the jobs almost run for 15min
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r--job-cfg/reproducible.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index d2b96ffb..98f808c9 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -498,11 +498,11 @@
my_timed: '*/10 * * * *'
- 'html_pkg_sets':
my_description: 'Generate HTML results (package sets with graphs) for reproducible builds.'
- my_timed: '*/15 * * * *'
+ my_timed: '*/30 * * * *'
my_shellext: ".py"
- 'html_indexes':
my_description: 'Generate HTML results (indexes) for reproducible builds.'
- my_timed: '*/15 * * * *'
+ my_timed: '*/30 * * * *'
my_shellext: ".py"
- 'html_dd_list':
my_description: 'Generate HTML results (dd-list) for reproducible builds.'