diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-07-20 08:09:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-20 08:09:04 +0000 |
commit | e4eeb91630b40678eaaf91264e76497d09b92093 (patch) | |
tree | 6c150c8b86b1342f263a5ab9572234970cd0061a | |
parent | 9bb881f00effd5f3291b6f1d64332d84bcd12aa1 (diff) | |
parent | 365589f223ecc3899a3a8d04027e86a347af66eb (diff) |
Merge "fuel: Adjust build throttling"
-rw-r--r-- | jjb/fuel/fuel-verify-jobs.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/jjb/fuel/fuel-verify-jobs.yml b/jjb/fuel/fuel-verify-jobs.yml index 6fd06f706..2b6239422 100644 --- a/jjb/fuel/fuel-verify-jobs.yml +++ b/jjb/fuel/fuel-verify-jobs.yml @@ -182,8 +182,7 @@ properties: - throttle: enabled: true - max-total: 4 - max-per-node: 1 + max-total: 6 option: 'project' - build-blocker: use-build-blocker: true |