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

Side by Side Diff: scripts/slave/recipes/android/builder.expected/chromium_android_Android_x64_Builder__dbg__fail_check_licenses.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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 70 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
71 "--git-cache-dir", 71 "--git-cache-dir",
72 "[GIT_CACHE]", 72 "[GIT_CACHE]",
73 "--output_json", 73 "--output_json",
74 "/path/to/tmp/json", 74 "/path/to/tmp/json",
75 "--revision", 75 "--revision",
76 "src@HEAD", 76 "src@HEAD",
77 "--output_manifest" 77 "--output_manifest"
78 ], 78 ],
79 "env": { 79 "env": {
80 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 80 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
81 }, 81 },
82 "name": "bot_update", 82 "name": "bot_update",
83 "~followup_annotations": [ 83 "~followup_annotations": [
84 "@@@STEP_TEXT@Some step text@@@", 84 "@@@STEP_TEXT@Some step text@@@",
85 "@@@STEP_LOG_LINE@json.output@{@@@", 85 "@@@STEP_LOG_LINE@json.output@{@@@",
86 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 86 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
87 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 87 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
88 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 88 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
89 "@@@STEP_LOG_LINE@json.output@ }, @@@", 89 "@@@STEP_LOG_LINE@json.output@ }, @@@",
90 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 90 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 256 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
257 "@@@STEP_LOG_END@json.output (invalid)@@@" 257 "@@@STEP_LOG_END@json.output (invalid)@@@"
258 ] 258 ]
259 }, 259 },
260 { 260 {
261 "name": "$result", 261 "name": "$result",
262 "recipe_result": null, 262 "recipe_result": null,
263 "status_code": 0 263 "status_code": 0
264 } 264 }
265 ] 265 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698