diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-04 15:09:43 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-04 15:09:43 +0200 |
commit | 0a05e37c7d649a622de3f30239160a6402b817cd (patch) | |
tree | d41680f058d1179ac99727ffdbd9efb877e8a5b6 /job-cfg | |
parent | 49c0c87616540ba01af6c4c351b060d8902c501e (diff) | |
download | jenkins.debian.net-0a05e37c7d649a622de3f30239160a6402b817cd.tar.xz |
reproducible: add two jobs to be run on cbxi4pro0 (armhf): maintenance and setup_pbuilder_testing
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 9ca8c09b..7384ffd6 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -175,6 +175,10 @@ - job-template: defaults: reproducible + name: '{name}_maintenance_armhf_cbxi4pro0' + +- job-template: + defaults: reproducible name: '{name}_setup_pbuilder_unstable' - job-template: @@ -187,6 +191,10 @@ - job-template: defaults: reproducible + name: '{name}_setup_pbuilder_testing_armhf_cbxi4pro0' + +- job-template: + defaults: reproducible name: '{name}_setup_pbuilder_experimental' - job-template: @@ -317,6 +325,13 @@ my_shell: '/srv/jenkins/bin/reproducible_master_wrapper.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: 'bpi0' + - '{name}_maintenance_armhf_cbxi4pro0': + my_description: 'Do some maintenance: check for old directories laying around, do backups, etc.' + my_timed: '5 0,4,8,12,16,20 * * *' + my_shell: '/srv/jenkins/bin/reproducible_maintenance.sh' + my_shell: '/srv/jenkins/bin/reproducible_master_wrapper.sh' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + my_node: 'cbxi4pro0' - '{name}_setup_pbuilder_testing': my_description: 'Setup and update pbuilder for reproducible builds of packages from testing as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' my_timed: '23 0,4,8,12,16,20 * * *' @@ -329,6 +344,12 @@ my_shell: '/srv/jenkins/bin/reproducible_master_wrapper.sh' my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm@lists.alioth.debian.org' my_node: 'bpi0' + - '{name}_setup_pbuilder_testing_armhf_cbxi4pro0': + my_description: 'Setup and update pbuilder for reproducible builds of packages from testing as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' + my_timed: '23 0,4,8,12,16,20 * * *' + my_shell: '/srv/jenkins/bin/reproducible_master_wrapper.sh' + my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm@lists.alioth.debian.org' + my_node: 'cbxi4pro0' - '{name}_setup_pbuilder_unstable': my_description: 'Setup and update pbuilder for reproducible builds of packages from unstable as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' my_timed: '23 0,4,8,12,16,20 * * *' |