diff options
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 12 |
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: '' |