Skip to content

Commit

Permalink
Only run clean console test in trunk if on ARM64 Win (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
windxu88 authored Apr 11, 2024
1 parent e039f00 commit acfd7fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .yamato/clean-console-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ clean_console_test_trigger:
dependencies:
{% for platform in platforms %}
{% for editor in clean_console_test_editors %}
# On ARM64 Windows, only run clean console test in trunk. On other platforms, run clean console tests in all editor versions.
{% if editor.version == "trunk" or platform.model != "arm" %}
- .yamato/clean-console-test.yml#clean_console_test_{{ platform.name }}_{{ editor.version }}
{% endif %}
{% endfor %}
{% endfor %}

0 comments on commit acfd7fa

Please sign in to comment.