浏览代码

Merge pull request #4396 from Unity-Technologies/release_2_verified-python3

fix artifactory url.
/r2v-yamato-linux
GitHub 4 年前
当前提交
a9e4f85d
共有 1 个文件被更改,包括 6 次插入2 次删除
  1. 8
      .yamato/com.unity.ml-agents-test.yml

8
.yamato/com.unity.ml-agents-test.yml


image: {{ platform.image }}
flavor: {{ platform.flavor}}
commands:
- python3 -m pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/unity-pypi-local/simple --upgrade
- unity-downloader-cli -u trunk -c editor --wait --fast
- 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
{% if platform.name == "win" %}
- upm-ci package test -u "C:\build\output\Unity-Technologies\ml-agents\.Editor" --package-path com.unity.ml-agents {{ editor.coverageOptions }}
{% else %}
{% endif %}
- python3 ml-agents/tests/yamato/check_coverage_percent.py upm-ci~/test-results/ {{ editor.minCoveragePct }}
artifacts:
logs:

正在加载...
取消
保存