diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-31 13:55:03 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-31 13:55:03 +0200 |
commit | d6005726ee863c6160eda6db8e8327ae26ac01f8 (patch) | |
tree | 2fd1f40123ee8a71b858d7d8dffd0bfeaaf2c605 /job-cfg | |
parent | 37fb8fae8af26587109c1ddc5956608a43ebbb30 (diff) | |
download | jenkins.debian.net-d6005726ee863c6160eda6db8e8327ae26ac01f8.tar.xz |
reproducible: drop two amd64 build jobs running on the main hosts (=keep 6 for now)
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index c747aa8b..9881a2cd 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -414,14 +414,6 @@ - job-template: defaults: reproducible_builder - name: '{name}_builder_eta' - -- job-template: - defaults: reproducible_builder - name: '{name}_builder_theta' - -- job-template: - defaults: reproducible_builder name: '{name}_builder_amd64_4' - job-template: @@ -846,18 +838,6 @@ my_shell: '/srv/jenkins/bin/reproducible_build.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' - - '{name}_builder_eta': - my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.' - my_timed: 'H/2 * * * *' - my_shell: '/srv/jenkins/bin/reproducible_build.sh' - my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' - my_node: '' - - '{name}_builder_theta': - my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.' - my_timed: 'H/2 * * * *' - my_shell: '/srv/jenkins/bin/reproducible_build.sh' - my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' - my_node: '' - '{name}_builder_amd64_4': my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.' my_timed: 'H/2 * * * *' |