浏览代码

job name and pip fixes

/MLA-462-yamato-win
Chris Elion 4 年前
当前提交
94197525
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2
      .yamato/standalone-build-test.yml
  2. 4
      .yamato/training-int-tests.yml

2
.yamato/standalone-build-test.yml


---
{% for config in test_configs %}
test_standalone_{{ config.name }}:
name: Test Mac Standalone {{ config.version }}
name: Test {{ config.name }} Standalone
agent:
type: {{ config.type }}
image: {{ config.image }}

4
.yamato/training-int-tests.yml


commands:
- pip install pyyaml --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
# TODO remove the "--user" command and the path prefix when we can migrate away from the custom bokken image
- python -m pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade --user
- /Users/bokken/Library/Python/3.7/bin/unity-downloader-cli -u {{ config.version }} -c editor --wait --fast
- python -m pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
- unity-downloader-cli -u {{ config.version }} -c editor --wait --fast
- python -u -m ml-agents.tests.yamato.training_int_tests
# Backwards-compatibility tests.
# If we make a breaking change to the communication protocol, these will need

正在加载...
取消
保存