diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-10 13:01:36 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-10 13:01:36 +0100 |
commit | e247e1d23f2241f048a55b670e9243cbc6915056 (patch) | |
tree | 664be5b88ab0d2c7c5d5c61a40f3b9441e7352c3 | |
parent | 85b9368b6f577970f2efc90d730cd2f55dc6ff8a (diff) | |
download | jenkins.debian.net-e247e1d23f2241f048a55b670e9243cbc6915056.tar.xz |
reproducible archlinux: create a new job to create an archlinux build schroot on jenkins too (because the choose_package() needs it on this host)
-rw-r--r-- | job-cfg/reproducible.yaml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 8888cf1b..ba88f711 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -755,7 +755,11 @@ - job-template: defaults: reproducible_other_projects - name: '{name}_setup_schroot_archlinux' + name: '{name}_setup_schroot_archlinux_jenkins' + +- job-template: + defaults: reproducible_other_projects + name: '{name}_setup_schroot_archlinux_profitbricks3' - job-template: defaults: reproducible_other_projects @@ -1519,7 +1523,13 @@ my_shell: '/srv/jenkins/bin/reproducible_freebsd.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' - - '{name}_setup_schroot_archlinux': + - '{name}_setup_schroot_archlinux_jenkins': + my_description: 'Setup an Arch Linux schroot to test Arch Linux packages for reproducibility.' + my_timed: '42 23 1 1 *' + my_shell: '/srv/jenkins/bin/reproducible_setup_archlinux_schroot.sh' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + my_node: '' + - '{name}_setup_schroot_archlinux_profitbricks3': my_description: 'Setup an Arch Linux schroot to test Arch Linux packages for reproducibility.' my_timed: '42 23 1 1 *' my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' |