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">&lt;<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>&gt;</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 &lt;<a href="mailto:phb@spotify.com">phb@spotify.com</a>&gt; wrote:<br>
&gt; Hi everyone,<br>
&gt; I&#39;m having a strange problem with my CDash submissions, and I&#39;m not sure<br>
&gt; what is going on. For every submission I do, I get two builds, one that only<br>
&gt; has a UPDATE stage, and one line that has the rest of the steps.<br>
&gt; The row with UPDATE has a higher buildID versus the row with<br>
&gt; configure/build/test.<br>
&gt; In my CTest script, I run several builds in a loop. For every build I do<br>
&gt; //Setup CTEST_SOURCE_DIRECTORY and CTEST_BINARY_DIRECTORY<br>
&gt;   ctest_start(${CTEST_MODEL})<br>
&gt;   ctest_update()<br>
&gt;   ctest_configure()<br>
&gt;   ctest_build()<br>
&gt;   ctest_test()<br>
&gt;   if (WITH_COVERAGE AND CTEST_COVERAGE_COMMAND)<br>
&gt;     ctest_coverage()<br>
&gt;   endif (WITH_COVERAGE AND CTEST_COVERAGE_COMMAND)<br>
&gt;   if (WITH_MEMCHECK AND CTEST_MEMORYCHECK_COMMAND)<br>
&gt;     ctest_memcheck()<br>
&gt;   endif (WITH_MEMCHECK AND CTEST_MEMORYCHECK_COMMAND)<br>
&gt;   ctest_submit()<br>
&gt;<br>
&gt; I also tried adding the APPEND keyword to the ctest_* commands, but no luck.<br>
&gt; Has anyone seen this before? Does anyone have any suggestions how to debug<br>
&gt; this?<br>
&gt; Thanks<br>
&gt; /Johan<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the CMake FAQ at:<br>
&gt; <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
&gt;<br>
</blockquote></div><br></div>