CMakeLists.txt 29.1 KB
Newer Older
1 2 3 4
# This file is generated by ${PADDLE_ROOT}/tools/gen_ut_cmakelists.py.
# Please don't modify this file manually.
# If you need to change unittests in this file, please modify testslist.csv in the current directory
# and then run the command `python3 ${PADDLE_ROOT}/tools/gen_ut_cmakelists.py -f ${CURRENT_DIRECTORY}/testslist.csv`
5
set(LOCAL_ALL_ARCH ON)
zhenhailiu's avatar
zhenhailiu 已提交
6
set(LOCAL_ALL_PLAT ON)
张春乔 已提交
7
if((WITH_GPU OR WITH_XPU) AND LOCAL_ALL_PLAT)
8 9 10 11 12
  py_test_modules(
    test_fleet_sharding_meta_optimizer MODULES
    test_fleet_sharding_meta_optimizer ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
  set_tests_properties(test_fleet_sharding_meta_optimizer
R
Roc 已提交
13
                       PROPERTIES TIMEOUT "350" LABELS "RUN_TYPE=DIST")
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
endif()
if(LOCAL_ALL_ARCH AND (LINUX OR WIN32))
  py_test_modules(
    test_fleet_static_mp_layers MODULES test_fleet_static_mp_layers ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if(WITH_DGC)
  if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
    py_test_modules(
      test_dgc_op MODULES test_dgc_op ENVS
      "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
  endif()
endif()
if(WITH_DGC)
  if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
    py_test_modules(
      test_dgc_optimizer MODULES test_dgc_optimizer ENVS
      "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
  endif()
endif()
if(WITH_NCCL)
  if((WITH_GPU) AND LOCAL_ALL_PLAT)
    bash_test_modules(
      test_parallel_margin_cross_entropy
      START_BASH
T
tianshuo78520a 已提交
39
      ../../legacy_test/dist_test.sh
R
Roc 已提交
40 41
      TIMEOUT
      "120"
42 43 44 45 46
      LABELS
      "RUN_TYPE=DIST"
      ENVS
      "PADDLE_DIST_UT_PORT=21200;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
    )
R
Roc 已提交
47 48
    set_tests_properties(test_parallel_margin_cross_entropy PROPERTIES TIMEOUT
                                                                       "120")
49 50 51 52 53 54 55 56
  endif()
endif()
if(WITH_NCCL)
  if(${NCCL_VERSION} VERSION_GREATER_EQUAL 2212)
    if((WITH_GPU) AND LOCAL_ALL_PLAT)
      bash_test_modules(
        test_parallel_dygraph_transformer
        START_BASH
T
tianshuo78520a 已提交
57
        ../../legacy_test/dist_test.sh
58 59 60 61 62 63 64 65 66 67 68 69
        LABELS
        "RUN_TYPE=DIST"
        ENVS
        "PADDLE_DIST_UT_PORT=21204;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
      )
    endif()
  endif()
endif()
if((WITH_ROCM) AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_transformer
    START_BASH
T
tianshuo78520a 已提交
70
    ../../legacy_test/dist_test.sh
71 72 73
    LABELS
    "RUN_TYPE=DIST"
    ENVS
R
Roc 已提交
74
    "PADDLE_DIST_UT_PORT=21204;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
75 76 77 78 79 80 81 82
  )
endif()
if(LOCAL_ALL_ARCH AND (LINUX OR WIN32))
  py_test_modules(
    test_fleet_fp16_allreduce_meta_optimizer MODULES
    test_fleet_fp16_allreduce_meta_optimizer ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
张春乔 已提交
83
if((WITH_GPU OR WITH_XPU) AND LOCAL_ALL_PLAT)
84 85 86
  bash_test_modules(
    test_rnn_dp
    START_BASH
T
tianshuo78520a 已提交
87
    ../../legacy_test/dist_test.sh
88 89 90 91 92 93 94 95 96 97 98
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21208;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
endif()
if(WITH_NCCL)
  if((WITH_GPU) AND LOCAL_ALL_PLAT)
    bash_test_modules(
      test_parallel_dygraph_mp_layers
      START_BASH
T
tianshuo78520a 已提交
99
      ../../legacy_test/dist_test.sh
R
Roc 已提交
100 101
      TIMEOUT
      "120"
102 103 104 105 106
      LABELS
      "RUN_TYPE=DIST"
      ENVS
      "PADDLE_DIST_UT_PORT=21210;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
    )
R
Roc 已提交
107 108
    set_tests_properties(test_parallel_dygraph_mp_layers PROPERTIES TIMEOUT
                                                                    "120")
109 110 111 112 113 114
  endif()
endif()
if(LOCAL_ALL_ARCH AND (LINUX OR APPLE))
  bash_test_modules(
    test_tcp_store
    START_BASH
T
tianshuo78520a 已提交
115
    ../../legacy_test/dist_test.sh
116 117 118 119 120 121 122 123 124 125
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21212;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_dygraph_sharding_stage3_for_eager
    START_BASH
T
tianshuo78520a 已提交
126
    ../../legacy_test/dist_test.sh
R
Roc 已提交
127 128
    TIMEOUT
    "350"
129 130 131 132 133
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21214;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
R
Roc 已提交
134 135
  set_tests_properties(test_dygraph_sharding_stage3_for_eager PROPERTIES TIMEOUT
                                                                         "350")
136 137 138 139 140 141 142 143 144 145
endif()
if(WITH_NCCL)
  if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
    py_test_modules(
      test_communicator_half_async
      MODULES
      test_communicator_half_async
      ENVS
      "FLAGS_communicator_send_queue_size=1;FLAGS_communicator_max_merge_var_num=1;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
    )
R
Roc 已提交
146 147
    set_tests_properties(test_communicator_half_async
                         PROPERTIES TIMEOUT "120" LABELS "RUN_TYPE=DIST")
148 149 150 151 152 153
  endif()
endif()
if((WITH_GPU) AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_pipeline_parallel
    START_BASH
T
tianshuo78520a 已提交
154
    ../../legacy_test/dist_test.sh
R
Roc 已提交
155 156
    TIMEOUT
    "500"
157 158 159 160 161 162
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21218;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_parallel_dygraph_pipeline_parallel
R
Roc 已提交
163
                       PROPERTIES TIMEOUT "500")
164
endif()
R
Roc 已提交
165 166 167 168
if((WITH_GPU OR WITH_XPU) AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_pipeline_parallel_sync_send
    START_BASH
T
tianshuo78520a 已提交
169 170 171
    ../../legacy_test/dist_test.sh
    TIMEOUT
    "300"
R
Roc 已提交
172 173 174 175 176 177 178 179
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21992;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python;PADDLE_P2P_SYNC_SEND=1"
  )
  set_tests_properties(test_parallel_dygraph_pipeline_parallel_sync_send
                       PROPERTIES TIMEOUT "300")
endif()
180 181 182 183
if((WITH_GPU) AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_pipeline_parallel_with_virtual_stage
    START_BASH
T
tianshuo78520a 已提交
184
    ../../legacy_test/dist_test.sh
R
Roc 已提交
185 186
    TIMEOUT
    "500"
187 188 189 190 191 192 193
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21282;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(
    test_parallel_dygraph_pipeline_parallel_with_virtual_stage
194
    PROPERTIES TIMEOUT "500")
195
endif()
196 197 198 199
if((WITH_GPU) AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_pp_adaptor
    START_BASH
T
tianshuo78520a 已提交
200
    ../../legacy_test/dist_test.sh
R
Roc 已提交
201 202
    TIMEOUT
    "500"
203 204 205 206 207 208 209 210
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21976;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_parallel_dygraph_pp_adaptor PROPERTIES TIMEOUT
                                                                   "500")
endif()
张春乔 已提交
211
if((WITH_GPU OR WITH_XPU) AND (LINUX))
212 213 214 215 216 217 218 219 220 221
  py_test_modules(
    test_fleet_localsgd_meta_optimizer MODULES
    test_fleet_localsgd_meta_optimizer ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if(WITH_NCCL)
  if((WITH_GPU) AND LOCAL_ALL_PLAT)
    bash_test_modules(
      test_parallel_class_center_sample
      START_BASH
T
tianshuo78520a 已提交
222
      ../../legacy_test/dist_test.sh
R
Roc 已提交
223 224
      TIMEOUT
      "120"
225 226 227 228 229
      LABELS
      "RUN_TYPE=DIST"
      ENVS
      "PADDLE_DIST_UT_PORT=21220;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
    )
R
Roc 已提交
230 231
    set_tests_properties(test_parallel_class_center_sample PROPERTIES TIMEOUT
                                                                      "120")
232 233 234 235 236 237
  endif()
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_pipeline
    START_BASH
T
tianshuo78520a 已提交
238
    ../../legacy_test/dist_test.sh
R
Roc 已提交
239 240
    TIMEOUT
    "120"
241 242 243 244 245
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21222;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
R
Roc 已提交
246
  set_tests_properties(test_pipeline PROPERTIES TIMEOUT "120")
247 248 249 250 251
endif()
if(LOCAL_ALL_ARCH AND (LINUX OR APPLE))
  py_test_modules(
    test_fleet_utils MODULES test_fleet_utils ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
R
Roc 已提交
252 253
  set_tests_properties(test_fleet_utils PROPERTIES TIMEOUT "120" LABELS
                                                   "RUN_TYPE=DIST")
254 255 256 257 258
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_static_model_parallel
    START_BASH
T
tianshuo78520a 已提交
259
    ../../legacy_test/dist_test.sh
R
Roc 已提交
260 261
    TIMEOUT
    "240"
262 263 264 265 266
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21224;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
R
Roc 已提交
267
  set_tests_properties(test_static_model_parallel PROPERTIES TIMEOUT "240")
268 269 270 271 272 273
endif()
if(WITH_NCCL)
  if((WITH_GPU) AND LOCAL_ALL_PLAT)
    bash_test_modules(
      test_parallel_dygraph_no_sync
      START_BASH
T
tianshuo78520a 已提交
274
      ../../legacy_test/dist_test.sh
R
Roc 已提交
275 276
      TIMEOUT
      "300"
277 278 279 280 281
      LABELS
      "RUN_TYPE=DIST"
      ENVS
      "PADDLE_DIST_UT_PORT=21226;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
    )
R
Roc 已提交
282
    set_tests_properties(test_parallel_dygraph_no_sync PROPERTIES TIMEOUT "300")
283 284 285 286 287 288
  endif()
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_dygraph_sharding_stage2
    START_BASH
T
tianshuo78520a 已提交
289
    ../../legacy_test/dist_test.sh
R
Roc 已提交
290 291
    TIMEOUT
    "200"
292 293 294 295 296
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21228;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
R
Roc 已提交
297
  set_tests_properties(test_dygraph_sharding_stage2 PROPERTIES TIMEOUT "200")
298 299 300 301 302
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_control_flow
    START_BASH
T
tianshuo78520a 已提交
303
    ../../legacy_test/dist_test.sh
R
Roc 已提交
304 305
    TIMEOUT
    "350"
306 307 308 309 310
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21230;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
R
Roc 已提交
311 312
  set_tests_properties(test_parallel_dygraph_control_flow PROPERTIES TIMEOUT
                                                                     "350")
313
endif()
张春乔 已提交
314
if((WITH_GPU OR WITH_XPU) AND LOCAL_ALL_PLAT)
315 316 317
  bash_test_modules(
    test_fleet_lars_meta_optimizer
    START_BASH
T
tianshuo78520a 已提交
318
    ../../legacy_test/dist_test.sh
319 320 321 322 323 324 325 326 327 328
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21232;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_hybrid_parallel_inference_helper
    START_BASH
T
tianshuo78520a 已提交
329
    ../../legacy_test/dist_test.sh
R
Roc 已提交
330 331
    TIMEOUT
    "120"
332 333 334 335 336
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21234;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
R
Roc 已提交
337 338
  set_tests_properties(test_hybrid_parallel_inference_helper PROPERTIES TIMEOUT
                                                                        "120")
339 340 341 342 343 344 345 346 347 348
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  py_test_modules(
    test_fleet_rolemaker_new MODULES test_fleet_rolemaker_new ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if((WITH_GPU OR WITH_ROCM) AND (LINUX OR WIN32))
  py_test_modules(
    test_dist_mnist_gradient_merge MODULES test_dist_mnist_gradient_merge ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
R
Roc 已提交
349 350
  set_tests_properties(test_dist_mnist_gradient_merge
                       PROPERTIES TIMEOUT "360" LABELS "RUN_TYPE=DIST")
351 352 353 354 355 356 357 358 359 360 361 362 363 364 365
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  py_test_modules(
    test_recv_save_op MODULES test_recv_save_op ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  py_test_modules(
    test_communicator_sync
    MODULES
    test_communicator_sync
    ENVS
    "FLAGS_communicator_send_queue_size=1;FLAGS_communicator_max_merge_var_num=1;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
endif()
张春乔 已提交
366
if((WITH_GPU OR WITH_XPU) AND LOCAL_ALL_PLAT)
367 368 369
  bash_test_modules(
    test_fleet_pipeline_meta_optimizer
    START_BASH
T
tianshuo78520a 已提交
370
    ../../legacy_test/dist_test.sh
371 372 373 374 375 376
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21236;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
endif()
张春乔 已提交
377
if((WITH_GPU OR WITH_XPU) AND LOCAL_ALL_PLAT)
378 379 380 381 382 383 384 385 386 387 388 389 390 391 392
  py_test_modules(
    test_fleet_gradient_merge_meta_optimizer MODULES
    test_fleet_gradient_merge_meta_optimizer ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if(LOCAL_ALL_ARCH AND (LINUX OR WIN32))
  py_test_modules(
    test_fleet_amp_init MODULES test_fleet_amp_init ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if(LOCAL_ALL_ARCH AND (LINUX OR WIN32))
  py_test_modules(
    test_fleet_meta_optimizer_base MODULES test_fleet_meta_optimizer_base ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
张春乔 已提交
393
if((WITH_GPU OR WITH_XPU) AND LOCAL_ALL_PLAT)
394 395 396
  bash_test_modules(
    test_fleet_raw_program_meta_optimizer
    START_BASH
T
tianshuo78520a 已提交
397
    ../../legacy_test/dist_test.sh
398 399 400 401 402 403 404 405 406 407
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21240;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_sharding_parallel
    START_BASH
T
tianshuo78520a 已提交
408
    ../../legacy_test/dist_test.sh
R
Roc 已提交
409 410
    TIMEOUT
    "120"
411 412 413 414 415 416
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21242;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_parallel_dygraph_sharding_parallel
R
Roc 已提交
417
                       PROPERTIES TIMEOUT "120")
418 419 420 421 422
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_tensor_parallel
    START_BASH
T
tianshuo78520a 已提交
423
    ../../legacy_test/dist_test.sh
R
Roc 已提交
424 425
    TIMEOUT
    "200"
426 427 428 429 430
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21244;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
R
Roc 已提交
431 432
  set_tests_properties(test_parallel_dygraph_tensor_parallel PROPERTIES TIMEOUT
                                                                        "200")
433 434 435 436 437
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_dygraph_group_sharded_api_for_eager
    START_BASH
T
tianshuo78520a 已提交
438
    ../../legacy_test/dist_test.sh
R
Roc 已提交
439 440
    TIMEOUT
    "120"
441 442 443 444 445 446
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21246;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_dygraph_group_sharded_api_for_eager
R
Roc 已提交
447
                       PROPERTIES TIMEOUT "120")
448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465
endif()
if(LOCAL_ALL_ARCH AND (LINUX OR WIN32))
  py_test_modules(
    test_fleet_distributed_strategy MODULES test_fleet_distributed_strategy
    ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if(WITH_DGC)
  if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
    py_test_modules(
      test_fleet_dgc_meta_optimizer MODULES test_fleet_dgc_meta_optimizer ENVS
      "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
  endif()
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_unused_variables
    START_BASH
T
tianshuo78520a 已提交
466
    ../../legacy_test/dist_test.sh
R
Roc 已提交
467 468
    TIMEOUT
    "350"
469 470 471 472 473
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21248;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
R
Roc 已提交
474 475
  set_tests_properties(test_parallel_dygraph_unused_variables PROPERTIES TIMEOUT
                                                                         "350")
476
endif()
张春乔 已提交
477
if((WITH_GPU OR WITH_XPU) AND (LINUX))
478 479 480 481 482 483 484 485 486 487 488 489 490 491 492
  py_test_modules(
    test_fleet_lamb_meta_optimizer MODULES test_fleet_lamb_meta_optimizer ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if(WITH_DGC)
  if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
    py_test_modules(
      test_dgc_momentum_op MODULES test_dgc_momentum_op ENVS
      "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
  endif()
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_no_sync_gradient_check
    START_BASH
T
tianshuo78520a 已提交
493
    ../../legacy_test/dist_test.sh
R
Roc 已提交
494 495
    TIMEOUT
    "60"
496 497 498 499 500 501
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21250;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_parallel_dygraph_no_sync_gradient_check
R
Roc 已提交
502
                       PROPERTIES TIMEOUT "60")
503
endif()
张春乔 已提交
504
if((WITH_GPU OR WITH_XPU) AND LOCAL_ALL_PLAT)
505 506 507
  bash_test_modules(
    test_fleet_pipeline_meta_optimizer_with_recompute
    START_BASH
T
tianshuo78520a 已提交
508
    ../../legacy_test/dist_test.sh
509 510 511 512 513 514
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21252;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
endif()
张春乔 已提交
515
if((WITH_GPU OR WITH_XPU) AND (LINUX OR WIN32))
516 517 518 519 520 521 522 523 524
  py_test_modules(
    test_fleet_hybrid_meta_optimizer MODULES test_fleet_hybrid_meta_optimizer
    ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_qat
    START_BASH
T
tianshuo78520a 已提交
525
    ../../legacy_test/dist_test.sh
R
Roc 已提交
526 527
    TIMEOUT
    "120"
528 529 530 531 532
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21254;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
R
Roc 已提交
533
  set_tests_properties(test_parallel_dygraph_qat PROPERTIES TIMEOUT "120")
534 535 536 537 538 539 540
endif()
if(WITH_NCCL)
  if(${NCCL_VERSION} VERSION_GREATER_EQUAL 2212)
    if((WITH_GPU) AND LOCAL_ALL_PLAT)
      bash_test_modules(
        test_parallel_dygraph_sparse_embedding
        START_BASH
T
tianshuo78520a 已提交
541
        ../../legacy_test/dist_test.sh
R
Roc 已提交
542 543
        TIMEOUT
        "200"
544 545 546 547 548 549
        LABELS
        "RUN_TYPE=DIST"
        ENVS
        "PADDLE_DIST_UT_PORT=21256;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
      )
      set_tests_properties(test_parallel_dygraph_sparse_embedding
R
Roc 已提交
550
                           PROPERTIES TIMEOUT "200")
551 552 553 554 555 556 557
    endif()
  endif()
endif()
if((WITH_ROCM) AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_sparse_embedding
    START_BASH
T
tianshuo78520a 已提交
558
    ../../legacy_test/dist_test.sh
R
Roc 已提交
559 560
    TIMEOUT
    "200"
561 562 563
    LABELS
    "RUN_TYPE=DIST"
    ENVS
R
Roc 已提交
564
    "PADDLE_DIST_UT_PORT=21256;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
565
  )
R
Roc 已提交
566 567
  set_tests_properties(test_parallel_dygraph_sparse_embedding PROPERTIES TIMEOUT
                                                                         "200")
568
endif()
张春乔 已提交
569
if((WITH_GPU OR WITH_XPU) AND LOCAL_ALL_PLAT)
570 571 572 573 574 575 576 577 578 579
  py_test_modules(
    test_fleet_amp_meta_optimizer MODULES test_fleet_amp_meta_optimizer ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if(WITH_NCCL)
  if(${NCCL_VERSION} VERSION_GREATER_EQUAL 2212)
    if((WITH_GPU) AND LOCAL_ALL_PLAT)
      bash_test_modules(
        test_parallel_dygraph_sparse_embedding_over_height
        START_BASH
T
tianshuo78520a 已提交
580
        ../../legacy_test/dist_test.sh
R
Roc 已提交
581 582
        TIMEOUT
        "150"
583 584 585 586 587 588
        LABELS
        "RUN_TYPE=DIST"
        ENVS
        "PADDLE_DIST_UT_PORT=21260;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
      )
      set_tests_properties(test_parallel_dygraph_sparse_embedding_over_height
R
Roc 已提交
589
                           PROPERTIES TIMEOUT "150")
590 591 592 593 594 595 596
    endif()
  endif()
endif()
if((WITH_ROCM) AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_sparse_embedding_over_height
    START_BASH
T
tianshuo78520a 已提交
597
    ../../legacy_test/dist_test.sh
R
Roc 已提交
598 599
    TIMEOUT
    "350"
600 601 602
    LABELS
    "RUN_TYPE=DIST"
    ENVS
R
Roc 已提交
603
    "PADDLE_DIST_UT_PORT=21260;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
604 605
  )
  set_tests_properties(test_parallel_dygraph_sparse_embedding_over_height
R
Roc 已提交
606
                       PROPERTIES TIMEOUT "350")
607 608 609 610 611 612 613 614 615 616
endif()
if(LOCAL_ALL_ARCH AND (LINUX OR APPLE))
  py_test_modules(
    test_distributed_strategy MODULES test_distributed_strategy ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_auto_parallel_parallelizer
    START_BASH
T
tianshuo78520a 已提交
617
    ../../legacy_test/dist_test.sh
R
Roc 已提交
618 619
    TIMEOUT
    "120"
620 621 622 623 624
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21264;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
R
Roc 已提交
625
  set_tests_properties(test_auto_parallel_parallelizer PROPERTIES TIMEOUT "120")
626
endif()
张春乔 已提交
627
if((WITH_GPU OR WITH_XPU) AND (LINUX OR WIN32))
628 629 630 631 632 633 634 635 636 637
  py_test_modules(
    test_fleet_recompute_meta_optimizer MODULES
    test_fleet_recompute_meta_optimizer ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if(LOCAL_ALL_ARCH AND (LINUX OR WIN32))
  py_test_modules(
    test_fleet_private_function MODULES test_fleet_private_function ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
张春乔 已提交
638
if((WITH_GPU OR WITH_XPU) AND LOCAL_ALL_PLAT)
639 640 641 642 643 644 645 646 647
  bash_test_modules(
    test_new_group
    START_BASH
    test_new_group.sh
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21268;http_proxy=;https_proxy=")
endif()
张春乔 已提交
648
if((WITH_GPU OR WITH_XPU) AND (LINUX))
649 650 651 652
  bash_test_modules(
    test_c_comm_init_op
    START_BASH
    test_c_comm_init_op.sh
R
Roc 已提交
653 654
    TIMEOUT
    "120"
655 656 657 658
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21270;http_proxy=;https_proxy=")
R
Roc 已提交
659
  set_tests_properties(test_c_comm_init_op PROPERTIES TIMEOUT "120")
660
endif()
zhenhailiu's avatar
zhenhailiu 已提交
661 662 663 664 665
if((WITH_GPU) AND (LINUX))
  bash_test_modules(
    test_fused_attention_pass_with_mp
    START_BASH
    test_fused_attention_pass_with_mp.sh
R
Roc 已提交
666 667
    TIMEOUT
    "120"
zhenhailiu's avatar
zhenhailiu 已提交
668 669 670 671 672 673 674
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21400;http_proxy=;https_proxy=")
  set_tests_properties(test_fused_attention_pass_with_mp PROPERTIES TIMEOUT
                                                                    "120")
endif()
675 676 677 678
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_ir_pass_pipeline
    START_BASH
T
tianshuo78520a 已提交
679
    ../../legacy_test/dist_test.sh
R
Roc 已提交
680 681
    TIMEOUT
    "120"
682 683 684 685 686
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21272;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
R
Roc 已提交
687
  set_tests_properties(test_ir_pass_pipeline PROPERTIES TIMEOUT "120")
688 689 690 691 692
endif()
if((WITH_GPU OR WITH_ROCM) AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_mnist
    START_BASH
T
tianshuo78520a 已提交
693
    ../../legacy_test/dist_test.sh
R
Roc 已提交
694 695
    TIMEOUT
    "200"
696 697 698 699 700
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21274;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
R
Roc 已提交
701
  set_tests_properties(test_parallel_dygraph_mnist PROPERTIES TIMEOUT "200")
702 703 704 705 706
endif()
if((WITH_GPU OR WITH_ROCM) AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_se_resnext
    START_BASH
T
tianshuo78520a 已提交
707
    ../../legacy_test/dist_test.sh
R
Roc 已提交
708 709
    TIMEOUT
    "200"
710 711 712 713 714
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21276;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
R
Roc 已提交
715 716
  set_tests_properties(test_parallel_dygraph_se_resnext PROPERTIES TIMEOUT
                                                                   "200")
717 718 719 720 721 722 723
endif()
if((WITH_GPU OR WITH_ROCM) AND LOCAL_ALL_PLAT)
  py_test_modules(
    test_parallel_dygraph_sync_batch_norm MODULES
    test_parallel_dygraph_sync_batch_norm ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
  set_tests_properties(test_parallel_dygraph_sync_batch_norm
R
Roc 已提交
724
                       PROPERTIES TIMEOUT "120" LABELS "RUN_TYPE=DIST")
725 726 727 728 729 730 731
endif()
if((WITH_GPU OR WITH_ROCM) AND LOCAL_ALL_PLAT)
  py_test_modules(
    test_imperative_auto_mixed_precision_for_eager MODULES
    test_imperative_auto_mixed_precision_for_eager ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
  set_tests_properties(test_imperative_auto_mixed_precision_for_eager
R
Roc 已提交
732
                       PROPERTIES TIMEOUT "300" LABELS "RUN_TYPE=DIST")
733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750
endif()
if((WITH_GPU OR WITH_ROCM) AND LOCAL_ALL_PLAT)
  py_test_modules(
    test_mixed_precision MODULES test_mixed_precision ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if((WITH_GPU OR WITH_ROCM) AND LOCAL_ALL_PLAT)
  py_test_modules(
    test_dygraph_recompute_for_eager MODULES test_dygraph_recompute_for_eager
    ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if(WITH_NCCL OR WITH_RCCL)
  if(WITH_DGC)
    if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
      bash_test_modules(
        test_dist_mnist_dgc_nccl
        START_BASH
T
tianshuo78520a 已提交
751
        ../../legacy_test/dist_test.sh
752 753 754 755 756 757 758 759 760 761 762 763 764 765
        LABELS
        "RUN_TYPE=DIST"
        ENVS
        "PADDLE_DIST_UT_PORT=21278;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
      )
    endif()
  endif()
endif()
if(WITH_NCCL OR WITH_RCCL)
  if(WITH_DGC)
    if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
      bash_test_modules(
        test_dist_se_resnext_dgc
        START_BASH
T
tianshuo78520a 已提交
766
        ../../legacy_test/dist_test.sh
767 768 769 770 771 772 773 774
        LABELS
        "RUN_TYPE=DIST"
        ENVS
        "PADDLE_DIST_UT_PORT=21280;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
      )
    endif()
  endif()
endif()
R
Roc 已提交
775 776 777 778
if(LOCAL_ALL_ARCH AND (LINUX))
  bash_test_modules(
    test_auto_checkpoint
    START_BASH
T
tianshuo78520a 已提交
779
    ../../legacy_test/dist_test.sh
R
Roc 已提交
780 781
    TIMEOUT
    "200"
R
Roc 已提交
782 783 784 785 786 787 788 789 790 791 792
    LABELS
    "RUN_TYPE=EXCLUSIVE:NIGHTLY"
    ENVS
    "PADDLE_DIST_UT_PORT=21380;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_auto_checkpoint PROPERTIES TIMEOUT "200")
endif()
if(LOCAL_ALL_ARCH AND (LINUX))
  bash_test_modules(
    test_auto_checkpoint1
    START_BASH
T
tianshuo78520a 已提交
793
    ../../legacy_test/dist_test.sh
R
Roc 已提交
794 795
    TIMEOUT
    "200"
R
Roc 已提交
796 797 798 799 800 801 802 803 804 805 806
    LABELS
    "RUN_TYPE=EXCLUSIVE:NIGHTLY"
    ENVS
    "PADDLE_DIST_UT_PORT=21382;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_auto_checkpoint1 PROPERTIES TIMEOUT "200")
endif()
if(LOCAL_ALL_ARCH AND (LINUX))
  bash_test_modules(
    test_auto_checkpoint2
    START_BASH
T
tianshuo78520a 已提交
807
    ../../legacy_test/dist_test.sh
R
Roc 已提交
808 809
    TIMEOUT
    "200"
R
Roc 已提交
810 811 812 813 814 815 816 817 818 819 820
    LABELS
    "RUN_TYPE=EXCLUSIVE:NIGHTLY"
    ENVS
    "PADDLE_DIST_UT_PORT=21384;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_auto_checkpoint2 PROPERTIES TIMEOUT "200")
endif()
if(LOCAL_ALL_ARCH AND (LINUX))
  bash_test_modules(
    test_auto_checkpoint3
    START_BASH
T
tianshuo78520a 已提交
821
    ../../legacy_test/dist_test.sh
R
Roc 已提交
822 823
    TIMEOUT
    "200"
R
Roc 已提交
824 825 826 827 828 829 830 831 832 833 834
    LABELS
    "RUN_TYPE=EXCLUSIVE:NIGHTLY"
    ENVS
    "PADDLE_DIST_UT_PORT=21386;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_auto_checkpoint3 PROPERTIES TIMEOUT "200")
endif()
if(LOCAL_ALL_ARCH AND (LINUX))
  bash_test_modules(
    test_auto_checkpoint_multiple
    START_BASH
T
tianshuo78520a 已提交
835
    ../../legacy_test/dist_test.sh
R
Roc 已提交
836 837
    TIMEOUT
    "200"
R
Roc 已提交
838 839 840 841 842 843 844 845 846 847 848
    LABELS
    "RUN_TYPE=EXCLUSIVE:NIGHTLY"
    ENVS
    "PADDLE_DIST_UT_PORT=21388;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_auto_checkpoint_multiple PROPERTIES TIMEOUT "200")
endif()
if(LOCAL_ALL_ARCH AND (LINUX))
  bash_test_modules(
    test_auto_checkpoint_dist_basic
    START_BASH
T
tianshuo78520a 已提交
849
    ../../legacy_test/dist_test.sh
R
Roc 已提交
850 851
    TIMEOUT
    "200"
R
Roc 已提交
852 853 854 855 856 857 858 859 860 861 862
    LABELS
    "RUN_TYPE=EXCLUSIVE:NIGHTLY"
    ENVS
    "PADDLE_DIST_UT_PORT=21390;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_auto_checkpoint_dist_basic PROPERTIES TIMEOUT "200")
endif()
if(LOCAL_ALL_ARCH AND (LINUX))
  bash_test_modules(
    test_hdfs1
    START_BASH
T
tianshuo78520a 已提交
863
    ../../legacy_test/dist_test.sh
R
Roc 已提交
864 865
    TIMEOUT
    "200"
R
Roc 已提交
866 867 868 869 870 871 872 873 874 875 876
    LABELS
    "RUN_TYPE=EXCLUSIVE:NIGHTLY"
    ENVS
    "PADDLE_DIST_UT_PORT=21392;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_hdfs1 PROPERTIES TIMEOUT "200")
endif()
if(LOCAL_ALL_ARCH AND (LINUX))
  bash_test_modules(
    test_hdfs2
    START_BASH
T
tianshuo78520a 已提交
877
    ../../legacy_test/dist_test.sh
R
Roc 已提交
878 879
    TIMEOUT
    "200"
R
Roc 已提交
880 881 882 883 884 885 886 887 888 889 890
    LABELS
    "RUN_TYPE=EXCLUSIVE:NIGHTLY"
    ENVS
    "PADDLE_DIST_UT_PORT=21394;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_hdfs2 PROPERTIES TIMEOUT "200")
endif()
if(LOCAL_ALL_ARCH AND (LINUX))
  bash_test_modules(
    test_hdfs3
    START_BASH
T
tianshuo78520a 已提交
891
    ../../legacy_test/dist_test.sh
R
Roc 已提交
892 893
    TIMEOUT
    "200"
R
Roc 已提交
894 895 896 897 898 899 900 901 902 903 904
    LABELS
    "RUN_TYPE=EXCLUSIVE:NIGHTLY"
    ENVS
    "PADDLE_DIST_UT_PORT=21396;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_hdfs3 PROPERTIES TIMEOUT "200")
endif()
if((WITH_GPU OR WITH_ROCM) AND (LINUX))
  py_test_modules(
    test_fleet_checkpoint MODULES test_fleet_checkpoint ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
R
Roc 已提交
905 906 907
  set_tests_properties(
    test_fleet_checkpoint PROPERTIES TIMEOUT "200" LABELS
                                     "RUN_TYPE=EXCLUSIVE:NIGHTLY")
R
Roc 已提交
908
endif()
R
Roc 已提交
909 910 911 912
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  py_test_modules(
    test_fleet_log MODULES test_fleet_log ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
913 914 915 916 917 918 919 920 921
  set_tests_properties(test_fleet_log PROPERTIES TIMEOUT "200" LABELS
                                                 "RUN_TYPE=DIST")
endif()
if((WITH_GPU) AND (LINUX))
  py_test_modules(
    test_dygraph_dist_save_load MODULES test_dygraph_dist_save_load ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
  set_tests_properties(test_dygraph_dist_save_load
                       PROPERTIES TIMEOUT "200" LABELS "RUN_TYPE=DIST")
R
Roc 已提交
922
endif()
923 924 925 926 927 928 929 930
if((WITH_GPU) AND (LINUX))
  py_test_modules(
    test_dygraph_save_for_auto_infer MODULES test_dygraph_save_for_auto_infer
    ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
  set_tests_properties(test_dygraph_save_for_auto_infer
                       PROPERTIES TIMEOUT "300" LABELS "RUN_TYPE=DIST")
endif()