summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-12 15:14:41 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-12 15:14:41 +0100
commit479994716818ed357ae1a5788aa2a2b6b712052f (patch)
tree06fa9be57093edeadd717bc33a997adbaaa1be60 /job-cfg
parentfd8795ccbd30bede024e812cc2a8097310a5aadd (diff)
downloadjenkins.debian.net-479994716818ed357ae1a5788aa2a2b6b712052f.tar.xz
reproducible fedora rpms: add job to build overview webpage for Fedora 23
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/reproducible.yaml12
1 files changed, 11 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 2d518821..66d8b83f 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -781,6 +781,10 @@
defaults: reproducible
name: '{name}_html_archlinux'
+- job-template:
+ defaults: reproducible
+ name: '{name}_html_fedora-23_x86_64'
+
- project:
name: reproducible
jobs:
@@ -1562,7 +1566,7 @@
- '{name}_builder_fedora-23_x86_64_1':
my_description: 'Try to reproducibly build a Fedora 23 package.'
my_timed: '* * * * *'
- my_trigger: ''
+ my_trigger: 'reproducible_html_fedora-23_x86_64'
my_shell: '/srv/jenkins/bin/reproducible_build_rpm.sh fedora-23 x86_64'
my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org'
my_node: ''
@@ -1572,4 +1576,10 @@
my_shell: '/srv/jenkins/bin/reproducible_html_archlinux.sh'
my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org'
my_node: ''
+ - '{name}_html_fedora-23_x86_64':
+ my_description: 'Build a simple webpage for Fedora 23 reproducibility tests'
+ my_timed: ''
+ my_shell: '/srv/jenkins/bin/reproducible_html_rpms.sh fedora-23 x86_64'
+ my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org'
+ my_node: ''