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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm___sim.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.ports", 8 "client.v8.ports",
9 "--builder", 9 "--builder",
10 "V8 Linux - arm - sim", 10 "V8 Linux - arm - sim",
(...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-386", 90 "linux-386",
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 2543 matching lines...) Expand 10 before | Expand all | Expand 10 after
2642 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 2642 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
2643 "@@@STEP_LOG_END@durations@@@" 2643 "@@@STEP_LOG_END@durations@@@"
2644 ] 2644 ]
2645 }, 2645 },
2646 { 2646 {
2647 "name": "$result", 2647 "name": "$result",
2648 "recipe_result": null, 2648 "recipe_result": null,
2649 "status_code": 0 2649 "status_code": 0
2650 } 2650 }
2651 ] 2651 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698