File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ mobile_test_android_{{ project.name }}_{{ editor }}:
103
103
name : {{ project.name }} mobile project tests - {{ editor }} on Android
104
104
agent :
105
105
type : Unity::mobile::shield
106
- image : mobile/android-execution-r19 :stable
106
+ image : mobile/android-execution-base :stable
107
107
flavor : b1.medium
108
108
109
109
# Skip repository cloning
@@ -119,7 +119,7 @@ mobile_test_android_{{ project.name }}_{{ editor }}:
119
119
start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
120
120
start %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices
121
121
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
123
123
# Set uploadable artifact paths
124
124
artifacts :
125
125
logs :
You can’t perform that action at this time.
0 commit comments