diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-16 16:52:51 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-16 16:52:51 +0200 |
commit | 0a1dcc30bcc6b60d0fcbefcf7d947845da058514 (patch) | |
tree | 7ae4ecb6be79b6ab06a967d04eb86f0981299ef0 /job-cfg | |
parent | b00e46682a41257cb4646a62491d3c8ede6a9a42 (diff) | |
download | jenkins.debian.net-0a1dcc30bcc6b60d0fcbefcf7d947845da058514.tar.xz |
reproducible arch: create builder job for Archlinux (wip)
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index d0f7ea8a..e4f991b0 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -604,6 +604,10 @@ defaults: reproducible_other_projects name: '{name}_setup_schroot_arch' +- job-template: + defaults: reproducible_builder + name: '{name}_builder_arch_1' + - project: name: reproducible jobs: @@ -1258,4 +1262,10 @@ my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: 'profitbricks3' + - '{name}_builder_arch_1': + my_description: 'Try to reproducibly build an Archlinux package.' + my_timed: '42 23 1 1 *' + my_shell: '/srv/jenkins/bin/reproducible_build_arch_pkg.sh' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + my_node: '' |