Skip to content

Commit

Permalink
Add -exp to end of Experimental build names (trilinos#2933)
Browse files Browse the repository at this point in the history
This is needed in order to ensure that the Experimental builds don't have the
same site and build name as builds going to the other Nightly CDash groups
that ATDM Trilinos groups go to.  Simply using the real 'hostname' for the
CDash build site name is not enough because for 'mutrino' the 'hostname'
actually is 'mutrino'!  Therefore, we need to add '-exp' to account for this
on machines where the CDash site name is the same as the 'hostname'.
  • Loading branch information
bartlettroscoe committed Dec 4, 2018
1 parent edee758 commit e7a4bf0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ MACRO(TRILINOS_SYSTEM_SPECIFIC_CTEST_DRIVER)
# "Experimental" builds with the same 'site' and 'buildname' as builds in
# the "Specialized" and "ATDM" groups.
SET(CTEST_SITE "$ENV{ATDM_CONFIG_REAL_HOSTNAME}")
SET(CTEST_BUILD_NAME "$ENV{JOB_NAME}-exp")
ELSE()
# For regular builds ("Specialized" and "ATDM"), set the CDash site name
# so that it does not change depending on what node on a given machine
Expand Down

0 comments on commit e7a4bf0

Please sign in to comment.