@@ -12,7 +12,7 @@ build_{{ project.name }}_tests_{{ editor }}_android:
12
12
flavor : b1.xlarge
13
13
commands :
14
14
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
15
- - curl -s https://artifactory.prd.it .unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
15
+ - curl -s https://artifactory-slo.bf .unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
16
16
- python .yamato/disable-burst-if-requested.py --project-path testproject --platform Android
17
17
- unity-downloader-cli -u {{ editor }} -c editor -c Android -w --fast
18
18
- |
@@ -51,7 +51,7 @@ build_{{ project.name }}_tests_{{ editor }}_iOS:
51
51
commands :
52
52
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
53
53
- unity-downloader-cli -u {{ editor }} -c editor -c iOS -w --fast
54
- - curl -s https://artifactory.prd.it .unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
54
+ - curl -s https://artifactory-slo.bf .unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
55
55
- chmod +x ./utr
56
56
- export UTR_VERSION=0.12.0
57
57
- ./utr --artifacts_path=artifacts --timeout=1800 --testproject={{ project.name }} --editor-location=.Editor --suite=playmode --platform=iOS --build-only --player-save-path=build/players --extra-editor-arg=-batchmode --extra-editor-arg=-nographics --testfilter=Unity.Netcode.RuntimeTests
@@ -88,7 +88,7 @@ run_{{ project.name }}_tests_{{ editor }}_iOS:
88
88
- .yamato/mobile-build-and-test.yml#build_{{ project.name }}_tests_{{ editor }}_iOS
89
89
commands :
90
90
# Download standalone UnityTestRunner
91
- - curl -s https://artifactory.prd.it .unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
91
+ - curl -s https://artifactory-slo.bf .unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
92
92
# Give UTR execution permissions
93
93
- chmod +x ./utr
94
94
# Run the test build on the device
@@ -127,7 +127,7 @@ run_{{ project.name }}_tests_{{ editor }}_android:
127
127
dependencies :
128
128
- .yamato/mobile-build-and-test.yml#build_{{ project.name }}_tests_{{ editor }}_android
129
129
commands :
130
- - curl -s https://artifactory.prd.it .unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
130
+ - curl -s https://artifactory-slo.bf .unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
131
131
- |
132
132
set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
133
133
start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
0 commit comments