Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: update CTest site #715

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions CTestConfig.cmake
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
## This file should be placed in the root directory of your project.
## Then modify the CMakeLists.txt file in the root directory of your
## project to incorporate the testing dashboard.
## # The following are required to use Dart and the CDash dashboard.
##
## # The following are required to submit to the CDash dashboard:
## ENABLE_TESTING()
## INCLUDE(Dart)
## INCLUDE(CTest)

set(CTEST_PROJECT_NAME "MERCURY")
set(CTEST_NIGHTLY_START_TIME "00:00:00 CST")
set(CTEST_PROJECT_NAME Mercury)
set(CTEST_NIGHTLY_START_TIME 06:00:00 UTC)

set(CTEST_SUBMIT_URL https://cdash.mercury.daos.io/submit.php?project=Mercury)

set(CTEST_DROP_METHOD "https")
set(CTEST_DROP_SITE "mercury-cdash.hdfgroup.org")
set(CTEST_DROP_LOCATION "/submit.php?project=Mercury")
set(CTEST_DROP_SITE_CDASH TRUE)

Loading