TEST: change to cdash 2.6

This commit is contained in:
Guillaume Pasero 2019-07-15 16:05:41 +02:00 committed by Nyall Dawson
parent 29523e9e2c
commit 05e267ae55
6 changed files with 8 additions and 8 deletions

View File

@ -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)

View File

@ -357,7 +357,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.
@ -2197,7 +2197,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

View File

@ -592,7 +592,7 @@ build conflict.
</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>
@ -3034,7 +3034,7 @@ make test
</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>

View File

@ -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

View File

@ -251,7 +251,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.

View File

@ -50,7 +50,7 @@ from PyQt5.QtWidgets import (QDialog,
import struct
import glob
dash_url = 'https://dash.orfeo-toolbox.org'
dash_url = 'https://cdash.orfeo-toolbox.org'
def error(msg):