File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ elseif(${HOSTNAME} STREQUAL "debian-stable" )
4747# CI Debian Bookworm
4848elseif (${HOSTNAME} STREQUAL "debian-oldstable" )
4949 set (CTEST_SITE ci-debian-oldstable)
50- set (CTEST_BUILD_NAME x86_64-linux -debian-12)
50+ set (CTEST_BUILD_NAME x86_64-linux -debian-12-nvidia )
5151 set (CTEST_DASHBOARD Continuous)
5252 set (CTEST_GIT_COMMAND "/usr/bin/git" )
5353 message (STATUS "Found known CI config: debian-oldstable" )
@@ -58,7 +58,7 @@ elseif(${HOSTNAME} STREQUAL "debian-oldstable" )
5858# CI Ubuntu Noble
5959elseif (${HOSTNAME} STREQUAL "ubuntu-oldlts" )
6060 set (CTEST_SITE ci-ubuntu-oldlts)
61- set (CTEST_BUILD_NAME x86_64-linux -ubuntu-24-04)
61+ set (CTEST_BUILD_NAME x86_64-linux -ubuntu-24-04-nvidia )
6262 set (CTEST_DASHBOARD Continuous)
6363 set (CTEST_GIT_COMMAND "/usr/bin/git" )
6464 message (STATUS "Found known CI config: ubuntu-oldlts" )
You can’t perform that action at this time.
0 commit comments