diff options
-rwxr-xr-x | job-cfg/chroot-installation.yaml.py | 2 | ||||
-rw-r--r-- | job-cfg/g-i-installation.yaml | 2 | ||||
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 2 | ||||
-rw-r--r-- | job-cfg/reproducible.yaml | 4 |
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' |