diff options
-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' |