summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r--job-cfg/reproducible.yaml20
1 files changed, 10 insertions, 10 deletions
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 * * * *'