From 0388a3565a8a39d9c37bea83a6439e6c3a68e86d Mon Sep 17 00:00:00 2001 From: Antoine Regimbeau <antoine.regimbeau@c-s.fr> Date: Tue, 19 Mar 2019 13:41:56 +0100 Subject: [PATCH] Sed dash.orfeo-toolbox.org to cdash.orfeo-toolbox.org --- CONTRIBUTING.md | 4 ++-- CTestConfig.cmake | 2 +- Documentation/SoftwareGuide/CTestConfig.cmake | 2 +- Packaging/CTestConfig.cmake | 2 +- README.md | 2 +- SuperBuild/CTestConfig.cmake | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b36785a5fb..8ac444568b 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 2513cc9044..d50bf80899 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 4c5367353e..10189d8dff 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 35a87e8e01..8f8b4948db 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 494ae8d4c0..46275f6320 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 1de10127f5..05ffb327e7 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) -- GitLab