diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-15 20:29:49 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-15 20:29:49 +0200 |
commit | 108a117c1b102c9e21a863c79299ba247d05e682 (patch) | |
tree | a4a74587734501f096df216c076c471f74bfa5d4 /job-cfg | |
parent | e911f822cb60d46719bccd5918760c1f8a2aa93a (diff) | |
download | jenkins.debian.net-108a117c1b102c9e21a863c79299ba247d05e682.tar.xz |
reproducible: re-add jobs to setup schroots on jenkins
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 8285aca3..ed72caab 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -242,6 +242,10 @@ - job-template: defaults: reproducible + name: '{name}_setup_schroot_unstable_amd64_jenkins' + +- job-template: + defaults: reproducible name: '{name}_setup_schroot_unstable_amd64_profitbricks1' - job-template: @@ -266,6 +270,10 @@ - job-template: defaults: reproducible + name: '{name}_setup_schroot_testing_amd64_jenkins' + +- job-template: + defaults: reproducible name: '{name}_setup_schroot_testing_amd64_profitbricks1' - job-template: @@ -274,6 +282,10 @@ - job-template: defaults: reproducible + name: '{name}_setup_schroot_experimental_amd64_jenkins' + +- job-template: + defaults: reproducible name: '{name}_setup_schroot_experimental_amd64_profitbricks1' - job-template: @@ -545,6 +557,12 @@ my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-testing-diffoscope testing diffoscope locales-all' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' + - '{name}_setup_schroot_unstable_amd64_jenkins': + my_description: 'Setup unstable schroot for fetching source packages for the builder jobs.' + my_timed: '42 1 * * *' + my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-unstable unstable botch' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + my_node: '' - '{name}_setup_schroot_unstable_amd64_profitbricks1': my_description: 'Setup unstable schroot for fetching source packages for the builder jobs.' my_timed: '42 1 * * *' @@ -581,6 +599,12 @@ my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: 'wbq0' + - '{name}_setup_schroot_testing_amd64_jenkins': + my_description: 'Setup testing schroot for fetching source packages for the builder jobs.' + my_timed: '42 1 * * *' + my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-testing testing' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + my_node: '' - '{name}_setup_schroot_testing_amd64_profitbricks1': my_description: 'Setup testing schroot for fetching source packages for the builder jobs.' my_timed: '42 1 * * *' @@ -593,6 +617,12 @@ my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: 'profitbricks2' + - '{name}_setup_schroot_experimental_amd64_jenkins': + my_description: 'Setup experimental schroot for fetching source packages for the builder jobs.' + my_timed: '33 1 * * *' + my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-experimental experimental' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + my_node: '' - '{name}_setup_schroot_experimental_amd64_profitbricks1': my_description: 'Setup experimental schroot for fetching source packages for the builder jobs.' my_timed: '33 1 * * *' |