Skip to content

Commit

Permalink
Delegate parts of mdx test run.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jun 27, 2012
1 parent 558d08f commit b66f623
Showing 1 changed file with 24 additions and 29 deletions.
53 changes: 24 additions & 29 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -855,17 +855,12 @@
<CHANNEL.do channel="int_edugain" verb="testImport"/>
</target>

<target name="flow.test.all">
<target name="flow.test.all"
depends="flow.importEdugain.all, flow.importProduction.all">
<CHANNEL.import channel="at_aconet"/>
<CHANNEL.import channel="au_aaf"/>
<CHANNEL.import channel="be_belnet"/>
<CHANNEL.do channel="be_belnet" verb="importProduction"/>
<CHANNEL.import channel="br_cafe"/>
<CHANNEL.do channel="br_cafe" verb="importProduction"/>
<CHANNEL.import channel="ca_caf"/>
<CHANNEL.import channel="ch_switchaai"/>
<CHANNEL.import channel="cz_eduid"/>
<CHANNEL.do channel="cz_eduid" verb="importProduction"/>
<CHANNEL.import channel="de_dfnaai"/>
<CHANNEL.import channel="dk_wayf"/>
<CHANNEL.import channel="es_sir"/>
Expand All @@ -891,6 +886,28 @@
<CHANNEL.import channel="us_incommon"/>
</target>

<!--
flow.importProduction.all
Run the importProduction flow on each channel that has one.
-->
<target name="flow.importProduction.all">
<CHANNEL.do verb="importProduction" channel="be_belnet"/>
<CHANNEL.do verb="importProduction" channel="br_cafe"/>
<CHANNEL.do verb="importProduction" channel="cz_eduid"/>
</target>

<!--
flow.importEdugain.all
Run the importEdugain flow on each channel that has one.
-->
<target name="flow.importEdugain.all">
<CHANNEL.do verb="importEdugain" channel="be_belnet"/>
<CHANNEL.do verb="importEdugain" channel="br_cafe"/>
<CHANNEL.do verb="importEdugain" channel="cz_eduid"/>
</target>

<!--
flow.importRaw.all
Expand Down Expand Up @@ -929,28 +946,6 @@
<CHANNEL.do verb="importRaw" channel="us_incommon"/>
</target>

<!--
flow.importProduction.all
Run the importProduction flow on each channel that has one.
-->
<target name="flow.importProduction.all">
<CHANNEL.do verb="importProduction" channel="be_belnet"/>
<CHANNEL.do verb="importProduction" channel="br_cafe"/>
<CHANNEL.do verb="importProduction" channel="cz_eduid"/>
</target>

<!--
flow.importEdugain.all
Run the importEdugain flow on each channel that has one.
-->
<target name="flow.importEdugain.all">
<CHANNEL.do verb="importEdugain" channel="be_belnet"/>
<CHANNEL.do verb="importEdugain" channel="br_cafe"/>
<CHANNEL.do verb="importEdugain" channel="cz_eduid"/>
</target>

<!--
*********************************
*** ***
Expand Down

0 comments on commit b66f623

Please sign in to comment.