浏览代码

Merge pull request #184 from aws-lumberyard-dev/Atom/cyntlin/suite-fix

Move benchmark runner from periodic to main suite for GPU requirement.
Guthrie Adams 4 年之前
父节点
当前提交
e73c47449b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Standalone/PythonTests/CMakeLists.txt

+ 1 - 1
Standalone/PythonTests/CMakeLists.txt

@@ -56,7 +56,7 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS AND PAL_TRAIT_BUILD_TESTS_SUPPORTED)
         NAME AtomSampleViewer::PeriodicPerformanceBenchmarks
         NAME AtomSampleViewer::PeriodicPerformanceBenchmarks
         PATH ${CMAKE_CURRENT_LIST_DIR}/Automated/benchmark_runner_periodic_suite.py
         PATH ${CMAKE_CURRENT_LIST_DIR}/Automated/benchmark_runner_periodic_suite.py
         TEST_REQUIRES gpu
         TEST_REQUIRES gpu
-        TEST_SUITE periodic
+        TEST_SUITE main
         TEST_SERIAL
         TEST_SERIAL
         TIMEOUT 600
         TIMEOUT 600
         RUNTIME_DEPENDENCIES
         RUNTIME_DEPENDENCIES