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

Side by Side Diff: scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus5X_perf_bisect.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 "name": "ensure_goma" 4 "name": "ensure_goma"
5 }, 5 },
6 { 6 {
7 "cmd": [ 7 "cmd": [
8 "python", 8 "python",
9 "-u", 9 "-u",
10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "--rietveld_server", 99 "--rietveld_server",
100 "https://codereview.chromium.org", 100 "https://codereview.chromium.org",
101 "--output_json", 101 "--output_json",
102 "/path/to/tmp/json", 102 "/path/to/tmp/json",
103 "--revision", 103 "--revision",
104 "src@HEAD", 104 "src@HEAD",
105 "--output_manifest" 105 "--output_manifest"
106 ], 106 ],
107 "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect", 107 "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
108 "env": { 108 "env": {
109 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 109 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
110 }, 110 },
111 "name": "bot_update", 111 "name": "bot_update",
112 "~followup_annotations": [ 112 "~followup_annotations": [
113 "@@@STEP_TEXT@Some step text@@@", 113 "@@@STEP_TEXT@Some step text@@@",
114 "@@@STEP_LOG_LINE@json.output@{@@@", 114 "@@@STEP_LOG_LINE@json.output@{@@@",
115 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 115 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
116 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 116 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
117 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 117 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
118 "@@@STEP_LOG_LINE@json.output@ }, @@@", 118 "@@@STEP_LOG_LINE@json.output@ }, @@@",
119 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 119 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 "--rietveld_server", 534 "--rietveld_server",
535 "https://codereview.chromium.org", 535 "https://codereview.chromium.org",
536 "--output_json", 536 "--output_json",
537 "/path/to/tmp/json", 537 "/path/to/tmp/json",
538 "--revision", 538 "--revision",
539 "src@HEAD", 539 "src@HEAD",
540 "--output_manifest" 540 "--output_manifest"
541 ], 541 ],
542 "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect", 542 "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
543 "env": { 543 "env": {
544 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 544 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
545 }, 545 },
546 "name": "bot_update (2)", 546 "name": "bot_update (2)",
547 "~followup_annotations": [ 547 "~followup_annotations": [
548 "@@@STEP_TEXT@Some step text@@@", 548 "@@@STEP_TEXT@Some step text@@@",
549 "@@@STEP_LOG_LINE@json.output@{@@@", 549 "@@@STEP_LOG_LINE@json.output@{@@@",
550 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 550 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
551 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 551 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
552 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 552 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
553 "@@@STEP_LOG_LINE@json.output@ }, @@@", 553 "@@@STEP_LOG_LINE@json.output@ }, @@@",
554 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 554 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 729 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
730 "@@@STEP_LOG_END@python.inline@@@" 730 "@@@STEP_LOG_END@python.inline@@@"
731 ] 731 ]
732 }, 732 },
733 { 733 {
734 "name": "$result", 734 "name": "$result",
735 "recipe_result": null, 735 "recipe_result": null,
736 "status_code": 0 736 "status_code": 0
737 } 737 }
738 ] 738 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698