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

Side by Side Diff: scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 "--rietveld_server", 502 "--rietveld_server",
503 "https://codereview.chromium.org", 503 "https://codereview.chromium.org",
504 "--output_json", 504 "--output_json",
505 "/path/to/tmp/json", 505 "/path/to/tmp/json",
506 "--revision", 506 "--revision",
507 "src@HEAD", 507 "src@HEAD",
508 "--output_manifest" 508 "--output_manifest"
509 ], 509 ],
510 "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect", 510 "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
511 "env": { 511 "env": {
512 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 512 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
513 }, 513 },
514 "name": "bot_update (2)", 514 "name": "bot_update (2)",
515 "~followup_annotations": [ 515 "~followup_annotations": [
516 "@@@STEP_TEXT@Some step text@@@", 516 "@@@STEP_TEXT@Some step text@@@",
517 "@@@STEP_LOG_LINE@json.output@{@@@", 517 "@@@STEP_LOG_LINE@json.output@{@@@",
518 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 518 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
519 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 519 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
520 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 520 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
521 "@@@STEP_LOG_LINE@json.output@ }, @@@", 521 "@@@STEP_LOG_LINE@json.output@ }, @@@",
522 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 522 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 697 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
698 "@@@STEP_LOG_END@python.inline@@@" 698 "@@@STEP_LOG_END@python.inline@@@"
699 ] 699 ]
700 }, 700 },
701 { 701 {
702 "name": "$result", 702 "name": "$result",
703 "recipe_result": null, 703 "recipe_result": null,
704 "status_code": 0 704 "status_code": 0
705 } 705 }
706 ] 706 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698