Skip to content

Commit b2800cc

Browse files
committed
Revert "Models correction"
This reverts commit de4042b.
1 parent c933159 commit b2800cc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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.model %}
76+
{% if platform.name == mac %}
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,13 @@ test_platforms:
4646
image: package-ci/ubuntu-22.04:v4
4747
flavor: b1.large
4848
standalone: StandaloneLinux64
49+
model: rtx2080
4950
- name: win
5051
type: Unity::VM
5152
image: package-ci/win10:v4
5253
flavor: b1.large
5354
standalone: StandaloneWindows64
55+
model: rtx2080
5456
- name: mac
5557
type: Unity::VM::osx
5658
image: package-ci/macos-13-arm64:v4 # ARM64 to support M1 model (below)

0 commit comments

Comments
 (0)