3d728c71a8
Implement custom tags for including files by subclassing YAMLObject to allow PyYAML to easily convert from the Yaml nodes. Change to support both lists and strings under the same tag name and deprecate the old tag naming. Rename tests using the deprecated tags to ensure they are not used for examples. Remove old tests that simply duplicate others. Change-Id: I1a8d3376ea6e4918a2adb05fb856b939a3124d74
25 lines
932 B
XML
25 lines
932 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<actions/>
|
|
<description><!-- Managed by Jenkins Job Builder --></description>
|
|
<keepDependencies>false</keepDependencies>
|
|
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
|
|
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
|
|
<concurrentBuild>false</concurrentBuild>
|
|
<canRoam>true</canRoam>
|
|
<properties/>
|
|
<scm class="hudson.scm.NullSCM"/>
|
|
<builders/>
|
|
<publishers/>
|
|
<buildWrappers>
|
|
<hudson.plugins.build__timeout.BuildTimeoutWrapper>
|
|
<timeoutMinutes>3</timeoutMinutes>
|
|
<failBuild>true</failBuild>
|
|
<writingDescription>false</writingDescription>
|
|
<timeoutPercentage>150</timeoutPercentage>
|
|
<timeoutMinutesElasticDefault>90</timeoutMinutesElasticDefault>
|
|
<timeoutType>elastic</timeoutType>
|
|
</hudson.plugins.build__timeout.BuildTimeoutWrapper>
|
|
</buildWrappers>
|
|
</project>
|