Skip to content

Commit 145cbc4

Browse files
committed
Linter correction
1 parent 5ee7f4c commit 145cbc4

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.yamato/_run-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ run_all_project_tests:
2222
{% for editor in validation_editors.all -%}
2323
- .yamato/project-tests.yml#test_{{ project.name }}_{{ platform.name }}_{{ editor }}
2424
{% endfor -%}
25-
{% endif -%}
2625
{% endfor -%}
26+
{% endif -%}
2727
{% endfor -%}
2828

2929

.yamato/performance-tests.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% for platform in test_platforms.desktop -%}
66
{% for editor in validation_editors.all -%}
77
{% for project in projects.default -%}
8-
performance_editor_tests_-_netcode_macos_trunk_dots_monorepo__no_data_reporting:
8+
performance_editor_tests_-_NGO_{{ platform.name }}_{{ editor }}_no_data_reporting:
99
name : Performance editor Tests - NGO {{ project.name }} [{{ platform.name }}, {{ editor }}] (No Data Reporting)
1010
agent:
1111
type: {{ platform.type }}
@@ -21,22 +21,20 @@ performance_editor_tests_-_netcode_macos_trunk_dots_monorepo__no_data_reporting:
2121
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
2222

2323
# Platform specific UTR setup
24-
- |
2524
{% if platform.name == "win" %}
26-
curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
25+
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
2726
{% else %}
28-
curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr && chmod +x utr
27+
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr && chmod +x utr
2928
{% endif %}
3029

3130
# Installing editor
3231
- unity-downloader-cli -u {{ editor }} -c Editor --fast --wait
3332

3433
# Build Player
35-
- |
3634
{% if platform.name == "win" %}
37-
utr --artifacts-path=artifacts --timeout=3600 --testproject={{ project.path }} --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --suite=editor --dontreportperformancedata --extra-editor-arg=-assemblyNames --extra-editor-arg=Unity.NetCode.* --extra-editor-arg=-testCategory --extra-editor-arg=Performance --extra-editor-arg=-enablePackageManagerTraces
35+
- utr --artifacts-path=artifacts --timeout=3600 --testproject={{ project.path }} --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --suite=editor --dontreportperformancedata --extra-editor-arg=-assemblyNames --extra-editor-arg=Unity.NetCode.* --extra-editor-arg=-testCategory --extra-editor-arg=Performance --extra-editor-arg=-enablePackageManagerTraces
3836
{% else %}
39-
./utr --artifacts-path=artifacts --timeout=3600 --testproject={{ project.path }} --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --suite=editor --dontreportperformancedata --extra-editor-arg=-assemblyNames --extra-editor-arg=Unity.NetCode.* --extra-editor-arg=-testCategory --extra-editor-arg=Performance --extra-editor-arg=-enablePackageManagerTraces
37+
- ./utr --artifacts-path=artifacts --timeout=3600 --testproject={{ project.path }} --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --suite=editor --dontreportperformancedata --extra-editor-arg=-assemblyNames --extra-editor-arg=Unity.NetCode.* --extra-editor-arg=-testCategory --extra-editor-arg=Performance --extra-editor-arg=-enablePackageManagerTraces
4038
{% endif %}
4139
artifacts:
4240
logs:

0 commit comments

Comments
 (0)