diff --git a/tests/test_utils/recipes/h100/unit-tests.yaml b/tests/test_utils/recipes/h100/unit-tests.yaml index 89df00e0245..04edc69b970 100644 --- a/tests/test_utils/recipes/h100/unit-tests.yaml +++ b/tests/test_utils/recipes/h100/unit-tests.yaml @@ -130,6 +130,20 @@ products: scope: [unit-tests] n_repeat: [1] time_limit: [1800] + - test_case: [tests/unit_tests/inference/engines/test_dynamic_engine.py] + products: + - environment: [lts, dev] + tag: [latest, legacy] + scope: [unit-tests] + n_repeat: [1] + time_limit: [1800] + - test_case: [tests/unit_tests/inference/test_hybrid_moe.py] + products: + - environment: [lts, dev] + tag: [latest] + scope: [unit-tests] + n_repeat: [1] + time_limit: [1800] - test_case: [tests/unit_tests/inference/**/*.py] products: - environment: [lts, dev] @@ -158,6 +172,13 @@ products: scope: [unit-tests] n_repeat: [1] time_limit: [1800] + - test_case: [tests/unit_tests/ssm/test_gated_delta_net.py] + products: + - environment: [lts, dev] + tag: [latest] + scope: [unit-tests] + n_repeat: [1] + time_limit: [1800] - test_case: [tests/unit_tests/ssm/**/*.py] products: - environment: [lts, dev] @@ -179,6 +200,13 @@ products: scope: [unit-tests] n_repeat: [1] time_limit: [1800] + - test_case: [tests/unit_tests/a2a_overlap/**/*.py] + products: + - environment: [lts, dev] + tag: [latest, legacy] + scope: [unit-tests] + n_repeat: [1] + time_limit: [1800] - test_case: [tests/unit_tests/**/*.py] products: - environment: [lts, dev]