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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_mac64_dbg.json

Issue 2334373002: 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'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]",
9 "--patch_root", 9 "--patch_root",
10 "v8", 10 "v8",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", 71 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py",
72 "--version" 72 "--version"
73 ], 73 ],
74 "name": "swarming.py --version", 74 "name": "swarming.py --version",
75 "stdout": "/path/to/tmp/", 75 "stdout": "/path/to/tmp/",
76 "~followup_annotations": [ 76 "~followup_annotations": [
77 "@@@STEP_TEXT@0.8.6@@@" 77 "@@@STEP_TEXT@0.8.6@@@"
78 ] 78 ]
79 }, 79 },
80 { 80 {
81 "cmd": [],
82 "name": "ensure_goma" 81 "name": "ensure_goma"
83 }, 82 },
84 { 83 {
85 "cmd": [ 84 "cmd": [
86 "python", 85 "python",
87 "-u", 86 "-u",
88 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 87 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
89 "--platform", 88 "--platform",
90 "mac-amd64", 89 "mac-amd64",
91 "--dest-directory", 90 "--dest-directory",
(...skipping 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1216 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1215 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1217 "@@@STEP_LOG_END@durations@@@" 1216 "@@@STEP_LOG_END@durations@@@"
1218 ] 1217 ]
1219 }, 1218 },
1220 { 1219 {
1221 "name": "$result", 1220 "name": "$result",
1222 "recipe_result": null, 1221 "recipe_result": null,
1223 "status_code": 0 1222 "status_code": 0
1224 } 1223 }
1225 ] 1224 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698