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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___cfi.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 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux64 - cfi", 10 "V8 Linux64 - cfi",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 ] 78 ]
79 }, 79 },
80 { 80 {
81 "cmd": [], 81 "cmd": [],
82 "name": "ensure_goma" 82 "name": "ensure_goma"
83 }, 83 },
84 { 84 {
85 "cmd": [ 85 "cmd": [
86 "python", 86 "python",
87 "-u", 87 "-u",
88 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 88 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
89 "--platform", 89 "--platform",
90 "linux-amd64", 90 "linux-amd64",
91 "--dest-directory", 91 "--dest-directory",
92 "[SLAVE_BUILD]/cipd", 92 "[SLAVE_BUILD]/cipd",
93 "--json-output", 93 "--json-output",
94 "/path/to/tmp/json" 94 "/path/to/tmp/json"
95 ], 95 ],
96 "name": "ensure_goma.install cipd", 96 "name": "ensure_goma.install cipd",
97 "~followup_annotations": [ 97 "~followup_annotations": [
98 "@@@STEP_NEST_LEVEL@1@@@", 98 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 1315 matching lines...) Expand 10 before | Expand all | Expand 10 after
1414 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1414 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1415 "@@@STEP_LOG_END@durations@@@" 1415 "@@@STEP_LOG_END@durations@@@"
1416 ] 1416 ]
1417 }, 1417 },
1418 { 1418 {
1419 "name": "$result", 1419 "name": "$result",
1420 "recipe_result": null, 1420 "recipe_result": null,
1421 "status_code": 0 1421 "status_code": 0
1422 } 1422 }
1423 ] 1423 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698