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

Side by Side Diff: scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_config_error_android_nexus5_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_nexus5_perf_bisect", 107 "cwd": "[BUILDER_CACHE]/android_nexus5_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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 "--rietveld_server", 529 "--rietveld_server",
530 "https://codereview.chromium.org", 530 "https://codereview.chromium.org",
531 "--output_json", 531 "--output_json",
532 "/path/to/tmp/json", 532 "/path/to/tmp/json",
533 "--revision", 533 "--revision",
534 "src@HEAD", 534 "src@HEAD",
535 "--output_manifest" 535 "--output_manifest"
536 ], 536 ],
537 "cwd": "[BUILDER_CACHE]/android_nexus5_perf_bisect", 537 "cwd": "[BUILDER_CACHE]/android_nexus5_perf_bisect",
538 "env": { 538 "env": {
539 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 539 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
540 }, 540 },
541 "name": "bot_update (2)", 541 "name": "bot_update (2)",
542 "~followup_annotations": [ 542 "~followup_annotations": [
543 "@@@STEP_TEXT@Some step text@@@", 543 "@@@STEP_TEXT@Some step text@@@",
544 "@@@STEP_LOG_LINE@json.output@{@@@", 544 "@@@STEP_LOG_LINE@json.output@{@@@",
545 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 545 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
546 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 546 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
547 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 547 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
548 "@@@STEP_LOG_LINE@json.output@ }, @@@", 548 "@@@STEP_LOG_LINE@json.output@ }, @@@",
549 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 549 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 724 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
725 "@@@STEP_LOG_END@python.inline@@@" 725 "@@@STEP_LOG_END@python.inline@@@"
726 ] 726 ]
727 }, 727 },
728 { 728 {
729 "name": "$result", 729 "name": "$result",
730 "recipe_result": null, 730 "recipe_result": null,
731 "status_code": 0 731 "status_code": 0
732 } 732 }
733 ] 733 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698