Skip to content

Commit

Permalink
Add a flow.verifyEdigain.output target so that Jenkins can verify the…
Browse files Browse the repository at this point in the history
… eduGAIN aggregate and return errors, now that they are suppressed during the signing run.
  • Loading branch information
iay committed Sep 11, 2013
1 parent d1dd863 commit df22c26
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,17 @@
<CHANNEL.do verb="verifyEdugain" channel="se_swamid"/>
</target>

<!--
flow.verifyEdugain.output
Verify the eduGAIN production aggregate.
The intention is that this be called from Jenkins.
-->
<target name="flow.verifyEdugain.output">
<CHANNEL.do verb="verify" channel="int_edugain"/>
</target>

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

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

<alias alias="import" name="importProduction"/>
<alias alias="importRaw" name="importProductionRaw"/>
</beans>

0 comments on commit df22c26

Please sign in to comment.