@@ -25,11 +25,11 @@ build_{{ project.name }}_{{ editor }}_{{ platform.name }}:
2525{% if platform.base == "win" %}
2626 - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
2727 - python .yamato/disable-burst-if-requested.py --project-path {{ project.path }} --platform {{ platform.name }}
28- - utr.bat --artifacts_path=build/logs --testproject={{ project.path }} --architecture={{ platform.architecture }} --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --suite=playmode --platform={{ platform.standalone }} --build-only --player-save-path=build/players --extra-editor-arg=-batchmode --extra-editor-arg=-nographics --extra-editor-arg=-testCategory --extra-editor-arg=!Performance --scripting-backend=il2cpp
28+ - utr.bat --artifacts_path=artifacts --testproject={{ project.path }} --architecture={{ platform.architecture }} --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --suite=playmode --platform={{ platform.standalone }} --build-only --player-save-path=build/players --extra-editor-arg=-batchmode --extra-editor-arg=-nographics --extra-editor-arg=-testCategory --extra-editor-arg=!Performance --scripting-backend=il2cpp --testfilter=Unity.Netcode.RuntimeTests
2929{% else %}
3030 - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
3131 - chmod +x ./utr
32- - ./utr --artifacts_path=artifacts --testproject={{ project.path }} --architecture={{ platform.architecture }} --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --suite=playmode --platform={{ platform.standalone }} --build-only --player-save-path=build/players --extra-editor-arg=-batchmode --extra-editor-arg=-nographics --extra-editor-arg=-testCategory --extra-editor-arg=!Performance --scripting-backend=il2cpp
32+ - ./utr --artifacts_path=artifacts --testproject={{ project.path }} --architecture={{ platform.architecture }} --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --suite=playmode --platform={{ platform.standalone }} --build-only --player-save-path=build/players --extra-editor-arg=-batchmode --extra-editor-arg=-nographics --extra-editor-arg=-testCategory --extra-editor-arg=!Performance --scripting-backend=il2cpp --testfilter=Unity.Netcode.RuntimeTests
3333{% endif %}
3434 artifacts :
3535 logs :
@@ -76,12 +76,12 @@ run_{{ project.name }}_tests_{{ editor }}_{{ platform.name }}:
7676 set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
7777 start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
7878 start %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices
79- utr --suite=playmode --platform=Android --editor-location=.Editor --architecture= {{ platform.architecture }} --testproject ={{ project.path }} --player-load-path=build/players --artifacts_path=build/logs --scripting-backend=il2cpp --extra-editor-arg=-testCategory --extra-editor-arg=!Performance --reruncount=1 --clean-library-on-rerun -- player-connection-ip=%BOKKEN_HOST_IP% --timeout=1800 --testfilter=Unity.Netcode.RuntimeTests
79+ utr --artifacts_path=artifacts --testproject={{ project.path }} --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --suite=playmode --platform= {{ platform.standalone }} --architecture ={{ platform.architecture }} --player-load-path=build/players --scripting-backend=il2cpp --extra-editor-arg=-testCategory --extra-editor-arg=!Performance --player-connection-ip=%BOKKEN_HOST_IP% --testfilter=Unity.Netcode.RuntimeTests
8080{% else %}
8181 # Download standalone UnityTestRunner
8282 - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr && chmod +x utr
8383 # Run tests
84- - ./utr -artifacts_path=artifacts --testproject={{ project.path }} --editor-location=.Editor --reruncount=1 --suite=playmode --platform=iOS --player-load-path=build/players --architecture={{ platform.architecture }} --scripting-backend=il2cpp --extra-editor-arg=-testCategory --extra-editor-arg=!Performance --clean-library-on-rerun --player-connection-ip=%BOKKEN_HOST_IP% --timeout=1800 --testfilter=Unity.Netcode.RuntimeTests
84+ - ./utr -artifacts_path=artifacts --testproject={{ project.path }} --editor-location=.Editor --reruncount=1 --clean-library-on-rerun -- suite=playmode --platform={{ platform.standalone }} --architecture={{ platform.architecture }} --player-load-path=build/players -- scripting-backend=il2cpp --extra-editor-arg=-testCategory --extra-editor-arg=!Performance --testfilter=Unity.Netcode.RuntimeTests
8585{% endif %}
8686 artifacts :
8787 logs :
0 commit comments