make NightlySubmit<br><br>is equivalent to:<br><br>  ctest -D NightlySubmit<br><br>and also to:<br><br>  ctest -M Nightly -T Submit<br><br>I do not know if this will work, because I am not 100% certain if ctest cares whether it knows about the -M name or not..... but does:<br>
<br>  ctest -M Weekly -T Submit<br><br>work?<br><br><br>HTH,<br>David<br><br><br><div class="gmail_quote">On Tue, Jun 15, 2010 at 12:28 PM, Larry Procter <span dir="ltr"><<a href="mailto:larry@transpireinc.com">larry@transpireinc.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Thanks Julien.<br>
<br>
  I have already done this, creating a build group called "Weekly". In<br>
addition, based on information I found on the Wiki for running CTest and<br>
CDash without CMake<br>
(<a href="http://public.kitware.com/Wiki/CTest:Using_CTEST_and_CDASH_without_CMAKE" target="_blank">http://public.kitware.com/Wiki/CTest:Using_CTEST_and_CDASH_without_CMAKE</a>).<br>
When I run my tests, which require 17 hours to complete, everything<br>
submits fine and the results show up on the dashboard under the "Weekly"<br>
group as expected. The issue I need to address is how can I manually<br>
send the update, build, configure, and test "xml" files in the event<br>
that the cURL transmission fails?  I ask this because we occasionally<br>
have network issues here and I submit manually by running the target<br>
platform "make" file, in this case, "nmake NightlySubmit".<br>
Unfortunately, there is not target built for "Weekly", so I can't use<br>
this method.<br>
<br>
It looks like I may need to reverse-engineer the "submit.php" script in<br>
the CDash sources and figure out how to feed it the correct parameters<br>
in the GET string via cURL. I hope not though.  I would rather learn how<br>
to make CMake configure a "WeeklySubmit" target.<br>
<br>
Thanks again,<br>
<font color="#888888"><br>
Larry<br>
</font><div><div></div><div class="h5"><br>
On Tue, 2010-06-15 at 12:06 -0400, Julien Jomier wrote:<br>
> Larry,<br>
><br>
> Look at the wiki:<br>
> <a href="http://public.kitware.com/Wiki/CDash:Administration#Move_builds_to_another_group" target="_blank">http://public.kitware.com/Wiki/CDash:Administration#Move_builds_to_another_group</a><br>
><br>
> Basically, if you are logged in as an administrator you can click on<br>
> small folder icon and move the build to a different group and it will<br>
> automatically create a rule for that build so any subsequent builds will<br>
> be placed in the new group.<br>
><br>
> Julien<br>
><br>
> On 6/15/2010 11:52 AM, Larry Procter wrote:<br>
> > Thank you Julien! I am new to this, so where can I learn more about<br>
> > creating such a rule?<br>
> ><br>
> > -Larry<br>
> ><br>
> > On Mon, 2010-06-14 at 20:48 -0400, Julien Jomier wrote:<br>
> >> rule<br>
> ><br>
> ><br>
><br>
<br>
_______________________________________________<br>
Cdash mailing list<br>
<a href="mailto:Cdash@public.kitware.com">Cdash@public.kitware.com</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/cdash" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/cdash</a><br>
</div></div></blockquote></div><br>