Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(501)

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win_Builder.json

Issue 1862773003: Remove references to crash_service, which is no longer needed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: update expectations Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 "--build-tool", 203 "--build-tool",
204 "ninja", 204 "ninja",
205 "--compiler", 205 "--compiler",
206 "goma", 206 "goma",
207 "--goma-jsonstatus", 207 "--goma-jsonstatus",
208 "/path/to/tmp/json", 208 "/path/to/tmp/json",
209 "--goma-dir", 209 "--goma-dir",
210 "[BUILD]\\goma", 210 "[BUILD]\\goma",
211 "--ninja-ensure-up-to-date", 211 "--ninja-ensure-up-to-date",
212 "--", 212 "--",
213 "chromium_builder_tests", 213 "chromium_builder_tests"
214 "crash_service"
215 ], 214 ],
216 "cwd": "[SLAVE_BUILD]", 215 "cwd": "[SLAVE_BUILD]",
217 "name": "compile", 216 "name": "compile",
218 "~followup_annotations": [ 217 "~followup_annotations": [
219 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 218 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
220 "@@@STEP_LOG_END@json.output (invalid)@@@" 219 "@@@STEP_LOG_END@json.output (invalid)@@@"
221 ] 220 ]
222 }, 221 },
223 { 222 {
224 "allow_subannotations": true, 223 "allow_subannotations": true,
(...skipping 17 matching lines...) Expand all
242 ], 241 ],
243 "cwd": "[SLAVE_BUILD]", 242 "cwd": "[SLAVE_BUILD]",
244 "name": "package build" 243 "name": "package build"
245 }, 244 },
246 { 245 {
247 "name": "$result", 246 "name": "$result",
248 "recipe_result": null, 247 "recipe_result": null,
249 "status_code": 0 248 "status_code": 0
250 } 249 }
251 ] 250 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698