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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/process_dumps_failure.json

Issue 2262443004: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 4 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 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 ], 270 ],
271 "name": "read test spec (chromium.win.json)", 271 "name": "read test spec (chromium.win.json)",
272 "~followup_annotations": [ 272 "~followup_annotations": [
273 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium .win.json@@@", 273 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium .win.json@@@",
274 "@@@STEP_LOG_LINE@json.output@{}@@@", 274 "@@@STEP_LOG_LINE@json.output@{}@@@",
275 "@@@STEP_LOG_END@json.output@@@" 275 "@@@STEP_LOG_END@json.output@@@"
276 ] 276 ]
277 }, 277 },
278 { 278 {
279 "cmd": [ 279 "cmd": [
280 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" 280 "python",
281 "-u",
282 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
283 "--verbose"
281 ], 284 ],
282 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", 285 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
283 "name": "ensure git tooling on windows", 286 "name": "ensure git tooling on windows",
284 "timeout": 300 287 "timeout": 300
285 }, 288 },
286 { 289 {
287 "cmd": [ 290 "cmd": [
288 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 291 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
289 "diff", 292 "diff",
290 "--cached", 293 "--cached",
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 "step returned non-zero exit code: 1", 487 "step returned non-zero exit code: 1",
485 "@@@STEP_EXCEPTION@@@" 488 "@@@STEP_EXCEPTION@@@"
486 ] 489 ]
487 }, 490 },
488 { 491 {
489 "name": "$result", 492 "name": "$result",
490 "recipe_result": null, 493 "recipe_result": null,
491 "status_code": 0 494 "status_code": 0
492 } 495 }
493 ] 496 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698