Hi David,<div><br></div><div>Not using subprojects.</div><div>CMake/CTest version 2.8.3 and CDash 1.8.2 (upgraded from the previous release however)</div><div><br></div><div>/Johan</div><div><br></div><div><br><br><div class="gmail_quote">
On Thu, Jan 13, 2011 at 3:27 PM, David Cole <span dir="ltr"><<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Are subprojects involved? (i.e. -- do you use them and do you have<br>
them set up for this dashboard)<br>
<br>
What versions of CDash and CMake/CTest are you using?<br>
<div><div></div><div class="h5"><br>
<br>
On Thu, Jan 13, 2011 at 4:07 AM, Johan Björk <<a href="mailto:phb@spotify.com">phb@spotify.com</a>> wrote:<br>
> Hi everyone,<br>
> I'm having a strange problem with my CDash submissions, and I'm not sure<br>
> what is going on. For every submission I do, I get two builds, one that only<br>
> has a UPDATE stage, and one line that has the rest of the steps.<br>
> The row with UPDATE has a higher buildID versus the row with<br>
> configure/build/test.<br>
> In my CTest script, I run several builds in a loop. For every build I do<br>
> //Setup CTEST_SOURCE_DIRECTORY and CTEST_BINARY_DIRECTORY<br>
> ctest_start(${CTEST_MODEL})<br>
> ctest_update()<br>
> ctest_configure()<br>
> ctest_build()<br>
> ctest_test()<br>
> if (WITH_COVERAGE AND CTEST_COVERAGE_COMMAND)<br>
> ctest_coverage()<br>
> endif (WITH_COVERAGE AND CTEST_COVERAGE_COMMAND)<br>
> if (WITH_MEMCHECK AND CTEST_MEMORYCHECK_COMMAND)<br>
> ctest_memcheck()<br>
> endif (WITH_MEMCHECK AND CTEST_MEMORYCHECK_COMMAND)<br>
> ctest_submit()<br>
><br>
> I also tried adding the APPEND keyword to the ctest_* commands, but no luck.<br>
> Has anyone seen this before? Does anyone have any suggestions how to debug<br>
> this?<br>
> Thanks<br>
> /Johan<br>
><br>
</div></div>> _______________________________________________<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/opensource/opensource.html</a><br>
><br>
> Please keep messages on-topic and check the CMake FAQ at:<br>
> <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
><br>
</blockquote></div><br></div>