summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-17 19:00:38 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-17 19:00:38 +0100
commit96a486a48a58dc9312489858ed5292f4eda4b2a4 (patch)
treefb2f8477636a12c991f251851d054703414f61bd /job-cfg
parent5f8196405349e78bc3ec6025e58ba43c9566dc2f (diff)
downloadjenkins.debian.net-96a486a48a58dc9312489858ed5292f4eda4b2a4.tar.xz
reproducible rpms: use mock with --uniqeext to be able to run mock in parallel and add 2nd fedora-23 build job
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/reproducible.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 33a5e470..a4b7f596 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -541,6 +541,12 @@
my_num: 1
op_descname: 'a Fedora 23'
my_shell: '/srv/jenkins/bin/reproducible_build_rpm.sh fedora-23 x86_64'
+ - 'fedora-23_x86_64':
+ my_num: 2
+ op_descname: 'a Fedora 23'
+ my_shell: '/srv/jenkins/bin/reproducible_build_rpm.sh fedora-23 x86_64'
+ # when you add another fedora builder here
+ # the loop in bin/reproducible_setup_mock.sh needs to be increased too
my_description: 'Try to reproducibly build {op_descname} package.'
my_shell: '/srv/jenkins/bin/reproducible_build_{otherproject}_pkg.sh'
my_timed: '* * * * *'