Skip to content

Commit 555f642

Browse files
chore: update android bokken image for CI (#809)
* updating image * removing arg to specify player connection IP
1 parent f4144ef commit 555f642

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ mobile_test_android_{{ project.name }}_{{ editor }}:
103103
name: {{ project.name }} mobile project tests - {{ editor }} on Android
104104
agent:
105105
type: Unity::mobile::shield
106-
image: mobile/android-execution-r19:stable
106+
image: mobile/android-execution-base:stable
107107
flavor: b1.medium
108108

109109
# Skip repository cloning
@@ -119,7 +119,7 @@ mobile_test_android_{{ project.name }}_{{ editor }}:
119119
start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
120120
start %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices
121121
set UTR_VERSION=0.12.0
122-
./utr --artifacts_path=build/test-results --testproject={{ project.path }} --editor-location=.Editor --reruncount=2 --suite=playmode --platform=android --player-connection-ip=%BOKKEN_HOST_IP% --player-load-path=build/players --testfilter=Unity.BossRoom.Tests.Runtime
122+
./utr --artifacts_path=build/test-results --testproject={{ project.path }} --editor-location=.Editor --reruncount=2 --suite=playmode --platform=android --player-load-path=build/players --testfilter=Unity.BossRoom.Tests.Runtime
123123
# Set uploadable artifact paths
124124
artifacts:
125125
logs:

0 commit comments

Comments
 (0)