Skip to content

Commit a83fe90

Browse files
committed
revert some afters
1 parent 1f846cb commit a83fe90

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.yamato/upm-ci.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ build_ios_{{ editor.version }}_{{ category.name }}:
9999
- {{ unity_downloader_install }}
100100
- unity-downloader-cli -c Editor -c iOS -u {{ editor.version }} --fast --wait
101101
- ./utr --suite=playmode {% if category.name == "performance" %} --category=Performance {% endif %} --platform=iOS --editor-location=.Editor --testproject=. --player-save-path=build/players --artifacts_path=build/logs --build-only --report-performance-data --performance-project-id=InputSystem
102-
after:
103-
- {{ instabilities_install_nix }}
104-
- {{ platform.instabilities_run }}
105102
artifacts:
106103
players:
107104
paths:
@@ -122,10 +119,7 @@ run_ios_{{ editor.version }}_{{ category.name }}:
122119
- .yamato/upm-ci.yml#build_ios_{{ editor.version }}_{{ category.name }}
123120
commands:
124121
- {{ utr_install_nix }}
125-
- ./utr --suite=playmode {% if category.name == "performance" %} --category=Performance {% endif %} --platform=iOS --player-load-path=build/players --artifacts_path=build/test-results --report-performance-data --performance-project-id=InputSystem
126-
after:
127-
- {{ instabilities_install_nix }}
128-
- {{ platform.instabilities_run }}
122+
- ./utr --suite=playmode {% if category.name == "performance" %} --category=Performance {% endif %} --platform=iOS --player-load-path=build/players --artifacts_path=build/test-results --report-performance-data --performance-project-id=InputSystem
129123
artifacts:
130124
logs:
131125
paths:
@@ -143,9 +137,6 @@ build_tvos_{{ editor.version }}:
143137
- {{ unity_downloader_install }}
144138
- unity-downloader-cli -c Editor -c AppleTV -u {{ editor.version }} --fast --wait
145139
- ./utr --suite=playmode --platform=tvOS --editor-location=.Editor --testproject=. --player-save-path=build/players --artifacts_path=build/logs --build-only --report-performance-data --performance-project-id=InputSystem
146-
after:
147-
- {{ instabilities_install_nix }}
148-
- {{ platform.instabilities_run }}
149140
artifacts:
150141
players:
151142
paths:
@@ -166,9 +157,6 @@ run_tvos_{{ editor.version }}:
166157
commands:
167158
- {{ utr_install_nix }}
168159
- ./utr --suite=playmode --platform=tvOS --player-load-path=build/players --artifacts_path=build/test-results --report-performance-data --performance-project-id=InputSystem
169-
after:
170-
- {{ instabilities_install_nix }}
171-
- {{ platform.instabilities_run }}
172160
artifacts:
173161
logs:
174162
paths:
@@ -222,8 +210,7 @@ run_android_{{ editor.version }}_{{ backend.name }}_{{ category.name }}:
222210
after:
223211
- start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
224212
- if not exist build\test-results mkdir build\test-results
225-
- powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe logcat -d > build/test-results/device_log.txt
226-
after:
213+
- powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe logcat -d > build/test-results/device_log.txt
227214
- {{ instabilities_install_win }}
228215
- {{ instabilities_run_win }}
229216
# Set uploadable artifact paths

0 commit comments

Comments
 (0)