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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_ASAN__symbolized_.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]/Chromium_ASAN__symbolized_", 7 "[BUILDER_CACHE]/Chromium_ASAN__symbolized_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 ] 131 ]
132 }, 132 },
133 { 133 {
134 "cmd": [], 134 "cmd": [],
135 "name": "ensure_goma" 135 "name": "ensure_goma"
136 }, 136 },
137 { 137 {
138 "cmd": [ 138 "cmd": [
139 "python", 139 "python",
140 "-u", 140 "-u",
141 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 141 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
142 "--platform", 142 "--platform",
143 "linux-amd64", 143 "linux-amd64",
144 "--dest-directory", 144 "--dest-directory",
145 "[SLAVE_BUILD]/cipd", 145 "[SLAVE_BUILD]/cipd",
146 "--json-output", 146 "--json-output",
147 "/path/to/tmp/json" 147 "/path/to/tmp/json"
148 ], 148 ],
149 "name": "ensure_goma.install cipd", 149 "name": "ensure_goma.install cipd",
150 "~followup_annotations": [ 150 "~followup_annotations": [
151 "@@@STEP_NEST_LEVEL@1@@@", 151 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 425 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
426 "@@@STEP_LOG_END@python.inline@@@" 426 "@@@STEP_LOG_END@python.inline@@@"
427 ] 427 ]
428 }, 428 },
429 { 429 {
430 "name": "$result", 430 "name": "$result",
431 "recipe_result": null, 431 "recipe_result": null,
432 "status_code": 0 432 "status_code": 0
433 } 433 }
434 ] 434 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698