浏览代码

Merge pull request #14417 from aws-lumberyard-dev/tiaf_atom_opt_in

Opt Atom Python tests into TIAF.
John 2 年之前
父节点
当前提交
b24ae00ecd
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      AutomatedTesting/Gem/PythonTests/Atom/CMakeLists.txt

+ 8 - 0
AutomatedTesting/Gem/PythonTests/Atom/CMakeLists.txt

@@ -19,6 +19,7 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS AND PAL_TRAIT_BUILD_TESTS_SUPPORTED)
             Editor
         COMPONENT
             Atom
+        LABELS REQUIRES_tiaf
     )
     ly_add_pytest(
         NAME AutomatedTesting::Atom_Main_Null_Render_01
@@ -32,6 +33,7 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS AND PAL_TRAIT_BUILD_TESTS_SUPPORTED)
             Editor
         COMPONENT
             Atom
+        LABELS REQUIRES_tiaf
     )
     ly_add_pytest(
         NAME AutomatedTesting::Atom_Main_Null_Render_02
@@ -45,6 +47,7 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS AND PAL_TRAIT_BUILD_TESTS_SUPPORTED)
             Editor
         COMPONENT
             Atom
+        LABELS REQUIRES_tiaf
     )
     ly_add_pytest(
         NAME AutomatedTesting::Atom_Main_Null_Render_03
@@ -58,6 +61,7 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS AND PAL_TRAIT_BUILD_TESTS_SUPPORTED)
             Editor
         COMPONENT
             Atom
+        LABELS REQUIRES_tiaf
     )
     ly_add_pytest(
         NAME AutomatedTesting::Atom_TestSuite_Sandbox
@@ -84,6 +88,7 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS AND PAL_TRAIT_BUILD_TESTS_SUPPORTED)
             Editor
         COMPONENT
             Atom
+        LABELS REQUIRES_tiaf
     )
     ly_add_pytest(
         NAME AutomatedTesting::Atom_TestSuite_Main_GPU
@@ -98,6 +103,7 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS AND PAL_TRAIT_BUILD_TESTS_SUPPORTED)
             Editor
         COMPONENT
             Atom
+        LABELS REQUIRES_tiaf
     )
     ly_add_pytest(
         NAME AutomatedTesting::Atom_TestSuite_Benchmark_GPU
@@ -125,6 +131,7 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS AND PAL_TRAIT_BUILD_TESTS_SUPPORTED)
             MaterialEditor
         COMPONENT
             Atom
+        LABELS REQUIRES_tiaf
     )
     ly_add_pytest(
         NAME AutomatedTesting::Atom_Main_Null_Render_MaterialCanvas
@@ -138,6 +145,7 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS AND PAL_TRAIT_BUILD_TESTS_SUPPORTED)
             MaterialCanvas
         COMPONENT
             Atom
+        LABELS REQUIRES_tiaf
     )
     ly_add_pytest(
         NAME AutomatedTesting::Atom_Periodic_Null_Render_01