Author: alessio.soldano(a)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>