diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-17 22:49:24 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-17 23:13:17 +0200 |
commit | bd9abd7caae22a81fb7dcd8d708c58d305200905 (patch) | |
tree | c8b2e34d46c8a8832cdbfdcfb377c605631b7f60 | |
parent | 83c397b7e5178eca9c4ad1e6d9856ceef284af55 (diff) | |
download | jenkins.debian.net-bd9abd7caae22a81fb7dcd8d708c58d305200905.tar.xz |
reproducible: run html jobs more often now that they run shorter
-rw-r--r-- | job-cfg/reproducible.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 121285eb..1b830a2a 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -117,19 +117,19 @@ jobs: - '{name}_setup': my_description: 'Setup pbuilder for reproducible builds as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' - my_timed: '42 0 * * *' + my_timed: '23 0 * * *' my_shell: '/srv/jenkins/bin/reproducible_setup.sh' - '{name}_html_indexes': my_description: 'Generates HTML results (indexes) for reproducible builds.' - my_timed: '0 3,6,9,12,15,18,21 * * *' + my_timed: '59 */2 * * *' my_shell: '/srv/jenkins/bin/reproducible_html_indexes.sh' - '{name}_html_graphs': my_description: 'Generates HTML results (stats with graphs) for reproducible builds.' - my_timed: '0 0 * * *' + my_timed: '0 * * * *' my_shell: '/srv/jenkins/bin/reproducible_html_graphs.sh' - '{name}_html_dd_list': my_description: 'Generates HTML results (dd-list) for reproducible builds.' - my_timed: '53 23 * * *' + my_timed: '55 23 * * *' my_shell: '/srv/jenkins/bin/reproducible_html_dd_list.sh' - '{name}_html_notes': my_description: 'Generates HTML results (notes) for reproducible builds, triggered by changes to the notes.git repository.' @@ -149,6 +149,6 @@ my_shell: '/srv/jenkins/bin/reproducible_build.sh' - '{name}_scheduler': my_description: 'Schedule packages to be tested on reproducible building.' - my_timed: '55 * * * *' + my_timed: '42 * * * *' my_shell: '/srv/jenkins/bin/reproducible_scheduler.sh' |