Przeglądaj źródła

Enrol remaining non-GPU tests in main suite.

Signed-off-by: John <[email protected]>
John 2 lat temu
rodzic
commit
a2102733e7

+ 1 - 0
AutomatedTesting/Gem/PythonTests/AWS/CMakeLists.txt

@@ -23,5 +23,6 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS)
             AutomatedTesting.Assets
         COMPONENT
             AWS
+        LABELS REQUIRES_tiaf
     )
 endif()

+ 1 - 0
AutomatedTesting/Gem/PythonTests/Multiplayer/CMakeLists.txt

@@ -20,6 +20,7 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS)
             AutomatedTesting.GameLauncher
         COMPONENT
             Multiplayer
+        LABELS REQUIRES_tiaf
     )
 
     ly_add_pytest(

+ 2 - 0
AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/CMakeLists.txt

@@ -19,6 +19,7 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS)
         RUNTIME_DEPENDENCIES
             AZ::AssetProcessorBatch
             AZ::AssetProcessor
+        LABELS REQUIRES_tiaf
     )
 
     ly_add_pytest(
@@ -31,6 +32,7 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS)
             AZ::AssetProcessor
         COMPONENT
             ScriptCanvas
+        LABELS REQUIRES_tiaf
     )
 
 ## Periodic Tests ##

+ 1 - 0
AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/CMakeLists.txt

@@ -14,6 +14,7 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS)
         RUNTIME_DEPENDENCIES
             AZ::AssetProcessorBatch
             AZ::AssetProcessor
+        LABELS REQUIRES_tiaf
     )
 
     ly_add_pytest(

+ 1 - 0
AutomatedTesting/Gem/PythonTests/editor/CMakeLists.txt

@@ -20,6 +20,7 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS AND PAL_TRAIT_
             AutomatedTesting.Assets
         COMPONENT
             Editor
+        LABELS REQUIRES_tiaf
     )
 
     ly_add_pytest(

+ 1 - 0
AutomatedTesting/Gem/PythonTests/editor_test_testing/CMakeLists.txt

@@ -19,5 +19,6 @@
             AutomatedTesting.Assets
         COMPONENT
             TestTools
+        LABELS REQUIRES_tiaf
     )
  endif()

+ 2 - 0
Code/Tools/TestImpactFramework/CMakeLists.txt

@@ -22,6 +22,7 @@ if(PAL_TRAIT_TEST_IMPACT_FRAMEWORK_SUPPORTED AND NOT LY_MONOLITHIC_GAME)
             TEST_SERIAL
             COMPONENT 
                 TestImpactFramework
+            LABELS REQUIRES_tiaf
         )
         
         ly_add_pytest(
@@ -30,6 +31,7 @@ if(PAL_TRAIT_TEST_IMPACT_FRAMEWORK_SUPPORTED AND NOT LY_MONOLITHIC_GAME)
             TEST_SERIAL
             COMPONENT
                 TestImpactFramework
+            LABELS REQUIRES_tiaf
         )
     endif()
 endif()

+ 1 - 0
Gems/Atom/RPI/Tools/CMakeLists.txt

@@ -14,6 +14,7 @@ if (PAL_TRAIT_BUILD_HOST_TOOLS)
             NAME RPI::atom_rpi_tools_tests
             PATH ${CMAKE_CURRENT_LIST_DIR}/atom_rpi_tools/tests/
             TIMEOUT 30
+            LABELS REQUIRES_tiaf
         )
     endif()
 endif()

+ 1 - 0
Tools/RemoteConsole/ly_remote_console/tests/CMakeLists.txt

@@ -12,4 +12,5 @@
 ly_add_pytest(
     NAME RemoteConsole_UnitTests_main_no_gpu
     PATH ${CMAKE_CURRENT_LIST_DIR}/unit/
+    LABELS REQUIRES_tiaf
 )