[cmake-developers] How submit CMake dashboard to a different CDash server?

Sean McBride sean at rogue-research.com
Fri Aug 16 11:29:08 EDT 2013


Hi all,

I contribute a few CMake dashboards to the public cdash.org server.  I've now set up a buildbot running a beta of OS X 10.9, but since 10.9 is in beta and under NDA, I want to submit the results to my own cdash server.  How can I redirect my submission?  The cmake_common.cmake file does not seem to have such a facility, the closest thing I've found is 'dashboard_no_submit' which is not quite what I want. :)

I've tried setting the following:

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "cdash.rogue-research.com")
set(CTEST_DROP_LOCATION "/submit.php?project=FooBar")

but it still showed up here:
<http://open.cdash.org/viewNotes.php?buildid=3000889>

Any suggestions?

Cheers,

-- 
____________________________________________________________
Sean McBride, B. Eng                 sean at rogue-research.com
Rogue Research                        www.rogue-research.com 
Mac Software Developer              Montréal, Québec, Canada





More information about the cmake-developers mailing list