summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-11-01 20:46:08 +0100
committerHolger Levsen <holger@layer-acht.org>2014-11-01 20:46:08 +0100
commit875353ccd4dd1083bbf8cebf481c803b88ce8132 (patch)
tree298f3cb30d8c28163a0b34e17b49bb9de70ef08b
parent33cbb1d3b3d7158d0773736fde258c11f04db861 (diff)
downloadjenkins.debian.net-875353ccd4dd1083bbf8cebf481c803b88ce8132.tar.xz
job-cfgs: use true+false in consistent spelling.
-rwxr-xr-xjob-cfg/chroot-installation.yaml.py2
-rw-r--r--job-cfg/g-i-installation.yaml2
-rwxr-xr-xjob-cfg/rebootstrap.yaml.py2
-rw-r--r--job-cfg/reproducible.yaml4
4 files changed, 5 insertions, 5 deletions
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index e14a41f2..94d0aa30 100755
--- a/job-cfg/chroot-installation.yaml.py
+++ b/job-cfg/chroot-installation.yaml.py
@@ -175,7 +175,7 @@ print("""
- throttle:
max-total: 6
max-per-node: 6
- enabled: True
+ enabled: true
option: category
categories:
- chroot-installation
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml
index 44897f4c..35214a8b 100644
--- a/job-cfg/g-i-installation.yaml
+++ b/job-cfg/g-i-installation.yaml
@@ -48,7 +48,7 @@
- throttle:
max-total: 4
max-per-node: 4
- enabled: True
+ enabled: true
option: category
categories:
- g-i-installation
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py
index baf011ff..6cc9709e 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -45,7 +45,7 @@ print("""
- throttle:
max-total: 5
max-per-node: 5
- enabled: True
+ enabled: true
option: category
categories:
- rebootstrap
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 23144ff6..5d727799 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -95,7 +95,7 @@
- throttle:
max-total: 3
max-per-node: 3
- enabled: True
+ enabled: true
option: category
categories:
- reproducible
@@ -110,7 +110,7 @@
publishers:
- email:
recipients: '{my_recipients}'
- notify-every-unstable-build: False
+ notify-every-unstable-build: false
- logparser:
parse-rules: '/srv/jenkins/logparse/reproducible.rules'
unstable-on-warning: 'true'