File tree Expand file tree Collapse file tree 1 file changed +29
-30
lines changed Expand file tree Collapse file tree 1 file changed +29
-30
lines changed Original file line number Diff line number Diff line change 1- # disabling mac perf tests until utr issue is resolved.
2- # test_editors:
3- # - version: 2023.2
4- # ---
5- #{% for editor in test_editors %}
6- # Run_Mac_Perfomance_Tests{{ editor.version }}:
7- # name: Run Mac Performance Tests {{ editor.version }}
8- # agent:
9- # type: Unity::VM::osx
10- # image: package-ci/macos-13:v4
11- # flavor: b1.large
12- # variables:
13- # UNITY_VERSION: {{ editor.version }}
14- # commands:
15- # - python3 -m pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
16- # - unity-downloader-cli -u {{ editor.version }} -c editor --wait --fast
17- # - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
18- # - chmod +x ./utr
19- # - ./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
20- # triggers:
21- # cancel_old_ci: true
22- # recurring:
23- # - branch: develop
24- # frequency: daily
25- # artifacts:
26- # logs:
27- # paths:
28- # - "build/test-results/**"
29- # - "*.log"
30- #{% endfor %}
1+ test_editors :
2+ - version : 6000.0
3+ ---
4+ {% for editor in test_editors %}
5+ Run_Mac_Perfomance_Tests{{ editor.version }} :
6+ name : Run Mac Performance Tests {{ editor.version }}
7+ agent :
8+ type : Unity::VM::osx
9+ image : package-ci/macos-13:v4
10+ flavor : b1.large
11+ variables :
12+ UNITY_VERSION : {{ editor.version }}
13+ commands :
14+ - python3 -m pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
15+ - unity-downloader-cli -u {{ editor.version }} -c editor --wait --fast
16+ - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
17+ - chmod +x ./utr
18+ - ./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
19+ triggers :
20+ cancel_old_ci : true
21+ recurring :
22+ - branch : develop
23+ frequency : daily
24+ artifacts :
25+ logs :
26+ paths :
27+ - " build/test-results/**"
28+ - " *.log"
29+ {% endfor %}
You can’t perform that action at this time.
0 commit comments