diff options
Diffstat (limited to 'job-cfg/reproducible.yaml')
-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' |