diff options
author | Philip Hands <phil@hands.com> | 2015-12-13 12:05:46 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-13 13:32:08 +0100 |
commit | 13666cda5dfa1e57edbfdd28fea6a7748bdba74d (patch) | |
tree | b70f08e560e5bf282fbfad5f54e3c4c4c2a2d524 /job-cfg | |
parent | b496821c53b14515ac53aed1966ccd2eeef7d3ee (diff) | |
download | jenkins.debian.net-13666cda5dfa1e57edbfdd28fea6a7748bdba74d.tar.xz |
start to absorb 'jenkins'
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 5e693312..fe0bdb86 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -216,12 +216,18 @@ - project: name: reproducible jobs: - - '{name}_maintenance_amd64_jenkins': - 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 * * *' + - '{name}_{my_task}_{my_arch}_{my_hname}': + my_task: + - 'maintenance': + 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/reproducible_maintenance.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + my_hname: + - 'jenkins': + my_arch: 'armhf' my_node: '' + - '{name}_{my_task}_{my_arch}_{my_hname}': my_task: - 'maintenance': @@ -630,10 +636,6 @@ # =-=-=-= old style stuff =-=-=-= - job-template: defaults: reproducible - name: '{name}_maintenance_amd64_jenkins' - -- job-template: - defaults: reproducible name: '{name}_setup_schroot_unstable_diffoscope_amd64_jenkins' - job-template: |