Skip to content

Commit 8b35ff0

Browse files
committed
unity-downloader-cli is also preinstalled on package-ci images
1 parent 932a431 commit 8b35ff0

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.yamato/upm-ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u %EDITOR_VERSION%
2828
{% if platform.name == "win" and category.name == "functional" %} --enable-code-coverage --code-coverage-options "generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem;pathReplacePatterns:@*,,Library/PackageCache,Packages" --extra-utr-arg="--coverage-results-path={{ yamato_source_dir_win }}/upm-ci~/test-results/CodeCoverage/Package --coverage-upload-options=\"reportsDir:upm-ci~/test-results/CodeCoverage/Package;name:{{platform.name}}_{{editor.version}}_pkg;flags:{{platform.name}}_{{editor.version}}_pkg\"" {% endif %}
2929
{% if platform.installscript %}
30-
- {{ unity_downloader_install }}
3130
- {{ platform.installscript }} %EDITOR_VERSION%
3231
{% endif %}
3332
# ADBv2 on 2019.4 causes the test runner to not start on initial import when the
@@ -79,7 +78,6 @@
7978
# Run upm-ci verification tests as well as tests contained in the package.
8079
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u $EDITOR_VERSION {% if category.name == "functional" and platform.name == "mac" or platform.name == "linux" %} --enable-code-coverage --code-coverage-options "generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem;pathReplacePatterns:@*,,Library/PackageCache,Packages" --extra-utr-arg="--coverage-results-path={{ yamato_source_dir_nix }}/upm-ci~/test-results/CodeCoverage/Package --coverage-upload-options=\"reportsDir:upm-ci~/test-results/CodeCoverage/Package;name:{{platform.name}}_{{editor.version}}_pkg;flags:{{platform.name}}_{{editor.version}}_pkg\"" {% endif %}
8180
{% if platform.installscript %}
82-
- {{ unity_downloader_install }}
8381
- {{ platform.installscript }} $EDITOR_VERSION
8482
{% endif %}
8583
# ADBv2 on 2019.4 causes the test runner to not start on initial import when the
@@ -120,7 +118,6 @@ build_ios_{{ editor.version }}_{{ category.name }}:
120118
variables:
121119
EDITOR_VERSION: {{ editor.version }}
122120
commands:
123-
- {{ unity_downloader_install }}
124121
- unity-downloader-cli -c Editor -c iOS -u $EDITOR_VERSION --fast --wait
125122
- UnifiedTestRunner --suite=playmode {% if category.name == "performance" %} --category=Performance {% else %} --category=!Performance {% endif %} --platform=iOS --editor-location=.Editor --testproject=. --player-save-path=build/players --artifacts_path=build/logs --build-only {% if category.name == "performance" %} --report-performance-data --performance-project-id=InputSystem {% endif %}
126123
after:
@@ -167,7 +164,6 @@ build_tvos_{{ editor.version }}_{{ category.name }}:
167164
variables:
168165
EDITOR_VERSION: {{ editor.version }}
169166
commands:
170-
- {{ unity_downloader_install }}
171167
- unity-downloader-cli -c Editor -c AppleTV -u $EDITOR_VERSION --fast --wait
172168
- UnifiedTestRunner --suite=playmode {% if category.name == "performance" %} --category=Performance {% else %} --category=!Performance {% endif %} --platform=tvOS --editor-location=.Editor --testproject=. --player-save-path=build/players --artifacts_path=build/logs --build-only {% if category.name == "performance" %} --report-performance-data --performance-project-id=InputSystem {% endif %}
173169
after:
@@ -216,7 +212,6 @@ build_android_{{ editor.version }}_{{ backend.name }}_{{ category.name }}:
216212
variables:
217213
EDITOR_VERSION: {{ editor.version }}
218214
commands:
219-
- {{ unity_downloader_install }}
220215
- unity-downloader-cli -c Editor -c Android -u %EDITOR_VERSION% --fast --wait
221216
- UnifiedTestRunner --suite=playmode {% if category.name == "performance" %} --category=Performance {% else %} --category=!Performance {% endif %} --platform=Android --editor-location=.Editor --testproject=. --player-save-path=build/players --artifacts_path=build/logs --scripting-backend={{ backend.name }} --build-only --repository {% if category.name == "performance" %} --performance-project-id=InputSystem {% endif %}
222217
after:

0 commit comments

Comments
 (0)