diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-02 14:02:16 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-02 14:02:16 +0100 |
commit | da1b4b0065f7baa8823a85d2daed1f98a2284f72 (patch) | |
tree | 65094ba6f9b9b8c24f8e0463f6eff762ea0c35a4 /job-cfg | |
parent | a9ff993ace8fb08a5f7e8151b2cc974322d87a8c (diff) | |
download | jenkins.debian.net-da1b4b0065f7baa8823a85d2daed1f98a2284f72.tar.xz |
reproducible Debian: only run the automatic scheduler every 3h (instead of 2h)
Diffstat (limited to 'job-cfg')
-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 3962ea23..f5b8e316 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 */2 * * *' + my_timed: '55 */3 * * *' my_shellext: ".py" - 'html_dashboard': my_description: 'Generate HTML dashboard with graphs for reproducible builds.' |