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

Side by Side Diff: scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "1", 76 "1",
77 "--output_json", 77 "--output_json",
78 "/path/to/tmp/json", 78 "/path/to/tmp/json",
79 "--revision", 79 "--revision",
80 "src@origin/lkcr", 80 "src@origin/lkcr",
81 "--revision", 81 "--revision",
82 "src/v8@267739", 82 "src/v8@267739",
83 "--output_manifest" 83 "--output_manifest"
84 ], 84 ],
85 "env": { 85 "env": {
86 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 86 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
87 }, 87 },
88 "name": "bot_update", 88 "name": "bot_update",
89 "~followup_annotations": [ 89 "~followup_annotations": [
90 "@@@STEP_TEXT@Some step text@@@", 90 "@@@STEP_TEXT@Some step text@@@",
91 "@@@STEP_LOG_LINE@json.output@{@@@", 91 "@@@STEP_LOG_LINE@json.output@{@@@",
92 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 92 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
93 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 93 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
94 "@@@STEP_LOG_LINE@json.output@ \"src\": \"origin/lkcr\", @@@", 94 "@@@STEP_LOG_LINE@json.output@ \"src\": \"origin/lkcr\", @@@",
95 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": \"267739\"@@@", 95 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": \"267739\"@@@",
96 "@@@STEP_LOG_LINE@json.output@ }, @@@", 96 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "~followup_annotations": [ 310 "~followup_annotations": [
311 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8 _android_perf_rel/full-build-linux_267739.zip@@@" 311 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8 _android_perf_rel/full-build-linux_267739.zip@@@"
312 ] 312 ]
313 }, 313 },
314 { 314 {
315 "name": "$result", 315 "name": "$result",
316 "recipe_result": null, 316 "recipe_result": null,
317 "status_code": 0 317 "status_code": 0
318 } 318 }
319 ] 319 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698