<HTML>
<HEAD>
<TITLE>Re: [CMake] Submitting build and test results to dashboard separately</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>No. &nbsp;That does not help. &nbsp;I still get two entries on the dashboard. &nbsp;Is there anything else I can do?<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 12/16/09 2:38 PM, &quot;Alexander Neundorf&quot; &lt;<a href="a.neundorf-work@gmx.net">a.neundorf-work@gmx.net</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>On Wednesday 16 December 2009, Moreland, Kenneth wrote:<BR>
&gt; I am setting up a ParaView dashboard for a cluster in which I have to<BR>
&gt; compile on one computer and then submit a job to run parallel tests on<BR>
&gt; another computer. This means I have to run one dashboard script to update<BR>
&gt; and build the code. &nbsp;At the end of this script I submit a parallel job to<BR>
&gt; run the tests. &nbsp;The problem I am having is that I cannot seem to submit the<BR>
&gt; results to the dashboard in such a way that I get both the build and test<BR>
&gt; information on the same entry.<BR>
&gt;<BR>
&gt; My current configuration is as follows. &nbsp;To update, configure, and build<BR>
&gt; the latest version I have a CTest script like the following:<BR>
&gt;<BR>
&gt; -Setup CMake variables-<BR>
...<BR>
&gt; I am sure that the CMake variables are setup the same in both the build and<BR>
&gt; test scripts; I am actually using the same script to setup both.<BR>
&gt;<BR>
&gt; Now here is the problem: each of the CTEST_SUBMIT() &nbsp;create their own entry<BR>
&gt; in the dashboard. &nbsp;The first one creates one that reports on the build but<BR>
&gt; is missing the test information. &nbsp;The second one has the results of the<BR>
&gt; test but has bogus information for the build. &nbsp;Does anyone know how to get<BR>
&gt; the the second submit to simply add the test information to the existing<BR>
&gt; build information? &nbsp;I tried simply removing the CTEST_START command from<BR>
&gt; the test script, but in that case the submission fails outright. &nbsp;I get<BR>
&gt; output like the following:<BR>
&gt;<BR>
&gt; Test project /home/kmorel/dashboard/builds/ParaView3Experimental<BR>
&gt; Cannot create directory /Testing/Temporary<BR>
&gt; Cannot create log file: LastTest.log<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;Start 1: QVTK-TestQtInitialization<BR>
&gt; 1/1 Test #1: QVTK-TestQtInitialization ........ &nbsp;&nbsp;Passed &nbsp;&nbsp;&nbsp;9.38 sec<BR>
&gt;<BR>
&gt; 100% tests passed, 0 tests failed out of 1<BR>
&gt;<BR>
&gt; Total Test time (real) = &nbsp;11.53 sec<BR>
&gt; Cannot create directory /Testing<BR>
&gt; Cannot open notes file<BR>
&gt; &nbsp;&nbsp;&nbsp;Use HTTP Proxy: wwwproxy.sandia.gov:80<BR>
&gt; Cannot create directory /Testing/Temporary<BR>
&gt; Cannot create log file: LastSubmit.log<BR>
&gt; Submit files (using http)<BR>
&gt; &nbsp;&nbsp;&nbsp;Using HTTP submit method<BR>
&gt; &nbsp;&nbsp;&nbsp;Drop site:<a href="http://">http://</a><BR>
&gt; &nbsp;&nbsp;&nbsp;Submission successful<BR>
&gt; Error in read script:<BR>
&gt; /home/kmorel/dashboard/scripts/ParaView3Experimental.cmake<BR>
&gt;<BR>
&gt; Any ideas?<BR>
&gt;<BR>
<BR>
Does CTEST_SUBMIT(PARTS ... ) what you want ?<BR>
It's here under &quot;CDash Subprojects&quot; :<BR>
<a href="http://www.kitware.com/products/archive/kitware_quarterly0709.pdf">http://www.kitware.com/products/archive/kitware_quarterly0709.pdf</a><BR>
<BR>
Alex<BR>
_______________________________________________<BR>
Powered by www.kitware.com<BR>
<BR>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><BR>
<BR>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ">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">http://www.cmake.org/mailman/listinfo/cmake</a><BR>
<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
&nbsp;&nbsp;&nbsp;**** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kenneth Moreland<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sandia National Laboratories<BR>
*********** &nbsp;<BR>
*** *** *** &nbsp;email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** &nbsp;*** &nbsp;** &nbsp;phone: (505) 844-8919<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;web: &nbsp;&nbsp;<a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>