From 7a8a12dd28d378650187da055c64c857823fd63f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Mon, 11 Sep 2017 21:55:59 +0300 Subject: [PATCH] Update CDash drop site address The drop site was not set to the correct one. --- maxscale-system-test/CTestConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maxscale-system-test/CTestConfig.cmake b/maxscale-system-test/CTestConfig.cmake index 1b96cfda2..5982e436a 100644 --- a/maxscale-system-test/CTestConfig.cmake +++ b/maxscale-system-test/CTestConfig.cmake @@ -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)