Skip to content

Commit de4042b

Browse files
committed
Models correction
1 parent 1eca439 commit de4042b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.yamato/desktop-standalone-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
7373
type: {% if platform.name == "mac" %} {{ platform.type }} {% else %} {{ platform.type }}::GPU {% endif %}
7474
image: {{ platform.image }}
7575
flavor: {{ platform.flavor }}
76-
{% if platform.name == mac %}
76+
{% if platform.model %}
7777
model: {{ platform.model }} # This is set only in platforms where we want non-default model to use (more information in project.metafile). In this case it's specifically for macOS (if used for win/ubuntu then it will cause rust server to fail connecting)
7878
{% endif %}
7979

.yamato/project.metafile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,11 @@ test_platforms:
4646
image: package-ci/ubuntu-22.04:v4
4747
flavor: b1.large
4848
standalone: StandaloneLinux64
49-
model: rtx2080
5049
- name: win
5150
type: Unity::VM
5251
image: package-ci/win10:v4
5352
flavor: b1.large
5453
standalone: StandaloneWindows64
55-
model: rtx2080
5654
- name: mac
5755
type: Unity::VM::osx
5856
image: package-ci/macos-13-arm64:v4 # ARM64 to support M1 model (below)

0 commit comments

Comments
 (0)