未验证 提交 1159f753 编写于 作者: zhouweiwei2014's avatar zhouweiwei2014 提交者: GitHub

modify unittest parallel rule to avoid UT failure (#35567)

上级 2133f3dd
...@@ -951,7 +951,6 @@ CPU_PARALLEL_JOB = [ ...@@ -951,7 +951,6 @@ CPU_PARALLEL_JOB = [
'test_create_parameter', 'test_create_parameter',
'test_create_op_doc_string', 'test_create_op_doc_string',
'test_create_global_var', 'test_create_global_var',
'test_cpu_quantize_squash_pass',
'test_cpu_quantize_placement_pass', 'test_cpu_quantize_placement_pass',
'test_cpu_quantize_pass', 'test_cpu_quantize_pass',
'test_cpu_bfloat16_placement_pass', 'test_cpu_bfloat16_placement_pass',
...@@ -1038,7 +1037,6 @@ CPU_PARALLEL_JOB = [ ...@@ -1038,7 +1037,6 @@ CPU_PARALLEL_JOB = [
'jit_kernel_test', 'jit_kernel_test',
'test_dispatch_jit', 'test_dispatch_jit',
'inlined_vector_test', 'inlined_vector_test',
'init_test',
'infer_io_utils_tester', 'infer_io_utils_tester',
'graph_to_program_pass_test', 'graph_to_program_pass_test',
'graph_test', 'graph_test',
...@@ -1049,7 +1047,6 @@ CPU_PARALLEL_JOB = [ ...@@ -1049,7 +1047,6 @@ CPU_PARALLEL_JOB = [
'float16_test', 'float16_test',
'exception_holder_test', 'exception_holder_test',
'errors_test', 'errors_test',
'enforce_test',
'eigen_test', 'eigen_test',
'dropout_op_test', 'dropout_op_test',
'dlpack_tensor_test', 'dlpack_tensor_test',
...@@ -1065,7 +1062,6 @@ CPU_PARALLEL_JOB = [ ...@@ -1065,7 +1062,6 @@ CPU_PARALLEL_JOB = [
'cudnn_desc_test', 'cudnn_desc_test',
'cpu_vec_test', 'cpu_vec_test',
'cpu_info_test', 'cpu_info_test',
'cpu_helper_test',
'cow_ptr_tests', 'cow_ptr_tests',
'conditional_block_op_test', 'conditional_block_op_test',
'cipher_utils_test', 'cipher_utils_test',
...@@ -1217,7 +1213,6 @@ CPU_PARALLEL_JOB = [ ...@@ -1217,7 +1213,6 @@ CPU_PARALLEL_JOB = [
'test_tf32_cudnn', 'test_tf32_cudnn',
'test_communicator_geo', 'test_communicator_geo',
'test_dispatch_jit', 'test_dispatch_jit',
'test_layer_norm_fuse_pass_cc',
'test_fleet_dgc_meta_optimizer', 'test_fleet_dgc_meta_optimizer',
'test_fc_fuse_pass_cc', 'test_fc_fuse_pass_cc',
'test_communicator_sync', 'test_communicator_sync',
...@@ -1466,7 +1461,6 @@ TWO_PARALLEL_JOB = [ ...@@ -1466,7 +1461,6 @@ TWO_PARALLEL_JOB = [
'test_expand_op', 'test_expand_op',
'test_prroi_pool_op', 'test_prroi_pool_op',
'test_fake_dequantize_op', 'test_fake_dequantize_op',
'test_fetch_feed',
'test_prelu_op', 'test_prelu_op',
'test_fill_zeros_like_op', 'test_fill_zeros_like_op',
'test_pool2d_op', 'test_pool2d_op',
...@@ -1490,7 +1484,6 @@ TWO_PARALLEL_JOB = [ ...@@ -1490,7 +1484,6 @@ TWO_PARALLEL_JOB = [
'test_increment', 'test_increment',
'test_masked_select_op', 'test_masked_select_op',
'test_lstmp_op', 'test_lstmp_op',
'test_loop',
'test_label_smooth_op', 'test_label_smooth_op',
'test_logsumexp', 'test_logsumexp',
'test_log_softmax', 'test_log_softmax',
...@@ -1613,7 +1606,6 @@ TWO_PARALLEL_JOB = [ ...@@ -1613,7 +1606,6 @@ TWO_PARALLEL_JOB = [
'test_strided_slice_op', 'test_strided_slice_op',
'test_switch_case', 'test_switch_case',
'test_target_assign_op', 'test_target_assign_op',
'test_translated_layer',
'test_isfinite_op', 'test_isfinite_op',
'test_conv_elementwise_add_act_fuse_pass', 'test_conv_elementwise_add_act_fuse_pass',
'test_unbind_op', 'test_unbind_op',
...@@ -1656,12 +1648,10 @@ TWO_PARALLEL_JOB = [ ...@@ -1656,12 +1648,10 @@ TWO_PARALLEL_JOB = [
'test_mkldnn_batch_norm_act_fuse_pass', 'test_mkldnn_batch_norm_act_fuse_pass',
'test_imperative_skip_op', 'test_imperative_skip_op',
'test_proximal_adagrad_op', 'test_proximal_adagrad_op',
'test_word2vec',
'test_conv2d_transpose_mkldnn_op', 'test_conv2d_transpose_mkldnn_op',
'test_imperative_optimizer', 'test_imperative_optimizer',
'test_assign_value_op', 'test_assign_value_op',
'test_roi_pool_op', 'test_roi_pool_op',
'test_word2vec',
'test_manual_seed', 'test_manual_seed',
'test_range', 'test_range',
'test_box_decoder_and_assign_op', 'test_box_decoder_and_assign_op',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册