[CI] Disable page-migration tests (#396)

* Disable page-migration tests

* Account for gfx hexadecimal characters

* Update continuous integration action

- remove test exclude for test-page-migration since test is disabled at cmake level

* Fix internal ctest error

---------

Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com>
This commit is contained in:
Madsen, Jonathan
2025-05-16 11:33:46 -05:00
committed by GitHub
parent 33e43e66d3
commit 3eb921a34c
3 changed files with 19 additions and 11 deletions
+1
View File
@@ -40,6 +40,7 @@ endif()
if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.30)
cmake_policy(SET CMP0167 NEW)
cmake_policy(SET CMP0169 OLD)
endif()
find_package(rocprofiler-sdk REQUIRED)