summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-18 18:06:41 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-18 18:06:41 +0200
commit79152c7d54a8b559871aae928246cbecf5ea754b (patch)
treeb855de917305907c8c8b55c57e3e1c941f586631 /job-cfg
parent04fbc6b8df44eab6762af38b5976f55acdfd2039 (diff)
downloadjenkins.debian.net-79152c7d54a8b559871aae928246cbecf5ea754b.tar.xz
reproducible arch: add 2nd builder job
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/reproducible.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 0db37112..ad464278 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -659,6 +659,10 @@
name: '{name}_builder_arch_1'
- job-template:
+ defaults: reproducible_builder_trigger
+ name: '{name}_builder_arch_2'
+
+- job-template:
defaults: reproducible
name: '{name}_html_archlinux'
@@ -1323,6 +1327,13 @@
my_shell: '/srv/jenkins/bin/reproducible_build_arch_pkg.sh'
my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org'
my_node: ''
+ - '{name}_builder_arch_2':
+ my_description: 'Try to reproducibly build an Archlinux package.'
+ my_timed: '* * * * *'
+ my_trigger: 'reproducible_html_archlinux'
+ my_shell: '/srv/jenkins/bin/reproducible_build_arch_pkg.sh'
+ my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org'
+ my_node: ''
- '{name}_html_archlinux':
my_description: 'Build a simple webpage for Archlinux reproducibility tests'
my_timed: ''