[jbossws-commits] JBossWS SVN: r8544 - in framework/trunk/hudson/hudson-home/jobs: Release-Matrix-Step2 and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Oct 23 12:02:39 EDT 2008


Author: alessio.soldano at jboss.com
Date: 2008-10-23 12:02:39 -0400 (Thu, 23 Oct 2008)
New Revision: 8544

Modified:
   framework/trunk/hudson/hudson-home/jobs/Release-Matrix-Step1/config.xml
   framework/trunk/hudson/hudson-home/jobs/Release-Matrix-Step2/config.xml
Log:
Changing hudson test order and running them a bit earlier


Modified: framework/trunk/hudson/hudson-home/jobs/Release-Matrix-Step1/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Release-Matrix-Step1/config.xml	2008-10-23 15:57:42 UTC (rev 8543)
+++ framework/trunk/hudson/hudson-home/jobs/Release-Matrix-Step1/config.xml	2008-10-23 16:02:39 UTC (rev 8544)
@@ -3,7 +3,7 @@
   <builders class="vector"/>
   <publishers class="vector">
     <hudson.tasks.BuildTrigger>
-      <childProjects>AS-4.2.2, AS-4.2.3, AS-4.2.4, AS-5.0.0, AS-5.0.1</childProjects>
+      <childProjects>AS-4.2.2, AS-4.2.3, AS-4.2.4, AS-5.0.0, AS-5.0.1, AS-Tests-ALL</childProjects>
     </hudson.tasks.BuildTrigger>
   </publishers>
   <buildWrappers class="vector"/>
@@ -13,7 +13,7 @@
   <enableRemoteTrigger>false</enableRemoteTrigger>
   <triggers class="vector">
     <hudson.triggers.TimerTrigger>
-      <spec>0 20 * * *</spec>
+      <spec>0 19 * * *</spec>
     </hudson.triggers.TimerTrigger>
   </triggers>
   <logRotator>

Modified: framework/trunk/hudson/hudson-home/jobs/Release-Matrix-Step2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Release-Matrix-Step2/config.xml	2008-10-23 15:57:42 UTC (rev 8543)
+++ framework/trunk/hudson/hudson-home/jobs/Release-Matrix-Step2/config.xml	2008-10-23 16:02:39 UTC (rev 8544)
@@ -3,7 +3,7 @@
   <builders class="vector"/>
   <publishers class="vector">
     <hudson.tasks.BuildTrigger>
-      <childProjects>AS-Tests-ALL, Native-ALL, CXF-ALL, Metro-ALL</childProjects>
+      <childProjects>Metro-ALL, Native-ALL, CXF-ALL</childProjects>
     </hudson.tasks.BuildTrigger>
   </publishers>
   <buildWrappers class="vector"/>
@@ -13,7 +13,7 @@
   <enableRemoteTrigger>false</enableRemoteTrigger>
   <triggers class="vector">
     <hudson.triggers.TimerTrigger>
-      <spec>0 21 * * *</spec>
+      <spec>0 20 * * *</spec>
     </hudson.triggers.TimerTrigger>
   </triggers>
   <logRotator>




More information about the jbossws-commits mailing list