Skip to content

Commit d055228

Browse files
committed
Changes included in runAll
1 parent 98bdbbd commit d055228

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.yamato/_run-all.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ run_all_package_tests:
66
name: Run All Package Tests
77
dependencies:
88
{% for platform in test_platforms.desktop -%}
9+
{% if platform.name != "win-arm64" -%} # Recommended to use only after builds
910
{% for editor in validation_editors.all -%}
1011
- .yamato/package-tests.yml#package_test_-_ngo_{{ editor }}_{{ platform.name }}
1112
{% endfor -%}
13+
{% endif -%}
1214
{% endfor -%}
1315

1416

@@ -19,9 +21,11 @@ run_all_project_tests:
1921
{% for project in projects.all -%}
2022
{% if project.has_tests == "true" -%}
2123
{% for platform in test_platforms.desktop -%}
24+
{% if platform.name != "win-arm64" -%} # Recommended to use only after builds
2225
{% for editor in validation_editors.all -%}
2326
- .yamato/project-tests.yml#test_{{ project.name }}_{{ platform.name }}_{{ editor }}
2427
{% endfor -%}
28+
{% endif -%}
2529
{% endfor -%}
2630
{% endif -%}
2731
{% endfor -%}
@@ -44,9 +48,11 @@ run_all_webgl_builds:
4448
dependencies:
4549
{% for project in projects.default -%}
4650
{% for platform in test_platforms.desktop -%}
51+
{% if platform.name != "win-arm64" -%} # Recommended to use only after builds
4752
{% for editor in validation_editors.all -%}
4853
- .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform }}_{{ editor }}
4954
{% endfor -%}
55+
{% endif -%}
5056
{% endfor -%}
5157
{% endfor -%}
5258

0 commit comments

Comments
 (0)