[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: disable ff2b and bbx15 - proof of concept… (but only do so for setup and maintenance jobs)
Holger Levsen
holger at layer-acht.org
Mon Jul 18 00:10:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch h01ger/disable-some-arm-nodes
in repository jenkins.debian.net.
commit 7b7fd461ecf2aafe41e5bbd70cd1574fa479f9a3
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Jul 16 17:02:35 2016 +0200
reproducible Debian: disable ff2b and bbx15 - proof of concept… (but only do so for setup and maintenance jobs)
---
job-cfg/reproducible.yaml | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 02c7ab3..004a4d2 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -1,5 +1,6 @@
- defaults:
name: reproducible
+ disabled: '{my_disabled}'
project-type: freestyle
properties:
- sidebar: &sb1
@@ -65,6 +66,7 @@
- defaults:
name: reproducible_builder
+ disabled: '{my_disabled}'
project-type: freestyle
description: *desc
properties:
@@ -288,6 +290,7 @@
my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
my_node: '{my_hname}'
my_scmpoll: '*/6 * * * *'
+ my_disable: 'false'
jobs:
- '{name}_{my_task}_{my_arch}_{my_hname}':
my_task:
@@ -305,14 +308,14 @@
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_hname:
- - 'bbx15': { my_arch: 'armhf' }
+ - 'bbx15': { my_arch: 'armhf', my_disable: 'true' }
- 'bpi0': { my_arch: 'armhf' }
- 'cbxi4a': { my_arch: 'armhf' }
- 'cbxi4b': { my_arch: 'armhf' }
- 'cbxi4pro0': { my_arch: 'armhf' }
- 'cb3a': { my_arch: 'armhf' }
- 'ff2a': { my_arch: 'armhf' }
- - 'ff2b': { my_arch: 'armhf' }
+ - 'ff2b': { my_arch: 'armhf', my_disable: 'true' }
- 'ff4a': { my_arch: 'armhf' }
- 'hb0': { my_arch: 'armhf' }
- 'wbq0': { my_arch: 'armhf' }
@@ -356,13 +359,14 @@
my_timed: '40 1 * * *'
my_hname:
- 'bbx15': { my_arch: 'armhf' }
+ - 'bbx15': { my_arch: 'armhf', my_disable: 'true' }
- 'bpi0': { my_arch: 'armhf' }
- 'cbxi4a': { my_arch: 'armhf' }
- 'cbxi4b': { my_arch: 'armhf' }
- 'cbxi4pro0': { my_arch: 'armhf' }
- 'cb3a': { my_arch: 'armhf' }
- 'ff2a': { my_arch: 'armhf' }
- - 'ff2b': { my_arch: 'armhf' }
+ - 'ff2b': { my_arch: 'armhf', my_disable: 'true' }
- 'ff4a': { my_arch: 'armhf' }
- 'hb0': { my_arch: 'armhf' }
- 'wbq0': { my_arch: 'armhf' }
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list