diff options
-rw-r--r-- | job-cfg/reproducible.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 989c3eea..2f5e4fe1 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -42,9 +42,6 @@ parse-rules: '/srv/jenkins/logparse/reproducible.rules' unstable-on-warning: 'true' fail-on-error: 'true' - - trigger: - project: 'reproducible_stats' - threshold: 'UNSTABLE' - defaults: name: reproducible_setup @@ -75,6 +72,9 @@ publishers: - email: recipients: 'jenkins+debian-reproducible holger@layer-acht.org' + - trigger: + project: 'reproducible_stats' + threshold: 'UNSTABLE' - defaults: name: reproducible_stats @@ -140,7 +140,7 @@ my_shell: '/srv/jenkins/bin/reproducible_setup.sh' - '{name}_stats': my_description: 'Reproducible builds statistics' - my_timed: '0 0 * * *' + my_timed: '0 0,3,6,9,12,15,18,21 * * *' my_shell: '/srv/jenkins/bin/reproducible_stats.sh' - '{name}_build_random_packages': my_description: 'Reproducible build this many random packages each day:' |