e9702144be
Change-Id: I6d211508d774df2312942d56a840bf311bb455d4 Co-Authored-By: Tan Heng Yeow <E0032242@u.nus.edu> Signed-off-by: Tan Heng Yeow <E0032242@u.nus.edu>
23 lines
830 B
XML
23 lines
830 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<properties>
|
|
<hudson.plugins.throttleconcurrents.ThrottleJobProperty>
|
|
<maxConcurrentPerNode>2</maxConcurrentPerNode>
|
|
<maxConcurrentTotal>4</maxConcurrentTotal>
|
|
<throttleEnabled>true</throttleEnabled>
|
|
<categories>
|
|
<string>cat1</string>
|
|
<string>cat2</string>
|
|
</categories>
|
|
<throttleOption>category</throttleOption>
|
|
<configVersion>1</configVersion>
|
|
<limitOneJobWithMatchingParams>false</limitOneJobWithMatchingParams>
|
|
<matrixOptions>
|
|
<throttleMatrixBuilds>false</throttleMatrixBuilds>
|
|
<throttleMatrixConfigurations>true</throttleMatrixConfigurations>
|
|
</matrixOptions>
|
|
<paramsToUseForLimit/>
|
|
</hudson.plugins.throttleconcurrents.ThrottleJobProperty>
|
|
</properties>
|
|
</project>
|