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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/without_patch_success.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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "--rietveld_server", 63 "--rietveld_server",
64 "fake://rietveld.url", 64 "fake://rietveld.url",
65 "--output_json", 65 "--output_json",
66 "/path/to/tmp/json", 66 "/path/to/tmp/json",
67 "--revision", 67 "--revision",
68 "src@HEAD", 68 "src@HEAD",
69 "--output_manifest" 69 "--output_manifest"
70 ], 70 ],
71 "cwd": "[BUILDER_CACHE]/ios", 71 "cwd": "[BUILDER_CACHE]/ios",
72 "env": { 72 "env": {
73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 73 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
74 }, 74 },
75 "name": "bot_update", 75 "name": "bot_update",
76 "~followup_annotations": [ 76 "~followup_annotations": [
77 "@@@STEP_TEXT@Some step text@@@", 77 "@@@STEP_TEXT@Some step text@@@",
78 "@@@STEP_LOG_LINE@json.output@{@@@", 78 "@@@STEP_LOG_LINE@json.output@{@@@",
79 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 79 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
80 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 80 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
81 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 81 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
82 "@@@STEP_LOG_LINE@json.output@ }, @@@", 82 "@@@STEP_LOG_LINE@json.output@ }, @@@",
83 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 83 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 "--rietveld_server", 348 "--rietveld_server",
349 "fake://rietveld.url", 349 "fake://rietveld.url",
350 "--output_json", 350 "--output_json",
351 "/path/to/tmp/json", 351 "/path/to/tmp/json",
352 "--revision", 352 "--revision",
353 "src@HEAD", 353 "src@HEAD",
354 "--output_manifest" 354 "--output_manifest"
355 ], 355 ],
356 "cwd": "[BUILDER_CACHE]/ios", 356 "cwd": "[BUILDER_CACHE]/ios",
357 "env": { 357 "env": {
358 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 358 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
359 }, 359 },
360 "name": "bot_update (without patch)", 360 "name": "bot_update (without patch)",
361 "~followup_annotations": [ 361 "~followup_annotations": [
362 "@@@STEP_TEXT@Some step text@@@", 362 "@@@STEP_TEXT@Some step text@@@",
363 "@@@STEP_LOG_LINE@json.output@{@@@", 363 "@@@STEP_LOG_LINE@json.output@{@@@",
364 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 364 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
365 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 365 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
366 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 366 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
367 "@@@STEP_LOG_LINE@json.output@ }, @@@", 367 "@@@STEP_LOG_LINE@json.output@ }, @@@",
368 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 368 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@" 465 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@"
466 ] 466 ]
467 }, 467 },
468 { 468 {
469 "name": "$result", 469 "name": "$result",
470 "reason": "Step('compile (with patch)') failed with return_code 1", 470 "reason": "Step('compile (with patch)') failed with return_code 1",
471 "recipe_result": null, 471 "recipe_result": null,
472 "status_code": 1 472 "status_code": 1
473 } 473 }
474 ] 474 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698