Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Let COBWEB errors be errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Feb 27, 2014
1 parent 103fd1e commit 2b8b9ae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@
Verify the COBWEB metadata. Callable from Jenkins.
-->
<target name="flow.verify.cobweb">
<CHANNEL.do verb="importProduction" channel="int_cobweb"/>
<CHANNEL.do verb="verifyProduction" channel="int_cobweb"/>
</target>

<!--
Expand Down
11 changes: 11 additions & 0 deletions mdx/int_cobweb/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@
</property>
</bean>

<bean id="verifyProduction" parent="SimplePipeline"
p:id="verifyProduction">
<property name="stages">
<list>
<ref bean="int_cobweb_productionEntities"/>
<ref bean="standardImportActions"/>
<ref bean="errorTerminatingFilter"/>
</list>
</property>
</bean>

<bean id="importProductionRaw" parent="SimplePipeline"
p:id="importProductionRaw">
<property name="stages">
Expand Down

0 comments on commit 2b8b9ae

Please sign in to comment.