From 1793ab7b9b3e3dd17632e4e782ab7c32525a2f8e Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 10 May 2022 14:49:24 -0500 Subject: [PATCH] Server move: Update CDash URL --- CTestConfig.cmake | 2 +- README.md | 2 +- contrib/utilities/query_testsuite | 2 +- doc/developers/testsuite.html | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CTestConfig.cmake b/CTestConfig.cmake index 0369aebd82..a38fe986ee 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -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) diff --git a/README.md b/README.md index cd8c10a7c9..80db733d5c 100644 --- 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: ------------- diff --git a/contrib/utilities/query_testsuite b/contrib/utilities/query_testsuite index 659148b849..2ae882bbe7 100755 --- a/contrib/utilities/query_testsuite +++ b/contrib/utilities/query_testsuite @@ -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 diff --git a/doc/developers/testsuite.html b/doc/developers/testsuite.html index 9c76bddac5..a23156dc1c 100644 --- a/doc/developers/testsuite.html +++ b/doc/developers/testsuite.html @@ -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 - CDash instance, + CDash instance, a webpage showing the status of our regression tests.

@@ -328,7 +328,7 @@ xx: =============================== OUTPUT END ============================

At the end of all of this, results will be shown in a separate section "Dynamic Analysis" at the - deal.II cdash site.

@@ -385,7 +385,7 @@ ctest <...> -S ../tests/run_coverage.cmake

At the end of all of this, results will be shown in a separate section "Coverage" at the - deal.II cdash site. In case you download the coverage report uploader for Codecov via contrib/utilities/download_codecov, the coverage @@ -792,7 +792,7 @@ DEAL_II_PICKUP_TESTS()

To submit test results to our CDash + href="https://cdash.dealii.org/index.php?project=deal.II">CDash instance just invoke ctest within a build directory (or designated build directory) with the -S option pointing to the run_testsuite.cmake 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 CDash.

+ href="https://cdash.dealii.org/index.php?project=deal.II">CDash.

Running the build test suite is simple and we encourage deal.II users with configurations not found on the CDash page to + href="https://cdash.dealii.org/index.php?project=deal.II">CDash page to participate. Assuming you checked out deal.II into the directory dealii, running it is as simple as:

-- 
2.39.5