We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe577a commit 2825f52Copy full SHA for 2825f52
.yamato/desktop-standalone-tests.yml
@@ -10,7 +10,7 @@
10
desktop_standalone_tests_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{ editor }}:
11
name : Standalone Tests - NGO {{ project.name }} - [{{ platform.name }}, {{ editor }}, {{ backend }}]
12
agent:
13
- type: {% if platform.name == "mac" or platform.name == "mac_arm64" %} {{ platform.type }} {% else %} {{ platform.type }}::GPU {% endif %}
+ type: {% if platform.name == "mac" or platform.name == "mac-arm64" %} {{ platform.type }} {% else %} {{ platform.type }}::GPU {% endif %}
14
image: {{ platform.image }}
15
flavor: {{ platform.flavor }}
16
{% if platform.model %}
0 commit comments