Skip to content

Commit 7520669

Browse files
authored
CHANGE: Update UTR url to point to new artifactory (#1259).
1 parent b1a337d commit 7520669

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.yamato/upm-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ build_ios_{{ editor.version }}:
4343
commands:
4444
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
4545
- unity-downloader-cli -c Editor -c iOS -u {{ editor.version }} --fast -w
46-
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output utr
46+
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
4747
- chmod +x ./utr
4848
- ./utr --suite=playmode --platform=iOS --editor-location=.Editor --testproject=. --player-save-path=build/players --artifacts_path=build/logs --build-only --report-performance-data --performance-project-id=InputSystem
4949
artifacts:
@@ -65,7 +65,7 @@ run_ios_{{ editor.version }}:
6565
- .yamato/upm-ci.yml#build_ios_{{ editor.version }}
6666
commands:
6767
# Download standalone UnityTestRunner
68-
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output utr
68+
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
6969
# Give UTR execution permissions
7070
- chmod +x ./utr
7171
# Run the test build on the device
@@ -85,7 +85,7 @@ build_android_{{ editor.version }}_{{ backend.name }}:
8585
commands:
8686
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
8787
- unity-downloader-cli -c Editor -c Android -u {{ editor.version }} --fast -w
88-
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr.bat --output utr.bat
88+
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
8989
- ./utr.bat --suite=playmode --platform=Android --editor-location=.Editor --testproject=. --player-save-path=build/players --artifacts_path=build/logs --scripting-backend={{ backend.name }} --build-only --repository --performance-project-id=InputSystem
9090
artifacts:
9191
players:
@@ -109,7 +109,7 @@ run_android_{{ editor.version }}_{{ backend.name }}:
109109
commands:
110110
- |
111111
# Download standalone UnityTestRunner
112-
curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr.bat --output utr.bat
112+
curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
113113
# Set the IP of the device. In case device gets lost, UTR will try to recconect to ANDROID_DEVICE_CONNECTION
114114
set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
115115
# Establish an ADB connection with the device

0 commit comments

Comments
 (0)