buildframework/helium/config/signaling_config_default.ant.xml
changeset 217 0f5e3a7fb6af
parent 179 d8ac696cc51f
child 587 85df38eb4012
--- a/buildframework/helium/config/signaling_config_default.ant.xml	Fri Feb 05 11:59:41 2010 +0000
+++ b/buildframework/helium/config/signaling_config_default.ant.xml	Thu Mar 04 15:10:37 2010 +0200
@@ -106,6 +106,10 @@
     <hlm:signalInput id="raptorErrorSignalInput" failbuild="now">
         <hlm:notifierListRef refid="defaultFailNotifier" />
     </hlm:signalInput>
+    
+    <hlm:signalInput id="coveritySignalInput" failbuild="now">
+        <hlm:notifierListRef refid="defaultFailNotifier" />
+    </hlm:signalInput>
 
     <hlm:signalInput id="eeRomsSignalInput" failbuild="never">
         <hlm:notifierListRef refid="defaultAlwaysNotifier" />
@@ -157,10 +161,6 @@
         <hlm:notifierListRef refid="fotaSignalInput" />
     </hlm:signalInput>
 
-    <hlm:signalInput id="btSmokeTestNotifySignalInput" failbuild="never">
-        <hlm:notifierListRef refid="defaultFailNotifier" />
-    </hlm:signalInput>
-
     <hlm:signalInput id="archivePolicyErrorSignalInput" failbuild="never">
         <hlm:notifierListRef refid="defaultFailNotifier" />
     </hlm:signalInput>
@@ -200,7 +200,7 @@
 
     <hlm:signalListenerConfig id="preparationSignal" target="prep-fail" message="Errors during preparation">
         <targetCondition>
-            <hlm:hasSeverity severity="error" file="${build.signal.status.dir}/${build.id}_ant_build.log.status.xml" />
+            <hlm:hasSeverity severity="error" file="${build.signal.status.dir}/${build.id}_main.ant*.status.xml" />
         </targetCondition>
         <signalNotifierInput>
             <signalInput refid="preparationSignalInput" />
@@ -212,19 +212,6 @@
         </signalNotifierInput>
     </hlm:signalListenerConfig>
 
-    <hlm:signalListenerConfig id="eeRomsSignal" target="ee-roms" message="Errors happened during ee rom image">
-        <targetCondition>
-            <hlm:hasSeverity severity="error" file="${build.signal.status.dir}/${build.id}_ee_roms.log.status.xml" />
-        </targetCondition>
-        <signalNotifierInput>
-            <signalInput refid="eeRomsSignalInput" />
-            <notifierInput>
-                <fileset dir="${build.log.dir}" >
-                    <include name="**/${build.id}_ee_roms*" />
-                </fileset>
-            </notifierInput>
-        </signalNotifierInput>
-    </hlm:signalListenerConfig>
 
     <hlm:signalListenerConfig id="subconRomsSignal" target="subcon-roms" message="Errors happened during subcon rom image">
         <hlm:targetCondition>
@@ -341,12 +328,6 @@
         </signalNotifierInput>
     </hlm:signalListenerConfig>
 
-    <hlm:signalListenerConfig id="btSmokeTestNotifySignal" target="blacktusk-signal" message="Blacktusk signal">
-        <signalNotifierInput>
-            <signalInput refid="btSmokeTestNotifySignalInput" />
-        </signalNotifierInput>
-    </hlm:signalListenerConfig>
-
     <hlm:signalInput id="archiveErrorSignalInput" failbuild="defer">
         <hlm:notifierListRef refid="defaultFailNotifier" />
     </hlm:signalInput>