浏览代码

Update artifactory URL. (#4858)

/MLA-1734-demo-provider
GitHub 4 年前
当前提交
5a93fb6e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      .yamato/com.unity.ml-agents-performance.yml

2
.yamato/com.unity.ml-agents-performance.yml


commands:
- python3 -m pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
- unity-downloader-cli -u {{ editor.version }} -c editor --wait --fast
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output utr
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
- chmod +x ./utr
- ./utr --suite=editor --platform=StandaloneOSX --editor-location=.Editor --testproject=DevProject --artifacts_path=build/test-results --report-performance-data --performance-project-id=com.unity.ml-agents --zero-tests-are-ok=1
triggers:

正在加载...
取消
保存