<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. That does not help. I still get two entries on the dashboard. Is there anything else I can do?<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 12/16/09 2:38 PM, "Alexander Neundorf" <<a href="a.neundorf-work@gmx.net">a.neundorf-work@gmx.net</a>> 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>
> I am setting up a ParaView dashboard for a cluster in which I have to<BR>
> compile on one computer and then submit a job to run parallel tests on<BR>
> another computer. This means I have to run one dashboard script to update<BR>
> and build the code. At the end of this script I submit a parallel job to<BR>
> run the tests. The problem I am having is that I cannot seem to submit the<BR>
> results to the dashboard in such a way that I get both the build and test<BR>
> information on the same entry.<BR>
><BR>
> My current configuration is as follows. To update, configure, and build<BR>
> the latest version I have a CTest script like the following:<BR>
><BR>
> -Setup CMake variables-<BR>
...<BR>
> I am sure that the CMake variables are setup the same in both the build and<BR>
> test scripts; I am actually using the same script to setup both.<BR>
><BR>
> Now here is the problem: each of the CTEST_SUBMIT() create their own entry<BR>
> in the dashboard. The first one creates one that reports on the build but<BR>
> is missing the test information. The second one has the results of the<BR>
> test but has bogus information for the build. Does anyone know how to get<BR>
> the the second submit to simply add the test information to the existing<BR>
> build information? I tried simply removing the CTEST_START command from<BR>
> the test script, but in that case the submission fails outright. I get<BR>
> output like the following:<BR>
><BR>
> Test project /home/kmorel/dashboard/builds/ParaView3Experimental<BR>
> Cannot create directory /Testing/Temporary<BR>
> Cannot create log file: LastTest.log<BR>
> Start 1: QVTK-TestQtInitialization<BR>
> 1/1 Test #1: QVTK-TestQtInitialization ........ Passed 9.38 sec<BR>
><BR>
> 100% tests passed, 0 tests failed out of 1<BR>
><BR>
> Total Test time (real) = 11.53 sec<BR>
> Cannot create directory /Testing<BR>
> Cannot open notes file<BR>
> Use HTTP Proxy: wwwproxy.sandia.gov:80<BR>
> Cannot create directory /Testing/Temporary<BR>
> Cannot create log file: LastSubmit.log<BR>
> Submit files (using http)<BR>
> Using HTTP submit method<BR>
> Drop site:<a href="http://">http://</a><BR>
> Submission successful<BR>
> Error in read script:<BR>
> /home/kmorel/dashboard/scripts/ParaView3Experimental.cmake<BR>
><BR>
> Any ideas?<BR>
><BR>
<BR>
Does CTEST_SUBMIT(PARTS ... ) what you want ?<BR>
It's here under "CDash Subprojects" :<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>
**** Kenneth Moreland<BR>
*** Sandia National Laboratories<BR>
*********** <BR>
*** *** *** email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** *** ** phone: (505) 844-8919<BR>
*** web: <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>