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

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

Issue 2239293002: Switch to cipd module in depot_tools (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: pylint Created 4 years, 4 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 "--master", 7 "--master",
8 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux_gcc_rel", 10 "v8_linux_gcc_rel",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 ] 63 ]
64 }, 64 },
65 { 65 {
66 "cmd": [], 66 "cmd": [],
67 "name": "ensure_goma" 67 "name": "ensure_goma"
68 }, 68 },
69 { 69 {
70 "cmd": [ 70 "cmd": [
71 "python", 71 "python",
72 "-u", 72 "-u",
73 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 73 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
74 "--platform", 74 "--platform",
75 "linux-386", 75 "linux-386",
76 "--dest-directory", 76 "--dest-directory",
77 "[SLAVE_BUILD]/cipd", 77 "[SLAVE_BUILD]/cipd",
78 "--json-output", 78 "--json-output",
79 "/path/to/tmp/json" 79 "/path/to/tmp/json"
80 ], 80 ],
81 "name": "ensure_goma.install cipd", 81 "name": "ensure_goma.install cipd",
82 "~followup_annotations": [ 82 "~followup_annotations": [
83 "@@@STEP_NEST_LEVEL@1@@@", 83 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 327 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
328 "@@@STEP_LOG_END@durations@@@" 328 "@@@STEP_LOG_END@durations@@@"
329 ] 329 ]
330 }, 330 },
331 { 331 {
332 "name": "$result", 332 "name": "$result",
333 "recipe_result": null, 333 "recipe_result": null,
334 "status_code": 0 334 "status_code": 0
335 } 335 }
336 ] 336 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698