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

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

Issue 2345203002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "--rietveld_server", 49 "--rietveld_server",
50 "https://codereview.chromium.org", 50 "https://codereview.chromium.org",
51 "--output_json", 51 "--output_json",
52 "/path/to/tmp/json", 52 "/path/to/tmp/json",
53 "--revision", 53 "--revision",
54 "src@HEAD", 54 "src@HEAD",
55 "--output_manifest" 55 "--output_manifest"
56 ], 56 ],
57 "cwd": "[BUILDER_CACHE]\\win", 57 "cwd": "[BUILDER_CACHE]\\win",
58 "env": { 58 "env": {
59 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 59 "PATH": "RECIPE_PACKAGE_REPO[depot_tools];%(PATH)s"
60 }, 60 },
61 "name": "bot_update", 61 "name": "bot_update",
62 "~followup_annotations": [ 62 "~followup_annotations": [
63 "@@@STEP_TEXT@Some step text@@@", 63 "@@@STEP_TEXT@Some step text@@@",
64 "@@@STEP_LOG_LINE@json.output@{@@@", 64 "@@@STEP_LOG_LINE@json.output@{@@@",
65 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 65 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
66 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 66 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
67 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 67 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
68 "@@@STEP_LOG_LINE@json.output@ }, @@@", 68 "@@@STEP_LOG_LINE@json.output@ }, @@@",
69 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 69 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 "--rietveld_server", 249 "--rietveld_server",
250 "https://codereview.chromium.org", 250 "https://codereview.chromium.org",
251 "--output_json", 251 "--output_json",
252 "/path/to/tmp/json", 252 "/path/to/tmp/json",
253 "--revision", 253 "--revision",
254 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 254 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
255 "--output_manifest" 255 "--output_manifest"
256 ], 256 ],
257 "cwd": "[BUILDER_CACHE]\\win", 257 "cwd": "[BUILDER_CACHE]\\win",
258 "env": { 258 "env": {
259 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 259 "PATH": "RECIPE_PACKAGE_REPO[depot_tools];%(PATH)s"
260 }, 260 },
261 "name": "bot_update (without patch)", 261 "name": "bot_update (without patch)",
262 "~followup_annotations": [ 262 "~followup_annotations": [
263 "@@@STEP_TEXT@Some step text@@@", 263 "@@@STEP_TEXT@Some step text@@@",
264 "@@@STEP_LOG_LINE@json.output@{@@@", 264 "@@@STEP_LOG_LINE@json.output@{@@@",
265 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 265 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
266 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 266 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
267 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9\"@@@", 267 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9\"@@@",
268 "@@@STEP_LOG_LINE@json.output@ }, @@@", 268 "@@@STEP_LOG_LINE@json.output@ }, @@@",
269 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 269 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 "@@@SET_BUILD_PROPERTY@failure_hash@\"c18cfb87382155d691c887ecad8e8bf7cdf0 fab3\"@@@" 351 "@@@SET_BUILD_PROPERTY@failure_hash@\"c18cfb87382155d691c887ecad8e8bf7cdf0 fab3\"@@@"
352 ] 352 ]
353 }, 353 },
354 { 354 {
355 "name": "$result", 355 "name": "$result",
356 "reason": "Step('gclient runhooks (without patch)') failed with return_code 1", 356 "reason": "Step('gclient runhooks (without patch)') failed with return_code 1",
357 "recipe_result": null, 357 "recipe_result": null,
358 "status_code": 1 358 "status_code": 1
359 } 359 }
360 ] 360 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698