Skip to content

Commit

Permalink
TEST: change to cdash 2.6
Browse files Browse the repository at this point in the history
(cherry picked from commit 05e267a)
  • Loading branch information
gpo-geo authored and jef-n committed Aug 8, 2019
1 parent 3b4f358 commit d9596cb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CTestConfig.cmake
Expand Up @@ -8,6 +8,6 @@ set(CTEST_PROJECT_NAME "QGIS")
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=QGIS")
set(CTEST_DROP_SITE_CDASH TRUE)
4 changes: 2 additions & 2 deletions INSTALL
Expand Up @@ -354,7 +354,7 @@ using dpkg -r libqgis1-dev. Otherwise dpkg-buildpackage will complain about a
build conflict.

/!\ Note: By default tests are run in the process of building and their
results are uploaded to http://dash.orfeo-toolbox.org/index.php?project=QGIS.
results are uploaded to http://cdash.orfeo-toolbox.org/index.php?project=QGIS.
You can turn the tests off using DEB_BUILD_OPTIONS=nocheck in front of the
build command. The upload of results can be avoided with DEB_TEST_TARGET=test.

Expand Down Expand Up @@ -2187,7 +2187,7 @@ Then run all tests from build directory:
cd build
make test

To run all tests and report to http://dash.orfeo-toolbox.org/index.php?project=QGIS
To run all tests and report to http://cdash.orfeo-toolbox.org/index.php?project=QGIS

cd build
make Experimental
Expand Down
4 changes: 2 additions & 2 deletions doc/INSTALL.html
Expand Up @@ -591,7 +591,7 @@ <H2>3.8. Building Debian packages</H2>
</P>
<P>
/!\ <B>Note:</B> By default tests are run in the process of building and their
results are uploaded to <A HREF="http://dash.orfeo-toolbox.org/index.php?project=QGIS.">http://dash.orfeo-toolbox.org/index.php?project=QGIS.</A>
results are uploaded to <A HREF="http://cdash.orfeo-toolbox.org/index.php?project=QGIS.">http://cdash.orfeo-toolbox.org/index.php?project=QGIS.</A>
You can turn the tests off using DEB_BUILD_OPTIONS=nocheck in front of the
build command. The upload of results can be avoided with DEB_TEST_TARGET=test.
</P>
Expand Down Expand Up @@ -3021,7 +3021,7 @@ <H1>8. Debug output and running tests</H1>
</PRE></div>

<P>
To run all tests and report to <A HREF="http://dash.orfeo-toolbox.org/index.php?project=QGIS">http://dash.orfeo-toolbox.org/index.php?project=QGIS</A>
To run all tests and report to <A HREF="http://cdash.orfeo-toolbox.org/index.php?project=QGIS">http://cdash.orfeo-toolbox.org/index.php?project=QGIS</A>
</P>

<div class="code"><PRE>
Expand Down
2 changes: 1 addition & 1 deletion doc/debug-tests.t2t
Expand Up @@ -26,7 +26,7 @@ cd build
make test
```

To run all tests and report to http://dash.orfeo-toolbox.org/index.php?project=QGIS
To run all tests and report to http://cdash.orfeo-toolbox.org/index.php?project=QGIS

```
cd build
Expand Down
2 changes: 1 addition & 1 deletion doc/linux.t2t
Expand Up @@ -246,7 +246,7 @@ using ``dpkg -r libqgis1-dev``. Otherwise ``dpkg-buildpackage`` will complain a
build conflict.

/!\ **Note:** By default tests are run in the process of building and their
results are uploaded to http://dash.orfeo-toolbox.org/index.php?project=QGIS.
results are uploaded to http://cdash.orfeo-toolbox.org/index.php?project=QGIS.
You can turn the tests off using DEB_BUILD_OPTIONS=nocheck in front of the
build command. The upload of results can be avoided with DEB_TEST_TARGET=test.

Expand Down
2 changes: 1 addition & 1 deletion scripts/parse_dash_results.py
Expand Up @@ -52,7 +52,7 @@
import struct
import glob

dash_url = 'https://dash.orfeo-toolbox.org'
dash_url = 'https://cdash.orfeo-toolbox.org'


def error(msg):
Expand Down

0 comments on commit d9596cb

Please sign in to comment.