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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder_x86__dbg_.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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Android32_Builder_x86__dbg_", 7 "[BUILDER_CACHE]/Android32_Builder_x86__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 ] 115 ]
116 }, 116 },
117 { 117 {
118 "cmd": [], 118 "cmd": [],
119 "name": "ensure_goma" 119 "name": "ensure_goma"
120 }, 120 },
121 { 121 {
122 "cmd": [ 122 "cmd": [
123 "python", 123 "python",
124 "-u", 124 "-u",
125 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 125 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
126 "--platform", 126 "--platform",
127 "linux-386", 127 "linux-386",
128 "--dest-directory", 128 "--dest-directory",
129 "[SLAVE_BUILD]/cipd", 129 "[SLAVE_BUILD]/cipd",
130 "--json-output", 130 "--json-output",
131 "/path/to/tmp/json" 131 "/path/to/tmp/json"
132 ], 132 ],
133 "name": "ensure_goma.install cipd", 133 "name": "ensure_goma.install cipd",
134 "~followup_annotations": [ 134 "~followup_annotations": [
135 "@@@STEP_NEST_LEVEL@1@@@", 135 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 247 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
248 "@@@STEP_LOG_END@json.output (invalid)@@@" 248 "@@@STEP_LOG_END@json.output (invalid)@@@"
249 ] 249 ]
250 }, 250 },
251 { 251 {
252 "name": "$result", 252 "name": "$result",
253 "recipe_result": null, 253 "recipe_result": null,
254 "status_code": 0 254 "status_code": 0
255 } 255 }
256 ] 256 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698