Disable Unit_hipStreamPerThread_DeviceReset_2

Workaround flaky CI node

[ROCm/hip commit: 14ed06e288]
Этот коммит содержится в:
Maneesh Gupta
2022-06-17 11:38:51 +05:30
коммит произвёл GitHub
родитель ce427588d0
Коммит ca161f320d
поставляемый
+1 -1
Просмотреть файл
@@ -101,7 +101,7 @@ def hipBuildTest(String backendLabel) {
# Check if backend label contains string "amd" or backend host is a server with amd gpu
if [[ $backendLabel =~ amd ]]; then
export HT_CONFIG_FILE="$HIP_DIR/tests/catch/hipTestMain/config/config_amd_linux.json"
LLVM_PATH=/opt/rocm/llvm ctest -E 'Unit_hipGraphChildGraphNodeGetGraph_Functional|Unit_hipGraphExecMemcpyNodeSetParamsFromSymbol_Negative|Unit_hipPtrGetAttribute_Simple'
LLVM_PATH=/opt/rocm/llvm ctest -E 'Unit_hipGraphChildGraphNodeGetGraph_Functional|Unit_hipGraphExecMemcpyNodeSetParamsFromSymbol_Negative|Unit_hipPtrGetAttribute_Simple|Unit_hipStreamPerThread_DeviceReset_2'
sleep 120
else
make test