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 <[email protected]>
To: [email protected]

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.
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to