-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update package and communicator versions to 0.11 * Remove pip cache fallback for CircleCI This change removes the caching fallback in the case where dependencies change, since it can cause CI failures when we have incompatible dependencies in the cache. * Limit Tensorflow version for tests to <2.0 * Use stable bokken image. (#2815) * build fixes for 2018+ (#2808) * rename CompressionType enum * fix standalone build test for 2018+ * Add more editor versions for testing. (#2809) * class variable for API verison, fix env tests (#2817) * fixed area prefab agents were pointing to the wrong laser gameObject.
- Loading branch information
Chris Elion
authored
Oct 30, 2019
1 parent
765d72e
commit 7fcf623
Showing
22 changed files
with
180 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,30 @@ | ||
name: Mac Edit Mode Tests | ||
triggers: | ||
test_editors: | ||
- version: 2017.4 | ||
- version: 2018.4 | ||
- version: 2019.3 | ||
--- | ||
{% for editor in test_editors %} | ||
test_mac_editmode_{{ editor.version }}: | ||
name: Test Mac EditMode {{ editor.version }} | ||
agent: | ||
type: Unity::VM::osx | ||
image: ml-agents/ml-agents-bokken-mac:stable | ||
flavor: i1.small | ||
variables: | ||
UNITY_VERSION: {{ editor.version }} | ||
commands: | ||
- ./run-tests-editmode-osx-editor.sh | ||
triggers: | ||
branches: | ||
only: | ||
- "/develop-.*/" | ||
- "/develop-.*/" | ||
targets: | ||
only: | ||
- "develop" | ||
- "develop" | ||
pull_requests: | ||
- targets: | ||
only: | ||
- "master" | ||
- "/release-.*/" | ||
- "/hotfix-.*/" | ||
|
||
agent: | ||
type: Unity::VM::osx | ||
image: ml-agents/ml-agents-bokken-mac:stable | ||
flavor: i1.small | ||
|
||
variables: | ||
LC_ALL: "en_US.UTF-8" | ||
commands: | ||
- ./run-tests-editmode-osx-editor.sh | ||
{% endfor %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,30 @@ | ||
name: Mac Standalone Build Test | ||
triggers: | ||
branches: | ||
only: | ||
- "/develop-.*/" | ||
targets: | ||
only: | ||
- "develop" | ||
pull_requests: | ||
- targets: | ||
only: | ||
- "master" | ||
- "/release-.*/" | ||
- "/hotfix-.*/" | ||
|
||
agent: | ||
type: Unity::VM::osx | ||
image: ml-agents/ml-agents-bokken-mac:stable | ||
flavor: i1.small | ||
|
||
variables: | ||
LC_ALL: "en_US.UTF-8" | ||
commands: | ||
- ./run-standalone-build-osx.sh | ||
test_editors: | ||
- version: 2017.4 | ||
- version: 2018.4 | ||
- version: 2019.3 | ||
--- | ||
{% for editor in test_editors %} | ||
test_mac_standalone_{{ editor.version }}: | ||
name: Test Mac Standalone {{ editor.version }} | ||
agent: | ||
type: Unity::VM::osx | ||
image: ml-agents/ml-agents-bokken-mac:stable | ||
flavor: i1.small | ||
variables: | ||
UNITY_VERSION: {{ editor.version }} | ||
commands: | ||
- ./run-standalone-build-osx.sh | ||
triggers: | ||
branches: | ||
only: | ||
- "/develop-.*/" | ||
targets: | ||
only: | ||
- "develop" | ||
pull_requests: | ||
- targets: | ||
only: | ||
- "master" | ||
- "/release-.*/" | ||
- "/hotfix-.*/" | ||
{% endfor %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.