From edd05945eb4123f25c805592d4ec03c82b1c6da7 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 23 Dec 2014 17:24:41 +0100 Subject: lvc: throttle down to one concurrent run for now --- job-cfg/lvc.yaml.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'job-cfg') diff --git a/job-cfg/lvc.yaml.py b/job-cfg/lvc.yaml.py index 9dce44f4..ec4809f6 100644 --- a/job-cfg/lvc.yaml.py +++ b/job-cfg/lvc.yaml.py @@ -21,6 +21,7 @@ print(""" - defaults: name: lvc project-type: freestyle + description: '{my_description}

Job configuration source is lvc.yaml.py.' properties: - sidebar: url: https://jenkins.debian.net/userContent/about.html @@ -34,7 +35,13 @@ print(""" url: http://www.profitbricks.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png - description: '{my_description}

Job configuration source is lvc.yaml.py.' + - throttle: + max-total: 1 + max-per-node: 1 + enabled: true + option: category + categories: + - lvc logrotate: daysToKeep: 90 numToKeep: 20 -- cgit v1.2.3-54-g00ecf