Skip to content

Commit

Permalink
Disable 2nd submit to testing-dev CDash site
Browse files Browse the repository at this point in the history
That site has been taken down many weeks ago.  We will need to figure out a
different qualification CDash site.
  • Loading branch information
bartlettroscoe committed May 22, 2024
1 parent 58c744c commit 3096ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CTestConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if (CTEST_DROP_METHOD STREQUAL "http" OR CTEST_DROP_METHOD STREQUAL "https")
set_default_and_from_env(CTEST_PROJECT_NAME "TriBITS")
set_default_and_from_env(CTEST_DROP_LOCATION "/submit.php?project=TriBITS")
set_default_and_from_env(CTEST_TRIGGER_SITE "")
set_default_and_from_env(TRIBITS_2ND_CTEST_DROP_SITE "testing-dev.sandia.gov")
set_default_and_from_env(TRIBITS_2ND_CTEST_DROP_LOCATION "/cdash/submit.php?project=TriBITS")
#set_default_and_from_env(TRIBITS_2ND_CTEST_DROP_SITE "testing-dev.sandia.gov")
#set_default_and_from_env(TRIBITS_2ND_CTEST_DROP_LOCATION "/cdash/submit.php?project=TriBITS")
set_default_and_from_env(CTEST_DROP_SITE_CDASH TRUE)
endif()

0 comments on commit 3096ce6

Please sign in to comment.