The correct CTEST_DROP_* variable values are listed in VTK's CTestConfig.cmake file:
http://vtk.org/gitweb?p=VTK.git;a=blob;f=CTestConfig.cmake;h=b7f08577cd5073e009e5fbc7e0d7be238be5b94b;hb=master After configuring a VTK build tree, you should just be able to run: ctest -D Experimental in the build tree. You should NOT have to set any of these variables anywhere to submit a VTK dashboard... What wiki page are you referring to?? (I'm pretty sure whichever one it is, it contains some seriously outdated information at this point, and we should clean it up...) Thanks, and hope this helps, David On Tue, Jul 3, 2012 at 7:34 AM, hce <[email protected]> wrote: > Hi, > > I am running 2.8.8 on CentOS 6, and I followed VTK wiki instruction to set > following up and to run "ctest -D Experimental", but it failed to submit the > report. The error was that my hostname was not reachable. It is my PC, the > hostname is set to a proper domain name. But I thought it got right IP > address which the ctest can use it for communication with the > public.kitware.com server. Any other set up I may need to make it work? > > SET (CTEST_DROP_METHOD http) > SET (CTEST_DROP_SITE "public.kitware.com") > SET (CTEST_DROP_LOCATION "/cgi-bin/HTTPUploadDartFile.cgi") > SET (CTEST_TRIGGER_SITE > "http://${DROP_SITE}/cgi-bin/Submit-CMake-TestingResults.pl") > > Thank you. > > Kind regards, > > Jupiter > > -- > View this message in context: > http://cmake.3232098.n2.nabble.com/Failed-to-submit-ctest-report-to-public-kitware-com-CDash-server-tp7580733.html > Sent from the CMake mailing list archive at Nabble.com. > -- > > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the CMake FAQ at: > http://www.cmake.org/Wiki/CMake_FAQ > > Follow this link to subscribe/unsubscribe: > http://www.cmake.org/mailman/listinfo/cmake -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
