diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-02-26 03:02:27 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-26 17:13:54 +0100 |
commit | 5307bd19abf0f36a66fa48a51dea88a27e40d100 (patch) | |
tree | 83deb8efb11d326597041c7586f1e98ef53af0f4 /job-cfg | |
parent | f8f2b84974aa678a74a7587657474b10b63b1a90 (diff) | |
download | jenkins.debian.net-5307bd19abf0f36a66fa48a51dea88a27e40d100.tar.xz |
reproducible: scheduler: rewrite in python. + use the new database schema supporting multi-release + add myself to the notified people in case of failure
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index bcdf71f8..38965606 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -207,8 +207,8 @@ - '{name}_scheduler': my_description: 'Schedule packages to be tested for reproducibility.' my_timed: '42 * * * *' - my_shell: '/srv/jenkins/bin/reproducible_scheduler.sh' - my_recipients: 'holger@layer-acht.org' + my_shell: '/srv/jenkins/bin/reproducible_scheduler.py' + my_recipients: 'holger@layer-acht.org mattia@mapreri.org' - '{name}_html_graphs': my_description: 'Generate HTML results (stats with graphs) for reproducible builds.' my_timed: '0 * * * *' |