diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2016-06-30 10:07:32 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2016-06-30 10:09:05 -0700 |
commit | e7d7573b9bc086783b6067d5b394e4e1d4de5933 (patch) | |
tree | 359a335c181e38c084e66b44d629b75d7af59747 /jjb/apex | |
parent | 7330c7c9c4c45772413d373fddb798e0831a07fc (diff) |
Add Project Option to Throttle Property
This is a required field for JJB > 1.4
Change-Id: Ifb6f5d4b3a28f2d85f546151ca9aca4a4061f3ef
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb/apex')
-rw-r--r-- | jjb/apex/apex.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 6c14a8107..ffd20bff0 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -226,6 +226,7 @@ - throttle: max-per-node: 1 max-total: 10 + option: 'project' builders: - 'apex-unit-test' @@ -356,6 +357,7 @@ - throttle: max-per-node: 1 max-total: 10 + option: 'project' builders: - 'apex-build' @@ -412,6 +414,7 @@ - throttle: max-per-node: 1 max-total: 10 + option: 'project' builders: - 'apex-deploy' |