-
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.
- Loading branch information
1 parent
8113c0d
commit 9229cbc
Showing
5 changed files
with
129 additions
and
74 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,30 @@ | ||
test_editors: | ||
- version: 2023.2 | ||
--- | ||
{% for editor in test_editors %} | ||
Run_Mac_Perfomance_Tests{{ editor.version }}: | ||
name: Run Mac Performance Tests {{ editor.version }} | ||
agent: | ||
type: Unity::VM::osx | ||
image: package-ci/macos-13:v4 | ||
flavor: b1.large | ||
variables: | ||
UNITY_VERSION: {{ editor.version }} | ||
commands: | ||
- 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 | ||
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr | ||
- chmod +x ./utr | ||
- ./utr --suite=editor --platform=StandaloneOSX --editor-location=.Editor --testproject=PerformanceProject --artifacts_path=build/test-results --report-performance-data --performance-project-id=com.unity.ml-agents --zero-tests-are-ok=1 | ||
triggers: | ||
cancel_old_ci: true | ||
recurring: | ||
- branch: develop | ||
frequency: daily | ||
artifacts: | ||
logs: | ||
paths: | ||
- "build/test-results/**" | ||
- "*.log" | ||
{% endfor %} | ||
#disabling mac perf tests until utr issue is resolved. | ||
#test_editors: | ||
# - version: 2023.2 | ||
#--- | ||
#{% for editor in test_editors %} | ||
#Run_Mac_Perfomance_Tests{{ editor.version }}: | ||
# name: Run Mac Performance Tests {{ editor.version }} | ||
# agent: | ||
# type: Unity::VM::osx | ||
# image: package-ci/macos-13:v4 | ||
# flavor: b1.large | ||
# variables: | ||
# UNITY_VERSION: {{ editor.version }} | ||
# commands: | ||
# - 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 | ||
# - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr | ||
# - chmod +x ./utr | ||
# - ./utr --suite=editor --platform=StandaloneOSX --editor-location=.Editor --testproject=PerformanceProject --artifacts_path=build/test-results --report-performance-data --performance-project-id=com.unity.ml-agents --zero-tests-are-ok=1 | ||
# triggers: | ||
# cancel_old_ci: true | ||
# recurring: | ||
# - branch: develop | ||
# frequency: daily | ||
# artifacts: | ||
# logs: | ||
# paths: | ||
# - "build/test-results/**" | ||
# - "*.log" | ||
#{% 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
Oops, something went wrong.