[vtk-developers] Submitting VTK builds to private dashboard

Sean McBride sean at rogue-research.com
Wed Sep 18 12:40:05 EDT 2013


Hi all,

I've setup another build machine with OS X 10.9, but since that OS is under NDA, I don't want to submit the results to the public CDash site (yet).  I did the same with CMake and GDCM and added this at the very end of my script:

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

include(${CTEST_SCRIPT_DIRECTORY}/../vtk_common.cmake)

Works great for CMake and GDCM.  For VTK it half works.  On *my* dashboard, I see an entry, but the 'update' and 'configure' columns are empty, but the build and test results are there.  On the public cdash.org there is also and entry, where the 'update' and 'configure' are present, but the other columns are empty.

So half went to my cdash and half went to cdash.org.

Since this doesn't happen with CMake and GDCM, I'm confused... Could something be wrong in vtk_common.cmake?

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 vtk-developers mailing list