diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b36785a5fbaee0220ffe45db66615aed2b5bd578..8ac444568b5a69d228a4bb99e4d1cd8b71032653 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,7 +58,7 @@ then send a merge request. Note that we also accept PRs on our [GitHub mirror](https://github.com/orfeotoolbox/OTB) which we will manually merge. -Feature branches are tested on multiple platforms on the OTB test infrastructure (a.k.a the [Dashboard](https://dash.orfeo-toolbox.org/)). They appear in the FeatureBranches section. +Feature branches are tested on multiple platforms on the OTB test infrastructure (a.k.a the [Dashboard](https://cdash.orfeo-toolbox.org/)). They appear in the FeatureBranches section. Caveat: even if the Dashboard build on develop branch is broken, it is not allowed to push fixes directly on develop. The developer trying to fix the @@ -124,7 +124,7 @@ Again, the second branch name is optional. For users without push access to [otb-devutils repository](https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb-devutils.git), the modification can be asked through a merge requests to this repository. -Once the feature branch is registered for testing, it should appear in the *FeatureBranches* section of the [OTB dashboard](https://dash.orfeo-toolbox.org/index.php?project=OTB) next day (remember tests are run on a nightly basis). +Once the feature branch is registered for testing, it should appear in the *FeatureBranches* section of the [OTB dashboard](https://cdash.orfeo-toolbox.org/index.php?project=OTB) next day (remember tests are run on a nightly basis). Do not forget to remove the feature branch for testing once it has been merged. diff --git a/CTestConfig.cmake b/CTestConfig.cmake index 2513cc9044112d453e55b4d77c053bb4650fde54..d50bf8089915dc328b031b1ee4a5f672895545b2 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -22,6 +22,6 @@ set(CTEST_PROJECT_NAME "OTB") set(CTEST_NIGHTLY_START_TIME "20:00:00 CEST") set(CTEST_DROP_METHOD "https") -set(CTEST_DROP_SITE "dash.orfeo-toolbox.org") +set(CTEST_DROP_SITE "cdash.orfeo-toolbox.org") set(CTEST_DROP_LOCATION "/submit.php?project=OTB") set(CTEST_DROP_SITE_CDASH TRUE) diff --git a/Documentation/SoftwareGuide/CTestConfig.cmake b/Documentation/SoftwareGuide/CTestConfig.cmake index 4c5367353e56fda293045177242aa849d02e9c40..10189d8dff89801cad8542aafb863e9205d4869b 100644 --- a/Documentation/SoftwareGuide/CTestConfig.cmake +++ b/Documentation/SoftwareGuide/CTestConfig.cmake @@ -2,6 +2,6 @@ set(CTEST_PROJECT_NAME "Documentation") set(CTEST_NIGHTLY_START_TIME "20:00:00 CEST") set(CTEST_DROP_METHOD "https") -set(CTEST_DROP_SITE "dash.orfeo-toolbox.org") +set(CTEST_DROP_SITE "cdash.orfeo-toolbox.org") set(CTEST_DROP_LOCATION "/submit.php?project=Documentation") set(CTEST_DROP_SITE_CDASH TRUE) diff --git a/Packaging/CTestConfig.cmake b/Packaging/CTestConfig.cmake index 35a87e8e010b6464fbee114c714eb63fdece763e..8f8b4948dbb685c582affd0f7098023d8ab82f15 100644 --- a/Packaging/CTestConfig.cmake +++ b/Packaging/CTestConfig.cmake @@ -21,7 +21,7 @@ set(CTEST_PROJECT_NAME "OTB") set(CTEST_NIGHTLY_START_TIME "20:00:00 CEST") set(CTEST_DROP_METHOD "https") -set(CTEST_DROP_SITE "dash.orfeo-toolbox.org") +set(CTEST_DROP_SITE "cdash.orfeo-toolbox.org") set(CTEST_DROP_LOCATION "/submit.php?project=OTB") set(CTEST_DROP_SITE_CDASH TRUE) set(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 409600) diff --git a/README.md b/README.md index 494ae8d4c08a8bd41542976e748592bc6ae95511..46275f6320b4dff3a36368f20de374b6ae82f6fc 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ not a black box! * [Downloads](https://www.orfeo-toolbox.org/download/) * [Public git repositories](https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb) * [GitHub mirror](https://github.com/orfeotoolbox/) -* [Build status](http://dash.orfeo-toolbox.org/index.php?project=OTB) +* [Build status](http://cdash.orfeo-toolbox.org/index.php?project=OTB) * [Bug tracker](https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/issues?label_name%5B%5D=bug) * [Wiki](http://wiki.orfeo-toolbox.org/index.php/Main_Page) * [Task tracking](https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/issues) diff --git a/SuperBuild/CTestConfig.cmake b/SuperBuild/CTestConfig.cmake index 1de10127f5752787f7bf34a2037a8c243e646743..05ffb327e79a85362e54831e3d2c859c59ae7b92 100644 --- a/SuperBuild/CTestConfig.cmake +++ b/SuperBuild/CTestConfig.cmake @@ -28,6 +28,6 @@ set(CTEST_PROJECT_NAME "OTB") set(CTEST_NIGHTLY_START_TIME "20:00:00 CEST") set(CTEST_DROP_METHOD "https") -set(CTEST_DROP_SITE "dash.orfeo-toolbox.org") +set(CTEST_DROP_SITE "cdash.orfeo-toolbox.org") set(CTEST_DROP_LOCATION "/submit.php?project=OTB") set(CTEST_DROP_SITE_CDASH TRUE)