|
|
|
|
|
|
{% metadata_file .yamato/test_versions.metafile %} |
|
|
|
--- |
|
|
|
{% for editor in test_editors %} |
|
|
|
test_mac_training_int_{{ editor.version }}: |
|
|
|
name: Test Mac Fast Training {{ editor.version }} |
|
|
|
{% for config in test_configs %} |
|
|
|
test_training_int_{{ config.name }}: |
|
|
|
name: Test {{ config.name }} Fast Training |
|
|
|
UNITY_VERSION: {{ editor.version }} |
|
|
|
UNITY_VERSION: {{ config.version }} |
|
|
|
- /Users/bokken/Library/Python/3.7/bin/unity-downloader-cli -u {{ editor.version }} -c editor --wait --fast |
|
|
|
- /Users/bokken/Library/Python/3.7/bin/unity-downloader-cli -u {{ config.version }} -c editor --wait --fast |
|
|
|
- python -u -m ml-agents.tests.yamato.training_int_tests --csharp={{ editor.csharp_backcompat_version }} |
|
|
|
- python -u -m ml-agents.tests.yamato.training_int_tests --csharp={{ config.csharp_backcompat_version }} |
|
|
|
- .yamato/standalone-build-test.yml#test_mac_standalone_{{ editor.version }} |
|
|
|
- .yamato/standalone-build-test.yml#test_standalone_{{ config.name }} |
|
|
|
triggers: |
|
|
|
cancel_old_ci: true |
|
|
|
expression: | |
|
|
|