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

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

Issue 1871583004: Revert "Remove references to crash_service, which is no longer needed." (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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
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"
214 ], 215 ],
215 "cwd": "[SLAVE_BUILD]", 216 "cwd": "[SLAVE_BUILD]",
216 "name": "compile", 217 "name": "compile",
217 "~followup_annotations": [ 218 "~followup_annotations": [
218 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 219 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
219 "@@@STEP_LOG_END@json.output (invalid)@@@" 220 "@@@STEP_LOG_END@json.output (invalid)@@@"
220 ] 221 ]
221 }, 222 },
222 { 223 {
223 "allow_subannotations": true, 224 "allow_subannotations": true,
(...skipping 17 matching lines...) Expand all
241 ], 242 ],
242 "cwd": "[SLAVE_BUILD]", 243 "cwd": "[SLAVE_BUILD]",
243 "name": "package build" 244 "name": "package build"
244 }, 245 },
245 { 246 {
246 "name": "$result", 247 "name": "$result",
247 "recipe_result": null, 248 "recipe_result": null,
248 "status_code": 0 249 "status_code": 0
249 } 250 }
250 ] 251 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698