| 0 | 3 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,72 @@ |
| 0 |
+<?xml version='1.0' encoding='UTF-8'?> |
|
| 1 |
+<matrix-project> |
|
| 2 |
+ <actions/> |
|
| 3 |
+ <description></description> |
|
| 4 |
+ <keepDependencies>false</keepDependencies> |
|
| 5 |
+ <properties/> |
|
| 6 |
+ <scm class="hudson.plugins.git.GitSCM"> |
|
| 7 |
+ <configVersion>2</configVersion> |
|
| 8 |
+ <userRemoteConfigs> |
|
| 9 |
+ <hudson.plugins.git.UserRemoteConfig> |
|
| 10 |
+ <name>origin</name> |
|
| 11 |
+ <refspec>+refs/heads/*:refs/remotes/origin/*</refspec> |
|
| 12 |
+ <url>git://github.com/cloudbuilders/devstack.git</url> |
|
| 13 |
+ </hudson.plugins.git.UserRemoteConfig> |
|
| 14 |
+ </userRemoteConfigs> |
|
| 15 |
+ <branches> |
|
| 16 |
+ <hudson.plugins.git.BranchSpec> |
|
| 17 |
+ <name>jenkins</name> |
|
| 18 |
+ </hudson.plugins.git.BranchSpec> |
|
| 19 |
+ </branches> |
|
| 20 |
+ <recursiveSubmodules>false</recursiveSubmodules> |
|
| 21 |
+ <doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations> |
|
| 22 |
+ <authorOrCommitter>false</authorOrCommitter> |
|
| 23 |
+ <clean>false</clean> |
|
| 24 |
+ <wipeOutWorkspace>false</wipeOutWorkspace> |
|
| 25 |
+ <pruneBranches>false</pruneBranches> |
|
| 26 |
+ <remotePoll>false</remotePoll> |
|
| 27 |
+ <buildChooser class="hudson.plugins.git.util.DefaultBuildChooser"/> |
|
| 28 |
+ <gitTool>Default</gitTool> |
|
| 29 |
+ <submoduleCfg class="list"/> |
|
| 30 |
+ <relativeTargetDir></relativeTargetDir> |
|
| 31 |
+ <excludedRegions></excludedRegions> |
|
| 32 |
+ <excludedUsers></excludedUsers> |
|
| 33 |
+ <gitConfigName></gitConfigName> |
|
| 34 |
+ <gitConfigEmail></gitConfigEmail> |
|
| 35 |
+ <skipTag>false</skipTag> |
|
| 36 |
+ <scmName></scmName> |
|
| 37 |
+ </scm> |
|
| 38 |
+ <canRoam>true</canRoam> |
|
| 39 |
+ <disabled>false</disabled> |
|
| 40 |
+ <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding> |
|
| 41 |
+ <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> |
|
| 42 |
+ <triggers class="vector"/> |
|
| 43 |
+ <concurrentBuild>false</concurrentBuild> |
|
| 44 |
+ <axes> |
|
| 45 |
+ <hudson.matrix.TextAxis> |
|
| 46 |
+ <name>ADAPTER</name> |
|
| 47 |
+ <values> |
|
| 48 |
+ <string>euca</string> |
|
| 49 |
+ <string>floatingips</string> |
|
| 50 |
+ </values> |
|
| 51 |
+ </hudson.matrix.TextAxis> |
|
| 52 |
+ </axes> |
|
| 53 |
+ <builders> |
|
| 54 |
+ <hudson.tasks.Shell> |
|
| 55 |
+ <command>sed -i 's/) 2>&1 | tee "${LOGFILE}"/)/' stack.sh</command>
|
|
| 56 |
+ </hudson.tasks.Shell> |
|
| 57 |
+ <hudson.tasks.Shell> |
|
| 58 |
+ <command>set -o errexit |
|
| 59 |
+cd tools/jenkins |
|
| 60 |
+sudo ./build_configuration.sh $EXECUTOR_NUMBER kvm</command> |
|
| 61 |
+ </hudson.tasks.Shell> |
|
| 62 |
+ <hudson.tasks.Shell> |
|
| 63 |
+ <command>set -o errexit |
|
| 64 |
+cd tools/jenkins |
|
| 65 |
+sudo ./run_test.sh $EXECUTOR_NUMBER $ADAPTER</command> |
|
| 66 |
+ </hudson.tasks.Shell> |
|
| 67 |
+ </builders> |
|
| 68 |
+ <publishers/> |
|
| 69 |
+ <buildWrappers/> |
|
| 70 |
+ <runSequentially>false</runSequentially> |
|
| 71 |
+</matrix-project> |
|
| 0 | 72 |
\ No newline at end of file |
| 1 | 73 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,15 @@ |
| 0 |
+<?xml version='1.0' encoding='UTF-8'?> |
|
| 1 |
+<matrix-config> |
|
| 2 |
+ <keepDependencies>false</keepDependencies> |
|
| 3 |
+ <properties/> |
|
| 4 |
+ <scm class="hudson.scm.NullSCM"/> |
|
| 5 |
+ <canRoam>false</canRoam> |
|
| 6 |
+ <disabled>false</disabled> |
|
| 7 |
+ <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding> |
|
| 8 |
+ <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> |
|
| 9 |
+ <triggers class="vector"/> |
|
| 10 |
+ <concurrentBuild>false</concurrentBuild> |
|
| 11 |
+ <builders/> |
|
| 12 |
+ <publishers/> |
|
| 13 |
+ <buildWrappers/> |
|
| 14 |
+</matrix-config> |
|
| 0 | 15 |
\ No newline at end of file |
| 1 | 16 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,15 @@ |
| 0 |
+<?xml version='1.0' encoding='UTF-8'?> |
|
| 1 |
+<matrix-config> |
|
| 2 |
+ <keepDependencies>false</keepDependencies> |
|
| 3 |
+ <properties/> |
|
| 4 |
+ <scm class="hudson.scm.NullSCM"/> |
|
| 5 |
+ <canRoam>false</canRoam> |
|
| 6 |
+ <disabled>false</disabled> |
|
| 7 |
+ <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding> |
|
| 8 |
+ <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> |
|
| 9 |
+ <triggers class="vector"/> |
|
| 10 |
+ <concurrentBuild>false</concurrentBuild> |
|
| 11 |
+ <builders/> |
|
| 12 |
+ <publishers/> |
|
| 13 |
+ <buildWrappers/> |
|
| 14 |
+</matrix-config> |
|
| 0 | 15 |
\ No newline at end of file |