Update CDash drop site address

The drop site was not set to the correct one.
This commit is contained in:
Markus Mäkelä 2017-09-11 21:55:59 +03:00
parent 81202eac89
commit 7a8a12dd28

View File

@ -10,6 +10,6 @@ set(CTEST_PROJECT_NAME "MaxScale")
set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "jenkins.engskysql.com")
set(CTEST_DROP_SITE "maxscale-jenkins.mariadb.com")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=MaxScale")
set(CTEST_DROP_SITE_CDASH TRUE)