Skip to content

Framework: Updating parameterized cdash track

James Willenbring requested to merge william76:parameterized_cdash_track into develop

Created by: william76

The parameterized build needs to set the cdash track via the Trilinos_TRACK property to be able to set the cdash track to something other than the three blessed values ("Nightly", "Experimental", "Continuous").

Tribits can also change things based on the value of CTEST_TEST_TYPE.

  • if CTEST_TEST_TYPE is Experimental, Tribits will override Trilinos_TRACK and set it to Experimental.
  • if CTEST_TEST_TYPE is Nightly, Tribits pulls in other stuff

Since it's best to keep CTEST_TEST_TYPE to one of the three blessed values, we'll hard-wire it to use Nightly for now. In the future, we may need to update this to something more generic.

This relates to issues #1294 (closed), #1298 (closed)

Additional relevant information can be found in Tribits issue 189

Merge request reports