Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
[JBWS-3934] Updating hudson jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
asoldano committed Jul 30, 2015
1 parent a2b5646 commit 2e00631
Show file tree
Hide file tree
Showing 17 changed files with 463 additions and 58 deletions.
16 changes: 8 additions & 8 deletions ant.properties.example
Expand Up @@ -21,20 +21,20 @@ hudson.http.port=8180
hudson.cxf.url=https://github.com/jbossws/jbossws-cxf
hudson.cxf.rev=master

hudson.jboss810.url=https://github.com/wildfly/wildfly
hudson.jboss810.build=wildfly-8.1.0.Final
hudson.jboss810.rev=8.1.0.Final

hudson.jboss820.url=https://github.com/wildfly/wildfly
hudson.jboss820.build=wildfly-8.2.0.Final
hudson.jboss820.rev=8.2.0.Final
hudson.jboss821.url=https://github.com/wildfly/wildfly
hudson.jboss821.build=wildfly-8.2.1.Final
hudson.jboss821.rev=8.2.1.Final

hudson.jboss900.url=https://github.com/wildfly/wildfly
hudson.jboss900.build=wildfly-9.0.0.Final
hudson.jboss900.rev=9.0.0.Final

hudson.jboss901.url=https://github.com/wildfly/wildfly
hudson.jboss901.build=wildfly-9.0.1.Final
hudson.jboss901.rev=9.0.1.Final

hudson.jboss1000.url=https://github.com/wildfly/wildfly
hudson.jboss1000.build=wildfly-10.0.0.Alpha6-SNAPSHOT
hudson.jboss1000.build=wildfly-10.0.0.Beta1-SNAPSHOT
hudson.jboss1000.rev=master

hudson.mail.recipients=
Expand Down
20 changes: 10 additions & 10 deletions hudson-home/config.xml
Expand Up @@ -33,9 +33,9 @@
<table>
<tr><th align=left>JBossWS CXF:</th><td>-r@hudson.cxf.rev@ @hudson.cxf.url@</td></tr>
<tr><td colspan=2></td></tr>
<tr><th align=left>@hudson.jboss810.build@</th><td>-r@hudson.jboss810.rev@ @hudson.jboss810.url@</td></tr>
<tr><th align=left>@hudson.jboss820.build@</th><td>-r@hudson.jboss820.rev@ @hudson.jboss820.url@</td></tr>
<tr><th align=left>@hudson.jboss821.build@</th><td>-r@hudson.jboss821.rev@ @hudson.jboss821.url@</td></tr>
<tr><th align=left>@hudson.jboss900.build@</th><td>-r@hudson.jboss900.rev@ @hudson.jboss900.url@</td></tr>
<tr><th align=left>@hudson.jboss901.build@</th><td>-r@hudson.jboss901.rev@ @hudson.jboss901.url@</td></tr>
<tr><th align=left>@hudson.jboss1000.build@</th><td>-r@hudson.jboss1000.rev@ @hudson.jboss1000.url@</td></tr>
<tr><td colspan=2></td></tr>
</table>
Expand All @@ -53,9 +53,9 @@
<no-comparator/>
<string>AS-ALL</string>
<string>AS-LIGHT</string>
<string>AS-8.1.0-SECMGR</string>
<string>AS-8.2.0-SECMGR</string>
<string>AS-8.2.1-SECMGR</string>
<string>AS-9.0.0-SECMGR</string>
<string>AS-9.0.1-SECMGR</string>
<string>AS-10.0.0</string>
<string>AS-10.0.0-SECMGR</string>
</jobNames>
Expand All @@ -73,17 +73,17 @@
<jobNames class="tree-set">
<no-comparator/>
<string>CXF-ALL</string>
<string>CXF-CORE-AS-8.1.0</string>
<string>CXF-CORE-AS-8.2.0</string>
<string>CXF-CORE-AS-8.2.1</string>
<string>CXF-CORE-AS-9.0.0</string>
<string>CXF-CORE-AS-9.0.1</string>
<string>CXF-CORE-AS-10.0.0</string>
<string>CXF-CORE-AS-8.1.0-SECMGR</string>
<string>CXF-CORE-AS-8.2.0-SECMGR</string>
<string>CXF-CORE-AS-8.2.1-SECMGR</string>
<string>CXF-CORE-AS-9.0.0-SECMGR</string>
<string>CXF-CORE-AS-9.0.1-SECMGR</string>
<string>CXF-CORE-AS-10.0.0-SECMGR</string>
<string>CXF-CORE-AS-8.1.0-IPV6</string>
<string>CXF-CORE-AS-8.2.0-IPV6</string>
<string>CXF-CORE-AS-8.2.1-IPV6</string>
<string>CXF-CORE-AS-9.0.0-IPV6</string>
<string>CXF-CORE-AS-9.0.1-IPV6</string>
<string>CXF-CORE-AS-10.0.0-IPV6</string>
</jobNames>
<name>CXF Tests</name>
Expand Down
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
<description>Builds WildFly 8.2.0 with security manager enabled</description>
<description>Builds WildFly 8.2.1 with security manager enabled</description>
<logRotator>
<daysToKeep>-1</daysToKeep>
<numToKeep>20</numToKeep>
Expand All @@ -23,14 +23,14 @@
<string>uploadpack</string>
<string>git-upload-pack</string>
<string>url</string>
<string>@hudson.jboss820.url@.git</string>
<string>@hudson.jboss821.url@.git</string>
<string>tagopt</string>
<string></string>
</org.spearce.jgit.transport.RemoteConfig>
</remoteRepositories>
<branches>
<hudson.plugins.git.BranchSpec>
<name>@hudson.jboss820.rev@</name>
<name>@hudson.jboss821.rev@</name>
</hudson.plugins.git.BranchSpec>
</branches>
<localBranch></localBranch>
Expand All @@ -44,7 +44,7 @@
<buildChooser class="hudson.plugins.git.util.DefaultBuildChooser"/>
<gitTool>Default</gitTool>
<browser class="hudson.plugins.git.browser.GithubWeb">
<url>@hudson.jboss820.url@</url>
<url>@hudson.jboss821.url@</url>
</browser>
<submoduleCfg class="list"/>
<relativeTargetDir></relativeTargetDir>
Expand Down
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
<description>Builds WildFly 8.1.0 with security manager enabled</description>
<description>Builds WildFly 9.0.1 with security manager enabled</description>
<logRotator>
<daysToKeep>-1</daysToKeep>
<numToKeep>20</numToKeep>
Expand All @@ -23,14 +23,14 @@
<string>uploadpack</string>
<string>git-upload-pack</string>
<string>url</string>
<string>@hudson.jboss810.url@.git</string>
<string>@hudson.jboss901.url@.git</string>
<string>tagopt</string>
<string></string>
</org.spearce.jgit.transport.RemoteConfig>
</remoteRepositories>
<branches>
<hudson.plugins.git.BranchSpec>
<name>@hudson.jboss810.rev@</name>
<name>@hudson.jboss901.rev@</name>
</hudson.plugins.git.BranchSpec>
</branches>
<localBranch></localBranch>
Expand All @@ -44,7 +44,7 @@
<buildChooser class="hudson.plugins.git.util.DefaultBuildChooser"/>
<gitTool>Default</gitTool>
<browser class="hudson.plugins.git.browser.GithubWeb">
<url>@hudson.jboss810.url@</url>
<url>@hudson.jboss901.url@</url>
</browser>
<submoduleCfg class="list"/>
<relativeTargetDir></relativeTargetDir>
Expand All @@ -60,7 +60,7 @@
<hudson.tasks.Shell>
<command>MAVEN_OPTS=&quot;-Xmx1024m -Xms512m -XX:MaxPermSize=128m&quot;
export MAVEN_OPTS
export JAVA_HOME=@java.home.sun.jdk7@
export JAVA_HOME=@java.home.sun.jdk8@
./build.sh clean install -Dskip-download-sources -DskipTests=true -Dsecurity.manager=yes -U -B</command>
</hudson.tasks.Shell>
</builders>
Expand Down
2 changes: 1 addition & 1 deletion hudson-home/jobs/AS-ALL/config.xml
Expand Up @@ -3,7 +3,7 @@
<builders class="vector"/>
<publishers class="vector">
<hudson.tasks.BuildTrigger>
<childProjects>AS-10.0.0, AS-8.1.0-SECMGR, AS-8.2.0-SECMGR, AS-9.0.0-SECMGR, AS-10.0.0-SECMGR</childProjects>
<childProjects>AS-10.0.0, AS-8.2.1-SECMGR, AS-9.0.0-SECMGR, AS-9.0.1-SECMGR, AS-10.0.0-SECMGR</childProjects>
<threshold>
<name>UNSTABLE</name>
<ordinal>1</ordinal>
Expand Down
18 changes: 9 additions & 9 deletions hudson-home/jobs/CXF-ALL/config.xml
Expand Up @@ -4,28 +4,28 @@
<publishers class="vector">
<hudson.tasks.BuildTrigger>
<childProjects>
CXF-CORE-AS-8.1.0

, CXF-CORE-AS-8.2.0
CXF-CORE-AS-8.2.1

, CXF-CORE-AS-9.0.0

, CXF-CORE-AS-10.0.0
, CXF-CORE-AS-9.0.1

, CXF-CORE-AS-8.1.0-SECMGR
, CXF-CORE-AS-10.0.0

, CXF-CORE-AS-8.2.0-SECMGR
, CXF-CORE-AS-8.2.1-SECMGR

, CXF-CORE-AS-9.0.0-SECMGR

, CXF-CORE-AS-10.0.0-SECMGR
, CXF-CORE-AS-9.0.1-SECMGR

, CXF-CORE-AS-8.1.0-IPV6
, CXF-CORE-AS-10.0.0-SECMGR

, CXF-CORE-AS-8.2.0-IPV6
, CXF-CORE-AS-8.2.1-IPV6

, CXF-CORE-AS-9.0.0-IPV6

, CXF-CORE-AS-9.0.1-IPV6

, CXF-CORE-AS-10.0.0-IPV6
</childProjects>
<threshold>
Expand Down
Expand Up @@ -6,15 +6,15 @@
#
# Module settings
#
MODULE=CXF-CORE-AS-8.2.0-IPV6
MODULE=CXF-CORE-AS-8.2.1-IPV6

WORKSPACE=`pwd`
STACK_ID=cxf
JAVA_HOME=@java.home.sun.jdk8@
SCRIPTS_DIR=@hudson.home@/../scripts
STACK_DIR=$WORKSPACE/stack-cxf
TEST_OPTS="-Djboss.bind.address=[::1] -Dipv6"
JBOSS_TARGET=wildfly820
JBOSS_TARGET=wildfly821

#
# load test functions
Expand Down Expand Up @@ -91,6 +91,6 @@ coreTest
</logRotator>
<keepDependencies>false</keepDependencies>
<properties/>
<description>Build and test jbossws-cxf-@version.id@ against @hudson.jboss820.build@ with IPv6</description>
<description>Build and test jbossws-cxf-@version.id@ against @hudson.jboss821.build@ with IPv6</description>
<actions class="vector"/>
</project>
72 changes: 72 additions & 0 deletions hudson-home/jobs/CXF-CORE-AS-8.2.1-IPV6/config.xml.orig
@@ -0,0 +1,72 @@
<?xml version='1.0' encoding='UTF-8'?>
<project>
<builders class="vector">
<hudson.tasks.Shell>
<command>
#
# Module settings
#
MODULE=CXF-CORE-AS-8.2.0-IPV6

WORKSPACE=`pwd`
STACK_ID=cxf
JAVA_HOME=@java.home.sun.jdk7@
SCRIPTS_DIR=$WORKSPACE/hudson-scripts
STACK_DIR=$WORKSPACE/stack-cxf
TEST_OPTS="-Djboss.bind.address=[::1] -Dipv6"
JBOSS_TARGET=wildfly820

#
# load test functions
#
. $SCRIPTS_DIR/jbossws-qa.sh

#
# execute core tests
#
coreTest

</command>
</hudson.tasks.Shell>
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
<testResults>stack-cxf/**/target/surefire-reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients@</recipients>
<dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
<sendToIndividuals>true</sendToIndividuals>
</hudson.tasks.Mailer>
</publishers>
<buildWrappers class="vector"/>
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
<remote>@jbossws.hudson.url@/scripts</remote>
<local>hudson-scripts</local>
</hudson.scm.SubversionSCM-ModuleLocation>
<hudson.scm.SubversionSCM-ModuleLocation>
<remote>@hudson.cxf.url@</remote>
<local>stack-cxf</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
<url>http://fisheye.jboss.com/browse/JBossWS/</url>
<rootModule></rootModule>
</browser>
</scm>
<canRoam>true</canRoam>
<disabled>false</disabled>
<enableRemoteTrigger>false</enableRemoteTrigger>
<triggers class="vector"/>
<logRotator>
<daysToKeep>14</daysToKeep>
<numToKeep>-1</numToKeep>
</logRotator>
<keepDependencies>false</keepDependencies>
<properties/>
<description>Build and test jbossws-cxf-@version.id@ against @hudson.jboss820.build@ with IPv6</description>
<actions class="vector"/>
</project>
Expand Up @@ -6,16 +6,16 @@
#
# Module settings
#
MODULE=CXF-CORE-AS-8.2.0-SECMGR
MODULE=CXF-CORE-AS-8.2.1-SECMGR

WORKSPACE=`pwd`
STACK_ID=cxf
JAVA_HOME=@java.home.sun.jdk8@
SCRIPTS_DIR=@hudson.home@/../scripts
STACK_DIR=$WORKSPACE/stack-cxf
TEST_OPTS=-Dsecmgr=true
JBOSS_TARGET=wildfly820
JBOSS_INSTANCE=@hudson.home@/jobs/AS-8.2.0-SECMGR/workspace/build/target/@hudson.jboss820.build@
JBOSS_TARGET=wildfly821
JBOSS_INSTANCE=@hudson.home@/jobs/AS-8.2.1-SECMGR/workspace/build/target/@hudson.jboss821.build@

#
# load test functions
Expand Down Expand Up @@ -92,6 +92,6 @@ coreTest
</logRotator>
<keepDependencies>false</keepDependencies>
<properties/>
<description>Build and test jbossws-cxf-@version.id@ against @hudson.jboss820.build@ (security manager enabled)</description>
<description>Build and test jbossws-cxf-@version.id@ against @hudson.jboss821.build@ (security manager enabled)</description>
<actions class="vector"/>
</project>

0 comments on commit 2e00631

Please sign in to comment.