[CI] skip tests listed in config_amd_linux.json (#2674)

[ROCm/hip commit: 9628d0bda7]
Этот коммит содержится в:
Maneesh Gupta
2022-05-11 16:10:51 +05:30
коммит произвёл GitHub
родитель f6a7172fe4
Коммит 43e1d22491
поставляемый
+1 -1
Просмотреть файл
@@ -98,7 +98,7 @@ def hipBuildTest(String backendLabel) {
set -x
# Check if backend label contains string "amd" or backend host is a server with amd gpu
if [[ $backendLabel =~ amd ]]; then
LLVM_PATH=/opt/rocm/llvm ctest -E 'Unit_hipGraphChildGraphNodeGetGraph_Functional|Unit_hipGraphExecMemcpyNodeSetParamsFromSymbol_Negative'
LLVM_PATH=/opt/rocm/llvm HT_CONFIG_FILE="$HIP_DIR/tests/catch/hipTestMain/config/config_amd_linux.json" ctest -E 'Unit_hipGraphChildGraphNodeGetGraph_Functional|Unit_hipGraphExecMemcpyNodeSetParamsFromSymbol_Negative'
else
make test
fi