<div dir="ltr"><div>As a temporary solution, how about creating a CMake variable "ITKGroup_Remote" to turn on</div><div>all remote modules for dashboard testing purpose?:</div>   <a href="http://review.source.kitware.com/#/c/14201/">http://review.source.kitware.com/#/c/14201/</a>  (a quick prototype just to show the idea)<br>
<div><br></div><div>If you turn ITK_BUILD_DEFAULT_MODULES OFF and turn this ITKGroup_Remote ON, all</div><div>remote modules would be ON.</div><div><br></div><div>This will make things easier to setup remote dashboards, with all the remote module tests</div>
<div>included in a single dashboard (along with all the depending modules' tests).</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jan 29, 2014 at 11:50 AM, Julien Jomier <span dir="ltr"><<a href="mailto:julien.jomier@kitware.com" target="_blank">julien.jomier@kitware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Bill, Brad,<br>
<br>
I'm also happy to "tune" CDash if necessary.<span class="HOEnZb"><font color="#888888"><br>
<br>
Julien</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On 29/01/2014 17:29, Bill Lorensen wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
One alternative is to submit to a different (non-modular) dashboard.<br>
<br>
<br>
On Wed, Jan 29, 2014 at 11:28 AM, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I agree we need something better. I also believe it is not the modular<br>
dashboard.<br>
<br>
Maybe we should establish requirements and see how best to meet them.<br>
<br>
<br>
On Wed, Jan 29, 2014 at 10:53 AM, Bradley Lowekamp<br>
<<a href="mailto:blowekamp@mail.nih.gov" target="_blank">blowekamp@mail.nih.gov</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Bill,<br>
<br>
If I add 3 machines to loop through the additional modules, do you think it would get too cluttered and un-organized to find the modules with problems or the modules you are interested in? How do you find the Slicer dashboard for it's modules/extensions?<br>

<br>
Brad<br>
<br>
<br>
On Jan 29, 2014, at 10:23 AM, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I prefer keeping the remote module where they are.<br>
<br>
On Wed, Jan 29, 2014 at 10:15 AM, Jean-Christophe Fillion-Robin<br>
<<a href="mailto:jchris.fillionr@kitware.com" target="_blank">jchris.fillionr@kitware.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
+1<br>
<br>
As a side note, we gonna also look at the modular dashboard for Slicer<br>
extension. I think it makes complete sense from an extension or ITK module<br>
developer perspective.<br>
<br>
Please, keep us posted of your findings..<br>
<br>
<br>
<br>
On Wed, Jan 29, 2014 at 8:58 AM, Bradley Lowekamp <<a href="mailto:blowekamp@mail.nih.gov" target="_blank">blowekamp@mail.nih.gov</a>><br>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Bill,<br>
<br>
That is what I recall from it too. But I was looking at it from an ITK<br>
developers perspective. I wanted to get the whole ITK view the way I was use<br>
to from the normal dashboard. I am not suggesting replacing the current<br>
view, well just the moving the "Expected Nightly Remote Modules" there as I<br>
think the current layout won't scale.<br>
<br>
As a modular developer the modular dashboard might be the right view. I<br>
would get a line for my module and I may be able to drill down for that<br>
module. I don't see a live version of it anymore to check though.<br>
<br>
I was just thinking that they might compliment each other for these two<br>
cases.<br>
<br>
Brad<br>
<br>
On Jan 29, 2014, at 8:44 AM, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>><br>
wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I do not recommend the modular dashboard. It has severe navigation<br>
issues.<br>
<br>
On Wed, Jan 29, 2014 at 8:36 AM, Bradley Lowekamp<br>
<<a href="mailto:blowekamp@mail.nih.gov" target="_blank">blowekamp@mail.nih.gov</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
I'm lazy and want to reduce the maintenance burden on creating a<br>
nightly build to test the remote modules.<br>
<br>
It looks like the script running on "dash5.kitware" is nicely grinding<br>
through some remote modules ( and potentially other off by default modules<br>
like DCMTK, MINC). I was about to suggest this be some how added into the<br>
"dashboard" branch, but now I am seeing the itkmodular_common.cmake script<br>
there, which really has a lot of the functionality need such as some support<br>
for valgrind and coverage.<br>
<br>
Does it make since to bring back the modular dashboard for these other<br>
modules?<br>
<br>
I really just want to be able to specify a list for modules to be<br>
modularly tested on a a couple builds and try to re-use a script to do this.<br>
I am trying to figure out what's the easiest way to do this for the long<br>
run.<br>
<br>
Thanks,<br>
Brad<br>
______________________________<u></u>_________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/<u></u>opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://kitware.com/products/protraining.php" target="_blank">http://kitware.com/products/<u></u>protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_<u></u>FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-developers" target="_blank">http://www.itk.org/mailman/<u></u>listinfo/insight-developers</a><br>
______________________________<u></u>_________________<br>
Community mailing list<br>
<a href="mailto:Community@itk.org" target="_blank">Community@itk.org</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/community" target="_blank">http://public.kitware.com/cgi-<u></u>bin/mailman/listinfo/community</a><br>
</blockquote>
<br>
<br>
<br>
--<br>
Unpaid intern in BillsBasement at noware dot com<br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/<u></u>opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://kitware.com/products/protraining.php" target="_blank">http://kitware.com/products/<u></u>protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_<u></u>FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-developers" target="_blank">http://www.itk.org/mailman/<u></u>listinfo/insight-developers</a><br>
</blockquote>
<br>
<br>
<br>
<br>
--<br>
<a href="tel:%2B1%20919%20869%208849" value="+19198698849" target="_blank">+1 919 869 8849</a><br>
</blockquote>
<br>
<br>
<br>
--<br>
Unpaid intern in BillsBasement at noware dot com<br>
</blockquote>
<br>
</blockquote>
<br>
<br>
<br>
--<br>
Unpaid intern in BillsBasement at noware dot com<br>
</blockquote>
<br>
<br>
<br>
</blockquote>
______________________________<u></u>_________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/<u></u>opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://kitware.com/products/protraining.php" target="_blank">http://kitware.com/products/<u></u>protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_<u></u>FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-developers" target="_blank">http://www.itk.org/mailman/<u></u>listinfo/insight-developers</a><br>
______________________________<u></u>_________________<br>
Community mailing list<br>
<a href="mailto:Community@itk.org" target="_blank">Community@itk.org</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/community" target="_blank">http://public.kitware.com/cgi-<u></u>bin/mailman/listinfo/community</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div><br></div><div><br></div>---------------------------------------------<br><b>Xiaoxiao Liu</b>, Ph.D.<div><div><div><font face="arial, sans-serif"><span style="border-collapse:collapse">R & D Engineer</span></font></div>
<div><div><a href="http://www.kitware.com/" target="_blank">Kitware Inc</a>.</div></div><div><span style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px">Clifton Park, NY</span><div><div>Phone: (518) 881-4924  or  <span style="border-collapse:collapse;color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px">(518) 371-3971 x124</span></div>
<div><font face="Verdana, Arial, Helvetica, sans-serif"><span style="line-height:31px;font-size:x-small"><br></span></font></div></div></div></div></div>
</div>