diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-14 22:12:08 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-14 22:12:08 +0200 |
commit | f1fe5eb90e590ac537efc3f51b4404cc99c707d5 (patch) | |
tree | d48e0f647e01cc4c6e66b65a5242683c5bb5c147 /job-cfg | |
parent | 07efbe5ccedaa0506aa79e5c96448dc37d3415fe (diff) | |
download | jenkins.debian.net-f1fe5eb90e590ac537efc3f51b4404cc99c707d5.tar.xz |
reproducible: enable builder_armhf_4 again
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index a6aee612..ddf8b361 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -1194,12 +1194,12 @@ my_shell: '/srv/jenkins/bin/reproducible_build.sh hb0-armhf-rb:2224 cbxi4pro0-armhf-rb:2226' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' -# - '{name}_builder_armhf_4': -# my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.' -# my_timed: '* * * * *' -# my_shell: '/srv/jenkins/bin/reproducible_build.sh cbxi4pro0-armhf-rb:2226 wbq0-armhf-rb:2225' -# my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' -# my_node: '' + - '{name}_builder_armhf_4': + my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.' + my_timed: '* * * * *' + my_shell: '/srv/jenkins/bin/reproducible_build.sh cbxi4pro0-armhf-rb:2226 wbq0-armhf-rb:2225' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + my_node: '' - '{name}_builder_armhf_5': my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.' my_timed: '* * * * *' |