Perhaps if you use model Nightly when you do your weekly builds, you would be able to use:<br><br>ctest -M Nightly -T Submit --track Weekly<br><br>to do a re-submit, because then, the tag name would be the same for 24 hours.<br>
<br>Is that a possibility?<br><br><br><div class="gmail_quote">On Tue, Jun 15, 2010 at 2:55 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;">
Unfortunately, this doesn't work because it generates a new "tag" which<br>
doesn't match the name of the subdirectory in which the original xml<br>
files containing the test results exists.<br>
<div><div></div><div class="h5"><br>
<br>
On Tue, 2010-06-15 at 13:21 -0400, David Cole wrote:<br>
> If "ctest -M Weekly -T Submit" does not work, then perhaps:<br>
><br>
> ctest -M Experimental -T Submit --track Weekly<br>
><br>
> will work....<br>
><br>
> Let us know if either one works!<br>
><br>
><br>
> Thanks,<br>
> David<br>
><br>
><br>
> On Tue, Jun 15, 2010 at 1:20 PM, David Cole <<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>><br>
> wrote:<br>
>           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<br>
>         if ctest cares whether it knows about the -M name or not.....<br>
>         but does:<br>
><br>
>           ctest -M Weekly -T Submit<br>
><br>
>         work?<br>
><br>
><br>
>         HTH,<br>
>         David<br>
><br>
><br>
><br>
><br>
>         On Tue, Jun 15, 2010 at 12:28 PM, Larry Procter<br>
>         <<a href="mailto:larry@transpireinc.com">larry@transpireinc.com</a>> wrote:<br>
>                 Thanks Julien.<br>
><br>
>                  I have already done this, creating a build group<br>
>                 called "Weekly". In<br>
>                 addition, based on information I found on the Wiki for<br>
>                 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<br>
>                 complete, everything<br>
>                 submits fine and the results show up on the dashboard<br>
>                 under the "Weekly"<br>
>                 group as expected. The issue I need to address is how<br>
>                 can I manually<br>
>                 send the update, build, configure, and test "xml"<br>
>                 files in the event<br>
>                 that the cURL transmission fails?  I ask this because<br>
>                 we occasionally<br>
>                 have network issues here and I submit manually by<br>
>                 running the target<br>
>                 platform "make" file, in this case, "nmake<br>
>                 NightlySubmit".<br>
>                 Unfortunately, there is not target built for "Weekly",<br>
>                 so I can't use<br>
>                 this method.<br>
><br>
>                 It looks like I may need to reverse-engineer the<br>
>                 "submit.php" script in<br>
>                 the CDash sources and figure out how to feed it the<br>
>                 correct parameters<br>
>                 in the GET string via cURL. I hope not though.  I<br>
>                 would rather learn how<br>
>                 to make CMake configure a "WeeklySubmit" target.<br>
><br>
>                 Thanks again,<br>
><br>
>                 Larry<br>
><br>
><br>
>                 On Tue, 2010-06-15 at 12:06 -0400, Julien Jomier<br>
>                 wrote:<br>
>                 > Larry,<br>
>                 ><br>
>                 > Look at the wiki:<br>
>                 ><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<br>
>                 you can click on<br>
>                 > small folder icon and move the build to a different<br>
>                 group and it will<br>
>                 > automatically create a rule for that build so any<br>
>                 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<br>
>                 learn more about<br>
>                 > > creating such a rule?<br>
>                 > ><br>
>                 > > -Larry<br>
>                 > ><br>
>                 > > On Mon, 2010-06-14 at 20:48 -0400, Julien Jomier<br>
>                 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>
><br>
><br>
><br>
><br>
<br>
</div></div></blockquote></div><br>