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