diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-16 15:07:21 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-16 15:07:21 +0200 |
commit | e31e919e1acbab7f4f3cfe8a970edcfbf43da19f (patch) | |
tree | 4228d5b88ef733bfa5477e654f527498a5bd0b9b /job-cfg | |
parent | 01f43b9f93b2d19e4dd1ab34d3126be9bcab224d (diff) | |
download | jenkins.debian.net-e31e919e1acbab7f4f3cfe8a970edcfbf43da19f.tar.xz |
reproducible: first stab at setting up an archlinux build schroot
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 2a16623f..37a02222 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -600,6 +600,10 @@ defaults: reproducible_other_projects name: '{name}_freebsd' +- job-template: + defaults: reproducible_other_projects + name: '{name}_arch_schroot_setup' + - project: name: reproducible jobs: @@ -1248,4 +1252,10 @@ my_shell: '/srv/jenkins/bin/reproducible_freebsd.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' + - '{name}_arch_schroot_setup': + my_description: 'Setup an Archlinux schroot to test Archlinux packages for reproducibility.' # FIXME: this aint idempotent, so it's only run once a year for now + my_timed: '42 23 1 1 *' + my_shell: '/srv/jenkins/bin/reproducible_arch_schroot_setup.sh' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + my_node: 'profitbricks3' |