]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Server move: Update CDash URL
authorMatthias Maier <tamiko@43-1.org>
Tue, 10 May 2022 19:49:24 +0000 (14:49 -0500)
committerMatthias Maier <tamiko@43-1.org>
Tue, 10 May 2022 19:49:24 +0000 (14:49 -0500)
CTestConfig.cmake
README.md
contrib/utilities/query_testsuite
doc/developers/testsuite.html

index 0369aebd82c1b112968b0276a1788a8fc3a176a2..a38fe986ee97f3470ec9db7b7b9981e01fcc3a2c 100644 (file)
@@ -20,7 +20,7 @@
 SET(CTEST_PROJECT_NAME "deal.II")
 
 SET(CTEST_DROP_METHOD "https")
-SET(CTEST_DROP_SITE "cdash.43-1.org")
+SET(CTEST_DROP_SITE "cdash.dealii.org")
 SET(CTEST_DROP_LOCATION "/submit.php?project=deal.II")
 SET(CTEST_DROP_SITE_CDASH TRUE)
 
index cd8c10a7c9c3295266916029400c109a2da6bd9a..80db733d5c5f4e30618a3e9a9450e1e56ba294ee 100644 (file)
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ Continuous Integration Status:
 | MacOS  | [![Build Status](https://github.com/dealii/dealii/workflows/github-CI/badge.svg)](https://github.com/dealii/dealii/actions?query=workflow%3Agithub-CI)                                                                                           | See https://github.com/dealii/dealii/actions                                          |
 | MSVC   | [![Build status](https://github.com/dealii/dealii/workflows/github-windows/badge.svg)](https://github.com/dealii/dealii/actions?query=workflow%3Agithub-windows)                                                                                 | See https://github.com/dealii/dealii/actions                                          |
 | Docker | [![Build status](https://github.com/dealii/dealii/workflows/github-docker/badge.svg)](https://github.com/dealii/dealii/actions?query=workflow%3Agithub-docker)                                                                                   | See https://github.com/dealii/dealii/actions                                          |
-| CDash  | [![cdash](https://img.shields.io/website?down_color=lightgrey&down_message=offline&label=CDash&up_color=green&up_message=up&url=https%3A%2F%2Fcdash.43-1.org%2Findex.php%3Fproject%3Ddeal.II)](https://cdash.43-1.org/index.php?project=deal.II) | Various builds and configurations on https://cdash.43-1.org/index.php?project=deal.II |
+| CDash  | [![cdash](https://img.shields.io/website?down_color=lightgrey&down_message=offline&label=CDash&up_color=green&up_message=up&url=https%3A%2F%2Fcdash.dealii.org%2Findex.php%3Fproject%3Ddeal.II)](https://cdash.dealii.org/index.php?project=deal.II) | Various builds and configurations on https://cdash.dealii.org/index.php?project=deal.II |
 
 Docker Images:
 -------------
index 659148b8499948a3fb53015fbfdb5961ee1faf73..2ae882bbe71a4bc7f96697b8ee0bd707fd4cf5a7 100755 (executable)
@@ -15,7 +15,7 @@
 ## ---------------------------------------------------------------------
 set -eu
 
-BASE_URL="https://cdash.43-1.org"
+BASE_URL="https://cdash.dealii.org"
 
 # Script to query CDash on the command line and create a formatted table
 
index 9c76bddac5c6758ec9eab416754395f8eb4b8216..a23156dc1cd5b7c30e2f70eb745b72ebeb6c2a40 100644 (file)
@@ -30,7 +30,7 @@
       we fix a bug, in both cases to make sure that future changes do not
       break this functionality (again). Machines running the testsuite
       submit the results to our cdash
-      <a href="https://cdash.43-1.org/index.php?project=deal.II">CDash instance</a>,
+      <a href="https://cdash.dealii.org/index.php?project=deal.II">CDash instance</a>,
       a webpage showing the status of our regression tests.
     </p>
 
@@ -328,7 +328,7 @@ xx: ===============================    OUTPUT END   ============================
      <p>
        At the end of all of this, results will be shown in a separate section
        "Dynamic Analysis" at the
-       <a href="https://cdash.43-1.org/index.php?project=deal.II&display=project"
+       <a href="https://cdash.dealii.org/index.php?project=deal.II&display=project"
        target="_top">deal.II cdash site</a>.
      </p>
 
@@ -385,7 +385,7 @@ ctest <...> -S ../tests/run_coverage.cmake
     <p>
       At the end of all of this, results will be shown in a separate section
       "Coverage" at the
-      <a href="https://cdash.43-1.org/index.php?project=deal.II&display=project"
+      <a href="https://cdash.dealii.org/index.php?project=deal.II&display=project"
       target="_top">deal.II cdash site</a>.
       In case you download the coverage report uploader for Codecov via
       <code>contrib/utilities/download_codecov</code>, the coverage
@@ -792,7 +792,7 @@ DEAL_II_PICKUP_TESTS()
 
     <p>
       To submit test results to our <a
-        href="https://cdash.43-1.org/index.php?project=deal.II">CDash</a>
+        href="https://cdash.dealii.org/index.php?project=deal.II">CDash</a>
       instance just invoke ctest within a build directory (or designated
       build directory) with the <code>-S</code> option pointing to the
       <code>run_testsuite.cmake</code> script (assuming here for the
@@ -920,11 +920,11 @@ MAKEOPTS
       different systems and with different compilers as well as
       different configuration options. Results are collected in the "Build
       Tests" track in <a
-      href="https://cdash.43-1.org/index.php?project=deal.II">CDash</a>.<p>
+      href="https://cdash.dealii.org/index.php?project=deal.II">CDash</a>.<p>
 
       <p>Running the build test suite is simple and we encourage deal.II
       users with configurations not found on the <a
-      href="https://cdash.43-1.org/index.php?project=deal.II">CDash page</a> to
+      href="https://cdash.dealii.org/index.php?project=deal.II">CDash page</a> to
       participate. Assuming you checked out deal.II into the directory
       <code>dealii</code>, running it is as simple as:
 <pre>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.