summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-13 15:12:49 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-13 15:12:49 +0200
commit25def8839a53bc8488c7b7f741477cc110f0e765 (patch)
treed46ef30097e9a4f8ebba6ee8fce4468c3b38a316 /job-cfg
parent82a18aa416ff6535ff49071a12a7d8727ff24877 (diff)
downloadjenkins.debian.net-25def8839a53bc8488c7b7f741477cc110f0e765.tar.xz
rebootstrap: limit concurrent rebootstrap jobs to 2 and schedule them with slightly less than default (=100) priority
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/rebootstrap.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/job-cfg/rebootstrap.yaml b/job-cfg/rebootstrap.yaml
index 396f48f5..6f8752e8 100644
--- a/job-cfg/rebootstrap.yaml
+++ b/job-cfg/rebootstrap.yaml
@@ -14,6 +14,15 @@
url: http://www.profitbricks.com
text: Sponsored by Profitbricks
icon: /userContent/images/profitbricks-24x24.png
+ - priority:
+ job-prio: '90'
+ - throttle:
+ max-total: 2
+ max-per-node: 2
+ enabled: True
+ option: category
+ categories:
+ - rebootstrap
description: '{my_description}{do_not_edit}'
logrotate:
daysToKeep: 365
@@ -35,7 +44,6 @@
unstable-on-warning: 'false'
fail-on-error: 'false'
-
- job-template:
defaults: rebootstrap
name: '{name}_arm64'