@@ -253,3 +253,44 @@ run_all_project_tests_console_standalone_6000:
253253 - .yamato/console-standalone-test.yml#console_standalone_test_{{ project.name }}_{{ platform.name }}_6000.0
254254{% endfor -%}
255255{% endfor -%}
256+
257+
258+ # Runs all CMB service tests
259+ run_all_project_tests_cmb_service :
260+ name : Run All CMB Service Tests
261+ dependencies :
262+ {% for project in projects.default -%}
263+ {% for platform in test_platforms.default -%}
264+ {% for editor in validation_editors.all -%}
265+ {% for backend in scripting_backends -%}
266+ - .yamato/cmb_service_standalone_tests.yml#cmb_service_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{ editor }}
267+ {% endfor -%}
268+ {% endfor -%}
269+ {% endfor -%}
270+ {% endfor -%}
271+
272+ # Runs all CMB service tests on trunk editor
273+ run_all_project_tests_cmb_service_trunk :
274+ name : Run All CMB Service Tests [Trunk only]
275+ dependencies :
276+ {% for project in projects.default -%}
277+ {% for platform in test_platforms.default -%}
278+ {% for editor in validation_editors.default -%}
279+ {% for backend in scripting_backends -%}
280+ - .yamato/cmb_service_standalone_tests.yml#cmb_service_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{ editor }}
281+ {% endfor -%}
282+ {% endfor -%}
283+ {% endfor -%}
284+ {% endfor -%}
285+
286+ # Runs all CMB service tests on mimimum supported editor (6000.0 in case of NGOv2.X)
287+ run_all_project_tests_cmb_service_6000 :
288+ name : Run All CMB Service Tests [6000.0]
289+ dependencies :
290+ {% for project in projects.default -%}
291+ {% for platform in test_platforms.default -%}
292+ {% for backend in scripting_backends -%}
293+ - .yamato/cmb_service_standalone_tests.yml#cmb_service_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_6000.0
294+ {% endfor -%}
295+ {% endfor -%}
296+ {% endfor -%}
0 commit comments