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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinAsan_dll_.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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 "[SLAVE_BUILD]\\src", 247 "[SLAVE_BUILD]\\src",
248 "--goma-cache-dir", 248 "--goma-cache-dir",
249 "[GOMA_CACHE]", 249 "[GOMA_CACHE]",
250 "--build-tool", 250 "--build-tool",
251 "ninja", 251 "ninja",
252 "--compiler", 252 "--compiler",
253 "clang", 253 "clang",
254 "--", 254 "--",
255 "browser_tests", 255 "browser_tests",
256 "browser_tests_run", 256 "browser_tests_run",
257 "chromium_builder_asan" 257 "chromium_builder_asan",
258 "crash_service"
258 ], 259 ],
259 "cwd": "[SLAVE_BUILD]", 260 "cwd": "[SLAVE_BUILD]",
260 "env": { 261 "env": {
261 "LLVM_FORCE_HEAD_REVISION": "YES" 262 "LLVM_FORCE_HEAD_REVISION": "YES"
262 }, 263 },
263 "name": "compile" 264 "name": "compile"
264 }, 265 },
265 { 266 {
266 "cmd": [ 267 "cmd": [
267 "python", 268 "python",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 "~followup_annotations": [ 348 "~followup_annotations": [
348 "@@@STEP_TEXT@CrWinAsan(dll) tester@@@" 349 "@@@STEP_TEXT@CrWinAsan(dll) tester@@@"
349 ] 350 ]
350 }, 351 },
351 { 352 {
352 "name": "$result", 353 "name": "$result",
353 "recipe_result": null, 354 "recipe_result": null,
354 "status_code": 0 355 "status_code": 0
355 } 356 }
356 ] 357 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698