buildframework/helium/config/signaling_config_default.ant.xml
changeset 217 0f5e3a7fb6af
parent 179 d8ac696cc51f
child 587 85df38eb4012
equal deleted inserted replaced
181:59bb7c4d6172 217:0f5e3a7fb6af
   104     </hlm:signalInput>
   104     </hlm:signalInput>
   105 
   105 
   106     <hlm:signalInput id="raptorErrorSignalInput" failbuild="now">
   106     <hlm:signalInput id="raptorErrorSignalInput" failbuild="now">
   107         <hlm:notifierListRef refid="defaultFailNotifier" />
   107         <hlm:notifierListRef refid="defaultFailNotifier" />
   108     </hlm:signalInput>
   108     </hlm:signalInput>
       
   109     
       
   110     <hlm:signalInput id="coveritySignalInput" failbuild="now">
       
   111         <hlm:notifierListRef refid="defaultFailNotifier" />
       
   112     </hlm:signalInput>
   109 
   113 
   110     <hlm:signalInput id="eeRomsSignalInput" failbuild="never">
   114     <hlm:signalInput id="eeRomsSignalInput" failbuild="never">
   111         <hlm:notifierListRef refid="defaultAlwaysNotifier" />
   115         <hlm:notifierListRef refid="defaultAlwaysNotifier" />
   112     </hlm:signalInput>
   116     </hlm:signalInput>
   113 
   117 
   153 
   157 
   154     <hlm:signalInput id="testAlertsSignalInput" failbuild="now" />
   158     <hlm:signalInput id="testAlertsSignalInput" failbuild="now" />
   155 
   159 
   156     <hlm:signalInput id="fotaSignalInput" failbuild="never">
   160     <hlm:signalInput id="fotaSignalInput" failbuild="never">
   157         <hlm:notifierListRef refid="fotaSignalInput" />
   161         <hlm:notifierListRef refid="fotaSignalInput" />
   158     </hlm:signalInput>
       
   159 
       
   160     <hlm:signalInput id="btSmokeTestNotifySignalInput" failbuild="never">
       
   161         <hlm:notifierListRef refid="defaultFailNotifier" />
       
   162     </hlm:signalInput>
   162     </hlm:signalInput>
   163 
   163 
   164     <hlm:signalInput id="archivePolicyErrorSignalInput" failbuild="never">
   164     <hlm:signalInput id="archivePolicyErrorSignalInput" failbuild="never">
   165         <hlm:notifierListRef refid="defaultFailNotifier" />
   165         <hlm:notifierListRef refid="defaultFailNotifier" />
   166     </hlm:signalInput>
   166     </hlm:signalInput>
   198         </signalNotifierInput>
   198         </signalNotifierInput>
   199     </hlm:signalListenerConfig>
   199     </hlm:signalListenerConfig>
   200 
   200 
   201     <hlm:signalListenerConfig id="preparationSignal" target="prep-fail" message="Errors during preparation">
   201     <hlm:signalListenerConfig id="preparationSignal" target="prep-fail" message="Errors during preparation">
   202         <targetCondition>
   202         <targetCondition>
   203             <hlm:hasSeverity severity="error" file="${build.signal.status.dir}/${build.id}_ant_build.log.status.xml" />
   203             <hlm:hasSeverity severity="error" file="${build.signal.status.dir}/${build.id}_main.ant*.status.xml" />
   204         </targetCondition>
   204         </targetCondition>
   205         <signalNotifierInput>
   205         <signalNotifierInput>
   206             <signalInput refid="preparationSignalInput" />
   206             <signalInput refid="preparationSignalInput" />
   207             <notifierInput>
   207             <notifierInput>
   208                 <fileset dir="${build.log.dir}" >
   208                 <fileset dir="${build.log.dir}" >
   210                 </fileset>
   210                 </fileset>
   211             </notifierInput>
   211             </notifierInput>
   212         </signalNotifierInput>
   212         </signalNotifierInput>
   213     </hlm:signalListenerConfig>
   213     </hlm:signalListenerConfig>
   214 
   214 
   215     <hlm:signalListenerConfig id="eeRomsSignal" target="ee-roms" message="Errors happened during ee rom image">
       
   216         <targetCondition>
       
   217             <hlm:hasSeverity severity="error" file="${build.signal.status.dir}/${build.id}_ee_roms.log.status.xml" />
       
   218         </targetCondition>
       
   219         <signalNotifierInput>
       
   220             <signalInput refid="eeRomsSignalInput" />
       
   221             <notifierInput>
       
   222                 <fileset dir="${build.log.dir}" >
       
   223                     <include name="**/${build.id}_ee_roms*" />
       
   224                 </fileset>
       
   225             </notifierInput>
       
   226         </signalNotifierInput>
       
   227     </hlm:signalListenerConfig>
       
   228 
   215 
   229     <hlm:signalListenerConfig id="subconRomsSignal" target="subcon-roms" message="Errors happened during subcon rom image">
   216     <hlm:signalListenerConfig id="subconRomsSignal" target="subcon-roms" message="Errors happened during subcon rom image">
   230         <hlm:targetCondition>
   217         <hlm:targetCondition>
   231             <hlm:hasSeverity severity="error" file="${build.signal.status.dir}/${build.id}_subcon_roms.log.status.xml" />
   218             <hlm:hasSeverity severity="error" file="${build.signal.status.dir}/${build.id}_subcon_roms.log.status.xml" />
   232         </hlm:targetCondition>
   219         </hlm:targetCondition>
   336     </hlm:signalListenerConfig>
   323     </hlm:signalListenerConfig>
   337 
   324 
   338     <hlm:signalListenerConfig id="testAlertsSignal" target="check-signal" message="Test alert signal">
   325     <hlm:signalListenerConfig id="testAlertsSignal" target="check-signal" message="Test alert signal">
   339         <signalNotifierInput>
   326         <signalNotifierInput>
   340             <signalInput refid="testAlertsSignalInput" />
   327             <signalInput refid="testAlertsSignalInput" />
   341         </signalNotifierInput>
       
   342     </hlm:signalListenerConfig>
       
   343 
       
   344     <hlm:signalListenerConfig id="btSmokeTestNotifySignal" target="blacktusk-signal" message="Blacktusk signal">
       
   345         <signalNotifierInput>
       
   346             <signalInput refid="btSmokeTestNotifySignalInput" />
       
   347         </signalNotifierInput>
   328         </signalNotifierInput>
   348     </hlm:signalListenerConfig>
   329     </hlm:signalListenerConfig>
   349 
   330 
   350     <hlm:signalInput id="archiveErrorSignalInput" failbuild="defer">
   331     <hlm:signalInput id="archiveErrorSignalInput" failbuild="defer">
   351         <hlm:notifierListRef refid="defaultFailNotifier" />
   332         <hlm:notifierListRef refid="defaultFailNotifier" />