From 8a696af181a5526d4ae6ead1a13a9c5dc98f97ae Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 19 Jun 2017 13:13:51 +0200 Subject: reproducible Debian: only update indexes and pkg_sets every 30min as the jobs almost run for 15min Signed-off-by: Holger Levsen --- job-cfg/reproducible.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'job-cfg/reproducible.yaml') 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.' -- cgit v1.2.3-54-g00ecf