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

Side by Side Diff: scripts/slave/recipes/v8/node_integration.expected/full_client_v8_fyi_V8___node_js_integration___lkgr.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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}, {'de ps_file': '.DEPS.git', 'managed': True, 'name': 'node.js', 'url': 'https://chrom ium.googlesource.com/external/github.com/v8/node'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}, {'de ps_file': '.DEPS.git', 'managed': True, 'name': 'node.js', 'url': 'https://chrom ium.googlesource.com/external/github.com/v8/node'}]",
9 "--patch_root", 9 "--patch_root",
10 "v8", 10 "v8",
11 "--revision_mapping_file", 11 "--revision_mapping_file",
12 "{\"node.js\": \"got_node_js_revision\", \"v8\": \"got_revision\"}", 12 "{\"node.js\": \"got_node_js_revision\", \"v8\": \"got_revision\"}",
13 "--git-cache-dir", 13 "--git-cache-dir",
14 "[GIT_CACHE]", 14 "[GIT_CACHE]",
15 "--output_json", 15 "--output_json",
16 "/path/to/tmp/json", 16 "/path/to/tmp/json",
17 "--revision", 17 "--revision",
18 "node.js@vee-eight-lkgr:HEAD", 18 "node.js@vee-eight-lkgr:HEAD",
19 "--revision", 19 "--revision",
20 "v8@deadbeef", 20 "v8@deadbeef",
21 "--no_shallow", 21 "--no_shallow",
22 "--output_manifest" 22 "--output_manifest"
23 ], 23 ],
24 "env": { 24 "env": {
25 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 25 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
26 }, 26 },
27 "name": "bot_update", 27 "name": "bot_update",
28 "~followup_annotations": [ 28 "~followup_annotations": [
29 "@@@STEP_TEXT@Some step text@@@", 29 "@@@STEP_TEXT@Some step text@@@",
30 "@@@STEP_LOG_LINE@json.output@{@@@", 30 "@@@STEP_LOG_LINE@json.output@{@@@",
31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
32 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 32 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
33 "@@@STEP_LOG_LINE@json.output@ \"node.js\": \"vee-eight-lkgr:HEAD\", @@ @", 33 "@@@STEP_LOG_LINE@json.output@ \"node.js\": \"vee-eight-lkgr:HEAD\", @@ @",
34 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"deadbeef\"@@@", 34 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"deadbeef\"@@@",
35 "@@@STEP_LOG_LINE@json.output@ }, @@@", 35 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 ], 136 ],
137 "cwd": "[SLAVE_BUILD]/node.js", 137 "cwd": "[SLAVE_BUILD]/node.js",
138 "name": "build and test node.js" 138 "name": "build and test node.js"
139 }, 139 },
140 { 140 {
141 "name": "$result", 141 "name": "$result",
142 "recipe_result": null, 142 "recipe_result": null,
143 "status_code": 0 143 "status_code": 0
144 } 144 }
145 ] 145 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698