summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-09 15:38:34 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-09 15:38:34 +0200
commit099864692060c59be057c6352c0408b325c511fe (patch)
tree5b96ac6aa16c5d99d7cdd6427e19d221e605ab77
parentd59690bcecfdf97111b91b4fad8017b2b2efcf16 (diff)
downloadjenkins.debian.net-099864692060c59be057c6352c0408b325c511fe.tar.xz
reproducible: rename breakages to html_breakages for consistancy
-rwxr-xr-xbin/reproducible_html_breakages.py (renamed from bin/reproducible_breakages.py)0
-rw-r--r--job-cfg/reproducible.yaml20
2 files changed, 10 insertions, 10 deletions
diff --git a/bin/reproducible_breakages.py b/bin/reproducible_html_breakages.py
index 4cbfa70b..4cbfa70b 100755
--- a/bin/reproducible_breakages.py
+++ b/bin/reproducible_html_breakages.py
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index d241415d..d42cf776 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -346,19 +346,19 @@
- job-template:
defaults: reproducible
- name: '{name}_create_meta_pkg_sets'
+ name: '{name}_html_breakages'
- job-template:
defaults: reproducible
- name: '{name}_nodes_info'
+ name: '{name}_create_meta_pkg_sets'
- job-template:
defaults: reproducible
- name: '{name}_json'
+ name: '{name}_nodes_info'
- job-template:
defaults: reproducible
- name: '{name}_breakages'
+ name: '{name}_json'
- job-template:
defaults: reproducible_builder
@@ -732,6 +732,12 @@
my_shell: '/srv/jenkins/bin/reproducible_html_repository_comparison.sh'
my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org'
my_node: ''
+ - '{name}_html_breakages':
+ my_description: 'Generate an HTML page with CI issues (packages with incoherent status or files that should or should not be there).'
+ my_timed: '30 0 * * *'
+ my_shell: '/srv/jenkins/bin/reproducible_html_breakages.py'
+ my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org'
+ my_node: ''
- '{name}_json':
my_description: 'Generate https://reproducible.debian.net/userContent/reproducible.json for consumption by tracker.debian.org.'
my_timed: '1 * * * *'
@@ -750,12 +756,6 @@
my_shell: '/srv/jenkins/bin/reproducible_nodes_info.sh'
my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org'
my_node: ''
- - '{name}_breakages':
- my_description: 'Generate an HTML page with CI issues (packages with incoherent status or files that should or should not be there).'
- my_timed: '30 0 * * *'
- my_shell: '/srv/jenkins/bin/reproducible_breakages.py'
- my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org'
- my_node: ''
- '{name}_builder_alpha':
my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.'
my_timed: 'H/2 * * * *'