diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-09 08:46:26 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-09 08:46:26 +0100 |
commit | 6e3f93938ba20b3177988f8c0b9c224a9aa876a6 (patch) | |
tree | 0e0259c34bc04d5916ac26d9d6b556d22fa62492 /job-cfg | |
parent | 4d3f5807cc2505d791c72ad88aef42abdfd4bebb (diff) | |
download | jenkins.debian.net-6e3f93938ba20b3177988f8c0b9c224a9aa876a6.tar.xz |
add new armhf node, Odroid-XU4, thanks to vagrant
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 3ac24f90..8c742ffc 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -236,6 +236,10 @@ - job-template: defaults: reproducible + name: '{name}_maintenance_armhf_odxu4' + +- job-template: + defaults: reproducible name: '{name}_maintenance_amd64_profitbricks1' - job-template: @@ -288,6 +292,10 @@ - job-template: defaults: reproducible + name: '{name}_setup_pbuilder_unstable_armhf_odxu4' + +- job-template: + defaults: reproducible name: '{name}_setup_pbuilder_testing_amd64_profitbricks1' - job-template: @@ -368,6 +376,10 @@ - job-template: defaults: reproducible + name: '{name}_setup_schroot_unstable_armhf_odxu4' + +- job-template: + defaults: reproducible name: '{name}_setup_schroot_testing_amd64_jenkins' - job-template: @@ -699,6 +711,12 @@ my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: 'wbq0' + - '{name}_maintenance_armhf_odxu4': + my_description: 'Do some maintenance: check for old directories laying around, do backups, update pbuilder and schroots, etc.' + my_timed: '5 0,3,6,9,12,15,18,21 * * *' + my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + my_node: 'odxu4' - '{name}_maintenance_amd64_profitbricks1': my_description: 'Do some maintenance: check for old directories laying around, do backups, update pbuilder and schroots, etc.' my_timed: '5 0,3,6,9,12,15,18,21 * * *' @@ -753,6 +771,12 @@ my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: 'wbq0' + - '{name}_setup_pbuilder_unstable_armhf_odxu4': + my_description: 'Setup pbuilder for reproducible builds of packages from unstable as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' + my_timed: '42 7 * * *' + my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + my_node: 'odxu4' - '{name}_setup_pbuilder_testing_amd64_profitbricks1': my_description: 'Setup pbuilder for reproducible builds of packages from testing as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' my_timed: '23 7 * * *' @@ -897,6 +921,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_unstable_armhf_odxu4': + my_description: 'Setup unstable schroot for fetching source packages for the builder jobs.' + my_timed: '42 1 * * *' + my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + my_node: 'odxu4' - '{name}_setup_schroot_testing_amd64_jenkins': my_description: 'Setup testing schroot for fetching source packages for the builder jobs.' my_timed: '42 1 * * *' |