diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-13 15:12:49 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-13 15:12:49 +0200 |
commit | 25def8839a53bc8488c7b7f741477cc110f0e765 (patch) | |
tree | d46ef30097e9a4f8ebba6ee8fce4468c3b38a316 | |
parent | 82a18aa416ff6535ff49071a12a7d8727ff24877 (diff) | |
download | jenkins.debian.net-25def8839a53bc8488c7b7f741477cc110f0e765.tar.xz |
rebootstrap: limit concurrent rebootstrap jobs to 2 and schedule them with slightly less than default (=100) priority
-rw-r--r-- | job-cfg/rebootstrap.yaml | 10 |
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' |