]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - CTestConfig.cmake
Adding Domenico Colella as responsible for SPD part in TRI pp
[u/mrichter/AliRoot.git] / CTestConfig.cmake
index f3feab9ee1146826eb3f2762ca170c6bd124b0ca..bd177a2ae9dbe445764e52141c9bfe6ddd036da6 100644 (file)
@@ -1,6 +1,11 @@
+# Dashboard is opened for submissions for a 24 hour period starting at
+# the specified NIGHLY_START_TIME. Time is specified in 24 hour format.
 set(CTEST_PROJECT_NAME "AliRoot")
-set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
+set(CTEST_NIGHTLY_START_TIME "00:00:00 CEST")
+
 set(CTEST_DROP_METHOD "http")
-set(CTEST_DROP_SITE "alirootbuildcmake.cern.ch")
-set(CTEST_DROP_LOCATION "/~johny/submit.php?project=AliRoot")
+set(CTEST_DROP_SITE "cdash.cern.ch")
+set(CTEST_DROP_LOCATION "/submit.php?project=AliRoot")
 set(CTEST_DROP_SITE_CDASH TRUE)
+
+set(CTEST_TESTING_TIMEOUT 60)