Skip to content

Commit

Permalink
Merge pull request #1893 from DARMA-tasking/1892-add-ref-in-cdash-bui…
Browse files Browse the repository at this point in the history
…ld-name

1892 Add ref in CDash build name
  • Loading branch information
nlslatt authored Aug 3, 2022
2 parents 40e5692 + 06ab398 commit e8ca3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ctest_job_script.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include(${CTEST_SCRIPT_DIRECTORY}/CTestConfig.cmake)

site_name(CTEST_SITE)
set(CTEST_BUILD_NAME
"${CMAKE_HOST_SYSTEM_NAME}-$ENV{CI_JOB_NAME}"
"${CMAKE_HOST_SYSTEM_NAME}-$ENV{CI_JOB_NAME}-$ENV{CI_COMMIT_REF_NAME}"
)
set(CTEST_SOURCE_DIRECTORY
"$ENV{VT}"
Expand Down

0 comments on commit e8ca3b5

Please sign in to comment.