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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/basic.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]/linux_perf_bisect", 7 "[BUILDER_CACHE]/linux_perf_bisect",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 ] 133 ]
134 }, 134 },
135 { 135 {
136 "cmd": [], 136 "cmd": [],
137 "name": "ensure_goma" 137 "name": "ensure_goma"
138 }, 138 },
139 { 139 {
140 "cmd": [ 140 "cmd": [
141 "python", 141 "python",
142 "-u", 142 "-u",
143 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 143 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
144 "--platform", 144 "--platform",
145 "linux-amd64", 145 "linux-amd64",
146 "--dest-directory", 146 "--dest-directory",
147 "[SLAVE_BUILD]/cipd", 147 "[SLAVE_BUILD]/cipd",
148 "--json-output", 148 "--json-output",
149 "/path/to/tmp/json" 149 "/path/to/tmp/json"
150 ], 150 ],
151 "name": "ensure_goma.install cipd", 151 "name": "ensure_goma.install cipd",
152 "~followup_annotations": [ 152 "~followup_annotations": [
153 "@@@STEP_NEST_LEVEL@1@@@", 153 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 }, 257 },
258 { 258 {
259 "cmd": [], 259 "cmd": [],
260 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", 260 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
261 "name": "ensure_goma (2)" 261 "name": "ensure_goma (2)"
262 }, 262 },
263 { 263 {
264 "cmd": [ 264 "cmd": [
265 "python", 265 "python",
266 "-u", 266 "-u",
267 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 267 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
268 "--platform", 268 "--platform",
269 "linux-amd64", 269 "linux-amd64",
270 "--dest-directory", 270 "--dest-directory",
271 "[SLAVE_BUILD]/cipd", 271 "[SLAVE_BUILD]/cipd",
272 "--json-output", 272 "--json-output",
273 "/path/to/tmp/json" 273 "/path/to/tmp/json"
274 ], 274 ],
275 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", 275 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
276 "name": "ensure_goma.install cipd (2)", 276 "name": "ensure_goma.install cipd (2)",
277 "~followup_annotations": [ 277 "~followup_annotations": [
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 ], 340 ],
341 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", 341 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
342 "name": "Running Bisection" 342 "name": "Running Bisection"
343 }, 343 },
344 { 344 {
345 "name": "$result", 345 "name": "$result",
346 "recipe_result": null, 346 "recipe_result": null,
347 "status_code": 0 347 "status_code": 0
348 } 348 }
349 ] 349 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698