Skip to content

Commit 1b2c652

Browse files
fix
Removing model: rtx2080 from our yamato vm definition file.
1 parent bd5c757 commit 1b2c652

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.yamato/project.metafile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# smaller_flavor --> An override for flavor that determines the VM size/resources for lighter weight jobs that can run on a smaller vm
1313
# larger_flavor --> An override for flavor that determines the VM size/resources for heavier weight jobs that can need a bigger vm
1414
# standalone --> Specifies the build target platform (e.g., StandaloneLinux64, Android, IOS)
15-
# model --> Defines specific hardware model requirements (e.g., rtx2080, iPhone model 13). Notice that trunk currently (19.08.2025) has 13.0 as minimal iOS version which devices below this are not supporting
15+
# model --> Defines specific hardware model requirements (e.g., iPhone model 13). Notice that trunk currently (19.08.2025) has 13.0 as minimal iOS version which devices below this are not supporting
1616
# base --> Indicates the base operating system for build operations (e.g., win, mac)
1717
# architecture --> Specifies the target CPU architecture (e.g., armv7, arm64)
1818

@@ -50,15 +50,13 @@ test_platforms:
5050
smaller_flavor: b1.medium
5151
larger_flavor: b1.xlarge
5252
standalone: StandaloneLinux64
53-
model: rtx2080
5453
- name: win
5554
type: Unity::VM
5655
image: package-ci/win10:v4
5756
flavor: b1.large
5857
smaller_flavor: b1.medium
5958
larger_flavor: b1.xlarge
6059
standalone: StandaloneWindows64
61-
model: rtx2080
6260
- name: mac
6361
type: Unity::VM::osx
6462
image: package-ci/macos-13-arm64:v4 # ARM64 to support M1 model (below)

0 commit comments

Comments
 (0)