Skip to content

Commit f4144ef

Browse files
fix: yamato jobs failing because of unsupported bokken image (#806)
* updating test framework package * using android-execution-base image for android builds
1 parent bcac45b commit f4144ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.yamato/mobile-build-and-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Build_Player_With_Tests_Android_{{ project.name }}_{{ editor }}:
3737
type: Unity::VM
3838
# Any generic image can be used, no need to have Android tools in the image for building
3939
# All Android tools will be downloaded by unity-downloader-cli
40-
image: desktop/android-execution-r19:v0.1.1-860408
40+
image: mobile/android-execution-base:stable
4141
flavor: b1.xlarge
4242

4343
commands:

Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"com.unity.services.authentication": "2.3.1",
1818
"com.unity.services.lobby": "1.0.3",
1919
"com.unity.services.relay": "1.0.3",
20-
"com.unity.test-framework": "1.1.31",
20+
"com.unity.test-framework": "1.1.33",
2121
"com.unity.textmeshpro": "3.0.6",
2222
"com.unity.timeline": "1.6.4",
2323
"com.unity.toolchain.macos-x86_64-linux-x86_64": "1.0.0",

Packages/packages-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
"url": "https://packages.unity.com"
320320
},
321321
"com.unity.test-framework": {
322-
"version": "1.1.31",
322+
"version": "1.1.33",
323323
"depth": 0,
324324
"source": "registry",
325325
"dependencies": {

0 commit comments

Comments
 (0)