summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-10-28 11:31:18 +0200
committerHolger Levsen <holger@layer-acht.org>2016-10-28 11:31:18 +0200
commit4081f6eb3ca3dc3fb73a3ddc126a9d9c5d22eae6 (patch)
tree509cb691d761874ef1f24ebc470fc86177c3728f /job-cfg
parent2aeaeb13c44c7b4f1c23f5c2768f5173b504a57d (diff)
downloadjenkins.debian.net-4081f6eb3ca3dc3fb73a3ddc126a9d9c5d22eae6.tar.xz
reproducible Debian: run the scheduler only every 2h to reduce it's mail volume
Diffstat (limited to 'job-cfg')
-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 a43251c3..af425eee 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -469,7 +469,7 @@
my_task:
- 'scheduler':
my_description: 'Schedule packages to be tested for reproducibility.'
- my_timed: '55 * * * *'
+ my_timed: '55 */2 * * *'
my_shellext: ".py"
- 'html_dashboard':
my_description: 'Generate HTML dashboard with graphs for reproducible builds.'