Skip to content
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
196 changes: 26 additions & 170 deletions .yamato/_run-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,71 +17,25 @@ run_quick_checks:
name: Run Quick Initial Checks
dependencies:
- .yamato/package-pack.yml#package_pack_-_ngo_ubuntu
- .yamato/project-standards.yml#standards_ubuntu_testproject_{{ validation_editors.default }}
- .yamato/project-standards.yml#standards_ubuntu_testproject_{{ validation_editor }}

# Runs all package tests
run_all_package_tests:
name: Run All Package Tests
# Runs all package tests on supported editor
run_all_package_tests_{{ validation_editor }}:
name: Run All Package Tests [{{ validation_editor }} only]
dependencies:
{% for platform in test_platforms.desktop -%}
{% for editor in validation_editors.all -%}
- .yamato/package-tests.yml#package_test_-_ngo_{{ editor }}_{{ platform.name }}
{% endfor -%}
{% endfor -%}


# Runs all package tests on default editor (latest supported editor)
run_all_package_tests_{{ validation_editors.default }}:
name: Run All Package Tests [{{ validation_editors.default }} only]
dependencies:
{% for platform in test_platforms.desktop -%}
- .yamato/package-tests.yml#package_test_-_ngo_{{ validation_editors.default }}_{{ platform.name }}
- .yamato/package-tests.yml#package_test_-_ngo_{{ validation_editor }}_{{ platform.name }}
{% endfor -%}

# Runs all package tests on minimal supported editor
run_all_package_tests_{{ validation_editors.minimal }}:
name: Run All Package Tests [{{ validation_editors.minimal }}]
dependencies:
{% for platform in test_platforms.desktop -%}
- .yamato/package-tests.yml#package_test_-_ngo_{{ validation_editors.minimal }}_{{ platform.name }}
{% endfor -%}


# Runs all projects tests
run_all_project_tests:
name: Run All Project Tests
# Runs all projects tests on supported editor
run_all_project_tests_{{ validation_editor }}:
name: Run All Project Tests [{{ validation_editor }} only]
dependencies:
{% for project in projects.all -%}
{% if project.has_tests == "true" -%}
{% for platform in test_platforms.desktop -%}
{% for editor in validation_editors.all -%}
- .yamato/project-tests.yml#test_{{ project.name }}_{{ platform.name }}_{{ editor }}
{% endfor -%}
{% endfor -%}
{% endif -%}
{% endfor -%}


# Runs all projects tests on default editor (latest supported editor)
run_all_project_tests_{{ validation_editors.default }}:
name: Run All Project Tests [{{ validation_editors.default }} only]
dependencies:
{% for project in projects.all -%}
{% if project.has_tests == "true" -%}
{% for platform in test_platforms.desktop -%}
- .yamato/project-tests.yml#test_{{ project.name }}_{{ platform.name }}_{{ validation_editors.default }}
{% endfor -%}
{% endif -%}
{% endfor -%}

# Runs all projects tests on minimal supported editor
run_all_project_tests_{{ validation_editors.minimal }}:
name: Run All Project Tests [{{ validation_editors.minimal }}]
dependencies:
{% for project in projects.all -%}
{% if project.has_tests == "true" -%}
{% for platform in test_platforms.desktop -%}
- .yamato/project-tests.yml#test_{{ project.name }}_{{ platform.name }}_{{ validation_editors.minimal }}
- .yamato/project-tests.yml#test_{{ project.name }}_{{ platform.name }}_{{ validation_editor }}
{% endfor -%}
{% endif -%}
{% endfor -%}
Expand All @@ -93,147 +47,49 @@ run_all_projects_standards:
dependencies:
{% for platform in test_platforms.default -%}
{% for project in projects.all -%}
- .yamato/project-standards.yml#standards_{{ platform.name }}_{{ project.name }}_{{ validation_editors.default }}
{% endfor -%}
{% endfor -%}


# Runs all WebGL builds
run_all_webgl_builds:
name: Run All WebGl Build
dependencies:
{% for project in projects.default -%}
{% for platform in test_platforms.desktop -%}
{% for editor in validation_editors.all -%}
- .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform.name }}_{{ editor }}
{% endfor -%}
{% endfor -%}
{% endfor -%}


# Runs all WebGL builds on default editor (latest supported editor)
run_all_webgl_builds_{{ validation_editors.default }}:
name: Run All WebGl Build [{{ validation_editors.default }} only]
dependencies:
{% for project in projects.default -%}
{% for platform in test_platforms.desktop -%}
- .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform.name }}_{{ validation_editors.default }}
{% endfor -%}
{% endfor -%}

# Runs all WebGL builds on minimal supported editor
run_all_webgl_builds_{{ validation_editors.minimal }}:
name: Run All WebGl Build [{{ validation_editors.minimal }}]
dependencies:
{% for project in projects.default -%}
{% for platform in test_platforms.desktop -%}
- .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform.name }}_{{ validation_editors.minimal }}
- .yamato/project-standards.yml#standards_{{ platform.name }}_{{ project.name }}_{{ validation_editor }}
{% endfor -%}
{% endfor -%}


# Runs all Desktop tests
run_all_project_tests_desktop_standalone:
name: Run All Standalone Tests - Desktop
# Runs all WebGL builds on supported editor
run_all_webgl_builds_{{ validation_editor }}:
name: Run All WebGl Build [{{ validation_editor }} only]
dependencies:
{% for project in projects.default -%}
{% for platform in test_platforms.desktop -%}
{% for editor in validation_editors.all -%}
{% for backend in scripting_backends -%}
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{ editor }}
- .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform.name }}_{{ validation_editor }}
{% endfor -%}
{% endfor -%}
{% endfor -%}
{% endfor -%}


# Runs all Desktop tests on default editor (latest supported editor)
run_all_project_tests_desktop_standalone_{{ validation_editors.default }}:
name: Run All Standalone Tests - Desktop [{{ validation_editors.default }} only]
# Runs all Desktop tests on supported editor
run_all_project_tests_desktop_standalone_{{ validation_editor }}:
name: Run All Standalone Tests - Desktop [{{ validation_editor }} only]
dependencies:
{% for project in projects.default -%}
{% for platform in test_platforms.desktop -%}
{% for backend in scripting_backends -%}
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{ validation_editors.default }}
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{ validation_editor }}
{% endfor -%}
{% endfor -%}
{% endfor -%}

# Runs all Desktop tests on minimal supported editor
run_all_project_tests_desktop_standalone_{{ validation_editors.minimal }}:
name: Run All Standalone Tests - Desktop [{{ validation_editors.minimal }}]
dependencies:
{% for project in projects.default -%}
{% for platform in test_platforms.desktop -%}
{% for backend in scripting_backends -%}
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{ validation_editors.minimal }}
{% endfor -%}
{% endfor -%}
{% endfor -%}

# Runs all Mobile tests
run_all_project_tests_mobile_standalone:
name: Run All Standalone Tests - Mobile
# Runs all Mobile tests on supported editor
run_all_project_tests_mobile_standalone_{{ validation_editor }}:
name: Run All Standalone Tests - Mobile [{{ validation_editor }} only]
dependencies:
{% for project in projects.default -%}
{% for platform in test_platforms.mobile_test -%}
{% for editor in validation_editors.all -%}
- .yamato/mobile-standalone-test.yml#mobile_standalone_test_{{ project.name }}_{{ platform.name }}_{{ editor }}
{% endfor -%}
- .yamato/mobile-standalone-test.yml#mobile_standalone_test_{{ project.name }}_{{ platform.name }}_{{ validation_editor }}
{% endfor -%}
{% endfor -%}


# Runs all Mobile tests on default editor (latest supported editor)
run_all_project_tests_mobile_standalone_{{ validation_editors.default }}:
name: Run All Standalone Tests - Mobile [{{ validation_editors.default }} only]
dependencies:
{% for project in projects.default -%}
{% for platform in test_platforms.mobile_test -%}
- .yamato/mobile-standalone-test.yml#mobile_standalone_test_{{ project.name }}_{{ platform.name }}_{{ validation_editors.default }}
{% endfor -%}
{% endfor -%}

# Runs all Mobile tests on minimal supported editor
run_all_project_tests_mobile_standalone_{{ validation_editors.minimal }}:
name: Run All Standalone Tests - Mobile [{{ validation_editors.minimal }}]
dependencies:
{% for project in projects.default -%}
{% for platform in test_platforms.mobile_test -%}
- .yamato/mobile-standalone-test.yml#mobile_standalone_test_{{ project.name }}_{{ platform.name }}_{{ validation_editors.minimal }}
{% endfor -%}
{% endfor -%}


# Runs all Console tests
run_all_project_tests_console_standalone:
name: Run All Standalone Tests - Console
dependencies:
{% for project in projects.default -%}
{% for platform in test_platforms.console_test -%}
{% for editor in validation_editors.all -%}
- .yamato/console-standalone-test.yml#console_standalone_test_{{ project.name }}_{{ platform.name }}_{{ editor }}
{% endfor -%}
{% endfor -%}
{% endfor -%}


# Runs all Console tests on default editor (latest supported editor)
run_all_project_tests_console_standalone_{{ validation_editors.default }}:
name: Run All Standalone Tests - Console [{{ validation_editors.default }} only]
# Runs all Console tests on supported editor
run_all_project_tests_console_standalone_{{ validation_editor }}:
name: Run All Standalone Tests - Console [{{ validation_editor }} only]
dependencies:
{% for project in projects.default -%}
{% for platform in test_platforms.console_test -%}
- .yamato/console-standalone-test.yml#console_standalone_test_{{ project.name }}_{{ platform.name }}_{{ validation_editors.default }}
- .yamato/console-standalone-test.yml#console_standalone_test_{{ project.name }}_{{ platform.name }}_{{ validation_editor }}
{% endfor -%}
{% endfor -%}

# Runs all Console tests on minimal supported editor
run_all_project_tests_console_standalone_{{ validation_editors.minimal }}:
name: Run All Standalone Tests - Console [{{ validation_editors.minimal }}]
dependencies:
{% for project in projects.default -%}
{% for platform in test_platforms.console_test -%}
- .yamato/console-standalone-test.yml#console_standalone_test_{{ project.name }}_{{ platform.name }}_{{ validation_editors.minimal }}
{% endfor -%}
{% endfor -%}
Loading
Loading