# 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`
set(LOCAL_ALL_ARCH ON)
set(LOCAL_ALL_PLAT ON)
if((WITH_GPU) AND (LINUX))
  py_test_modules(
    test_e2e_co_shard_8cards MODULES test_e2e_co_shard_8cards ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
  set_tests_properties(test_e2e_co_shard_8cards PROPERTIES TIMEOUT "120" LABELS
                                                           "RUN_TYPE=HYBRID")
endif()
if((WITH_GPU) AND (LINUX))
  py_test_modules(
    test_e2e_co_shard MODULES test_e2e_co_shard ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
  set_tests_properties(test_e2e_co_shard PROPERTIES TIMEOUT "120" LABELS
                                                    "RUN_TYPE=HYBRID")
endif()
