@@ -111,23 +111,19 @@ test_platforms:
111111 flavor: b1.large
112112 larger_flavor: b1.xlarge
113113 standalone: PS4
114- # - name: ps5 --> SEE MTT-12118
115- # type: Unity::VM
116- # image: package-ci/win10-ps5:v4
117- # flavor: b1.large
118- # larger_flavor: b1.xlarge
119- # standalone: PS5
120- # - name: switch --> TEMPORARILY DISABLED. SEE MTT-12118
121- # The NintendoSDK on the win10-switch:v4 Bokken image is incomplete for the SDK
122- # version the newer editor Playback Engines require: 18_3_0 is missing the
123- # nintendo-switch-support lib the new toolchain links against, and 21_4_3 is missing the
124- # Tools\Graphics\NvnTools (GraphicsConverter) libraries needed to package textures.
125- # Neither is fixable from .yamato; re-enable once Package CI ships a complete SDK on the image.
126- # type: Unity::VM
127- # image: package-ci/win10-switch:v4
128- # flavor: b1.large
129- # larger_flavor: b1.xlarge
130- # standalone: Switch
114+ # ps5 uses the PlayStation team image (SDK 13.000); package-ci/win10-ps5:v4 only ships SDK 9.00.
115+ - name: ps5
116+ type: Unity::VM
117+ image: playstation/ps5-buildandexecute:v10.8.7
118+ flavor: b1.large
119+ larger_flavor: b1.xlarge
120+ standalone: PS5
121+ - name: switch
122+ type: Unity::VM
123+ image: package-ci/win10-switch:v4
124+ flavor: b1.large
125+ larger_flavor: b1.xlarge
126+ standalone: Switch
131127 - name: GameCoreXboxOne
132128 type: Unity::VM
133129 image: package-ci/win10-xbox:v4
@@ -147,19 +143,19 @@ test_platforms:
147143 flavor: b1.large
148144 larger_flavor: b1.xlarge
149145 standalone: PS4
150- # - name: ps5 --> SEE MTT-12118
151- # type: Unity::console::ps5
152- # image: package-ci/win10- ps5:v4
153- # flavor: b1.large
154- # larger_flavor: b1.xlarge
155- # standalone: PS5
156- # - name: switch --> TEMPORARILY DISABLED. SEE MTT-12118 (incomplete NintendoSDK on win10-switch:v4 image)
157- # type: Unity::console::switch
158- # image: package-ci/win10-switch:v4
159- # flavor: b1.large
160- # larger_flavor: b1.xlarge
161- # standalone: Switch
162- # base: win
146+ - name: ps5
147+ type: Unity::console::ps5
148+ image: playstation/ ps5-buildandexecute:v10.8.7
149+ flavor: b1.large
150+ larger_flavor: b1.xlarge
151+ standalone: PS5
152+ - name: switch
153+ type: Unity::console::switch
154+ image: package-ci/win10-switch:v4
155+ flavor: b1.large
156+ larger_flavor: b1.xlarge
157+ standalone: Switch
158+ base: win
163159 - name: GameCoreXboxOne
164160 type: Unity::console::xbox
165161 image: package-ci/win10-xbox:v4
0 commit comments