[CMake] Fwd: my.cdash.org problems

Julien Jomier julien.jomier at kitware.com
Mon Jan 12 11:12:58 EST 2015


Hi Robert,

Regarding your questions:

1) You should use the following CTEST_DROP_LOCATION:

   set(CTEST_DROP_LOCATION "/submit.php?project=Safe+Numerics")

2) For the free version of hosted cdash, the builds are deleted every 30 
days. That's why you will not be able to see the builds submitted 211 
days ago.

Hope that helps,
Julien


> Subject: [CMake] my.cdash.org problems
> Date: Sun, 11 Jan 2015 12:21:46 -0700 (MST)
> From: Robert Ramey <ramey at rrsd.com>
> To: cmake at cmake.org
>
> I want to show all the tests run in the past year.  For this I use the URL
> Safe Numerics Dashboard
> <http://my.cdash.org/index.php?project=Safe+Numerics&filtercount=1&showfilters=1&field1=buildstarttime/date&compare1=83&value1=1%20year%20ago>
>
>
> So far so good.  But I have a number of problems:
>
> a) when I run the experimental target on my Cmake setup, I get an error
> message:
>
>
>     Uploaded:
> /Users/robertramey/WorkingProjects/safe_numerics_gcc-4.8.1/Testing/20150111-1903/Test.xml
>
>     Errors occurred during submission.
> Errors while running CTest
> make[3]: *** [CMakeFiles/Experimental] Error 8
> make[2]: *** [CMakeFiles/Experimental.dir/all] Error 2
> make[1]: *** [CMakeFiles/Experimental.dir/rule] Error 2
> make: *** [Experimental] Error 2
>
> my CTestConfig.cmake is:
>
> set(CTEST_PROJECT_NAME "Safe Numerics")
> set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
>
> set(CTEST_DROP_METHOD "http")
> set(CTEST_DROP_SITE "my.cdash.org")
> # set(CTEST_DROP_LOCATION "/cdash/submit.php?project=MyProject")
> set(CTEST_DROP_LOCATION "/index.php?project=Safe+Numerics")
> set(CTEST_DROP_SITE_CDASH TRUE)
>
> What do I have to do make this work and add another line to my test
> dashboard?
>
> b)when I log in to http://my.cdash.org I get a screen with a simple message
>
> No update data as of Sunday, January 11 2015 - 00:00 EST
> 211 days ago: 13 tests not run on Darwin-clang++
> 211 days ago: 10 warnings introduced on Darwin-clang++
>
> which OK.  BUT I don't see how to get the display I get to above which
> shows
> all the test results for the past year.  How do I get there?
>
> Robert Ramey
>
>
>
>
>
> --
> View this message in context:
> http://cmake.3232098.n2.nabble.com/my-cdash-org-problems-tp7589444.html
> Sent from the CMake mailing list archive at Nabble.com.


More information about the CMake mailing list