浏览代码

update tests to run on 2019.4 (#4451)

/MLA-1734-demo-provider
GitHub 4 年前
当前提交
fa30409e
共有 5 个文件被更改,包括 7 次插入5 次删除
  1. 3
      .yamato/com.unity.ml-agents-performance.yml
  2. 2
      .yamato/com.unity.ml-agents-test.yml
  3. 2
      .yamato/gym-interface-test.yml
  4. 2
      .yamato/python-ll-api-test.yml
  5. 3
      .yamato/training-int-tests.yml

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


test_editors:
- version: 2019.3
- version: 2019.4
- version: 2020.2
---
{% for editor in test_editors %}
Run_Mac_Perfomance_Tests{{ editor.version }}:

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


- version: 2018.4
# 2018.4 doesn't support code-coverage
enableCodeCoverage: !!bool false
- version: 2019.3
- version: 2019.4
enableCodeCoverage: !!bool true
- version: 2020.1
enableCodeCoverage: !!bool true

2
.yamato/gym-interface-test.yml


test_editors:
- version: 2019.3
- version: 2019.4
---
{% for editor in test_editors %}
test_gym_interface_{{ editor.version }}:

2
.yamato/python-ll-api-test.yml


test_editors:
- version: 2019.3
- version: 2019.4
---
{% for editor in test_editors %}
test_mac_ll_api_{{ editor.version }}:

3
.yamato/training-int-tests.yml


test_editors:
- version: 2018.4
- version: 2019.3
- version: 2019.4
- version: 2020.1
---
{% for editor in test_editors %}
test_mac_training_int_{{ editor.version }}:

正在加载...
取消
保存