Skip to content

Commit 3358e79

Browse files
committed
Images changed from package-ci to dots-ci
1 parent c13978e commit 3358e79

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.yamato/project.metafile

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@ test_platforms:
1313
default:
1414
- name: ubuntu
1515
type: Unity::VM
16-
image: package-ci/ubuntu-22.04:v4
16+
image: dots-ci/ubuntu-20.04:v3.3194411
1717
flavor: b1.large
1818
standalone: StandaloneLinux64
1919
# Desktop platforms cover all main desktop platforms
2020
# Windows_arm64 is recommended to use only after builds and when it comes to macOS_arm64 there is problem with OpenCL not being available. Other option would be to separate build and run phases but disabled for now
2121
desktop:
2222
- name: ubuntu
2323
type: Unity::VM
24-
image: package-ci/ubuntu-22.04:v4
24+
image: dots-ci/ubuntu-20.04:v3.3194411
2525
flavor: b1.large
2626
standalone: StandaloneLinux64
2727
- name: win
2828
type: Unity::VM
29-
image: package-ci/win10:v4
29+
image: dots-ci/windows10:v3.3194412
3030
flavor: b1.large
3131
standalone: StandaloneWindows64
3232
- name: mac
3333
type: Unity::VM::osx
34-
image: package-ci/macos-13:v4
34+
image: dots-ci/macos:v3.3194405
3535
flavor: m1.mac
3636
standalone: StandaloneOSX
3737
# Mobile platforms cover all main mobile devices. There is a split between the build and run phase so there is a need of splitting specification for both (since its different)
@@ -53,7 +53,7 @@ test_platforms:
5353
# iOS modern builds are ARM64-only, thus no testing with armv7 (as in android case)
5454
- name: ios-arm64
5555
type: Unity::VM::osx
56-
image: package-ci/macos-13:v4
56+
image: dots-ci/macos:v3.3194405
5757
flavor: m1.mac
5858
standalone: IOS
5959
base: mac
@@ -77,7 +77,7 @@ test_platforms:
7777
architecture: arm64
7878
- name: ios-arm64
7979
type: Unity::mobile::iPhone
80-
image: package-ci/macos-13-arm64:v4
80+
image: dots-ci/macos:v3.3194405
8181
flavor: m1.mac
8282
model: SE
8383
standalone: IOS
@@ -92,55 +92,55 @@ test_platforms:
9292
base: win
9393
- name: ps5
9494
type: Unity::VM
95-
image: package-ci/win10:v4
95+
image: dots-ci/ps5:v3.3194407
9696
flavor: b1.large
9797
standalone: PS5
9898
base: win
9999
- name: switch
100100
type: Unity::VM
101-
image: package-ci/win10:v4
101+
image: dots-ci/switch:v3.3194409
102102
flavor: b1.large
103103
standalone: Switch
104104
base: win
105105
- name: gamecorexboxone
106106
type: Unity::VM
107-
image: package-ci/win10:v4
107+
image: dots-ci/xbox:v3.3194406
108108
flavor: b1.large
109109
standalone: GameCoreXboxOne
110110
base: win
111111
- name: gamecorescarlett
112112
type: Unity::VM
113-
image: package-ci/win10:v4
113+
image: dots-ci/xbox:v3.3194406
114114
flavor: b1.large
115115
standalone: XboxSeries
116116
base: win
117117
console_test:
118118
- name: ps4
119119
type: Unity::console::ps4
120-
image: package-ci/win10-ps4
120+
image: dots-ci/ps4:v3.3194410
121121
flavor: b1.large
122122
model: devkit
123123
standalone: PS4
124124
- name: ps5
125125
type: Unity::console::ps5
126-
image: package-ci/win10-ps5
126+
image: dots-ci/ps4:v3.3194410
127127
flavor: b1.large
128128
model: devkit
129129
standalone: PS5
130130
- name: switch
131131
type: Unity::console::switch
132-
image: package-ci/win10-switch:v4
132+
image: dots-ci/switch:v3.3194409
133133
flavor: b1.large
134134
standalone: Switch
135135
base: win
136136
- name: xboxOne
137137
type: Unity::console::xbox
138-
image: package-ci/win10-xbox
138+
image: dots-ci/xbox:v3.3194406
139139
flavor: b1.large
140140
standalone: GameCoreXboxOne
141141
- name: xboxseries
142142
type: Unity::console::scarlett
143-
image: package-ci/win10-xbox
143+
image: dots-ci/xbox:v3.3194406
144144
flavor: b1.large
145145
standalone: XboxSeries
146146

0 commit comments

Comments
 (0)