Better handle failures in CI infra (#3098)

* Update Jenkinsfile
* Update tests/catch/unit/CMakeLists.txt
This commit is contained in:
Maneesh Gupta
2022-11-23 12:34:02 +05:30
committed by GitHub
parent fcaa8d7db8
commit 7ba53cd5da
+1 -1
View File
@@ -34,6 +34,6 @@ add_subdirectory(multiThread)
add_subdirectory(compiler)
add_subdirectory(errorHandling)
add_subdirectory(cooperativeGrps)
if(HIP_PLATFORM STREQUAL "amd")
if(HIP_PLATFORM STREQUAL "amd" AND NOT DEFINED CI_DISABLE_TESTBUILD)
add_subdirectory(clock)
endif()