diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-05 21:51:44 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-05 21:51:44 +0200 |
commit | 699fa18cd2874291cd67d451f5af93825ebf9e87 (patch) | |
tree | 491775f7181ad787a3c4f5834cfe425d74fec1e0 | |
parent | 89d327f746f89266db7350475d5fd0d178d963ee (diff) | |
download | jenkins.debian.net-699fa18cd2874291cd67d451f5af93825ebf9e87.tar.xz |
reproducible: generate stats 6 times a day for now
-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:' |