Skip to content

Commit

Permalink
Merge pull request #606 from bartlettroscoe/disable-2nd-submit-2024-0…
Browse files Browse the repository at this point in the history
…5-22

Disable 2nd submit to testing-dev CDash site
  • Loading branch information
bartlettroscoe authored May 23, 2024
2 parents 58c744c + 3096ce6 commit 914e338
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 914e338

Please sign in to comment.