diff options
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 8bc2c482..fc8e0b7f 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -189,6 +189,10 @@ name: '{name}_json' - job-template: + defaults: reproducible + name: '{name}_breakages' + +- job-template: defaults: reproducible_builder name: '{name}_builder_alpha' @@ -310,6 +314,11 @@ my_timed: '0 6 * * H/3' my_shell: '/srv/jenkins/bin/reproducible_create_meta_pkg_sets.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + - '{name}_breakages': + my_description: 'Generate an HTML page full with CI issues (packages with incoherent status or files that should not be there)' + my_timed: '1 0 * * *' + my_shell: '/srv/jenkins/bin/reproducible_breakages.py' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' - '{name}_builder_alpha': my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.' my_timed: 'H/2 * * * *' |