未验证 提交 ef21b58b 编写于 作者: T tianshuo78520a 提交者: GitHub

remove dist xpu tests for R200 (#47381)

* disable distributed xpu tests

* test=kunlun

* test=document_fix;test=kunlun

* test=document_fix;test=kunlun

* test=document_fix;test=kunlun

* test=document_fix;test=kunlun
上级 6fe9dfb2
...@@ -2179,7 +2179,7 @@ EOF ...@@ -2179,7 +2179,7 @@ EOF
set +x set +x
export XPU_OP_LIST_DIR=$tmp_dir export XPU_OP_LIST_DIR=$tmp_dir
ut_startTime_s=`date +%s` ut_startTime_s=`date +%s`
test_cases=$(ctest -N -V | grep "_xpu" ) # cases list which would be run exclusively test_cases=$(ctest -N -V -LE "(RUN_TYPE=DIST_KUNLUN)" | grep "_xpu" ) # cases list which would be run exclusively
get_quickly_disable_ut||disable_ut_quickly='disable_ut' # indicate whether the case was in quickly disable list get_quickly_disable_ut||disable_ut_quickly='disable_ut' # indicate whether the case was in quickly disable list
while read -r line; do while read -r line; do
if [[ "$line" == "" ]]; then if [[ "$line" == "" ]]; then
......
...@@ -28,3 +28,9 @@ set_tests_properties(test_conv2d_op_xpu PROPERTIES TIMEOUT 120) ...@@ -28,3 +28,9 @@ set_tests_properties(test_conv2d_op_xpu PROPERTIES TIMEOUT 120)
set_tests_properties(test_mul_op_xpu PROPERTIES TIMEOUT 120) set_tests_properties(test_mul_op_xpu PROPERTIES TIMEOUT 120)
set_tests_properties(test_matmul_v2_op_xpu PROPERTIES TIMEOUT 900) set_tests_properties(test_matmul_v2_op_xpu PROPERTIES TIMEOUT 900)
set_tests_properties(test_matmul_op_xpu PROPERTIES TIMEOUT 300) set_tests_properties(test_matmul_op_xpu PROPERTIES TIMEOUT 300)
set_tests_properties(test_collective_identity_xpu
PROPERTIES LABELS "RUN_TYPE=DIST_KUNLUN")
set_tests_properties(test_collective_allgather_xpu
PROPERTIES LABELS "RUN_TYPE=DIST_KUNLUN")
set_tests_properties(test_collective_allreduce_xpu
PROPERTIES LABELS "RUN_TYPE=DIST_KUNLUN")
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册