OLD | NEW |
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]/coverage_clobber", | 7 "[BUILDER_CACHE]/coverage_clobber", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 "--ninja-path", | 257 "--ninja-path", |
258 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 258 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
259 "--target", | 259 "--target", |
260 "Release", | 260 "Release", |
261 "--src-dir", | 261 "--src-dir", |
262 "[BUILDER_CACHE]/coverage_clobber/src", | 262 "[BUILDER_CACHE]/coverage_clobber/src", |
263 "--goma-cache-dir", | 263 "--goma-cache-dir", |
264 "[GOMA_CACHE]", | 264 "[GOMA_CACHE]", |
265 "--goma-deps-cache-dir", | 265 "--goma-deps-cache-dir", |
266 "[GOMA_DEPS_CACHE]", | 266 "[GOMA_DEPS_CACHE]", |
267 "--build-tool", | |
268 "ninja", | |
269 "--build-data-dir", | 267 "--build-data-dir", |
270 "[ROOT]/build_data_dir", | 268 "[ROOT]/build_data_dir", |
271 "--compiler", | 269 "--compiler", |
272 "goma", | 270 "goma", |
273 "--goma-jsonstatus", | 271 "--goma-jsonstatus", |
274 "/path/to/tmp/json", | 272 "/path/to/tmp/json", |
275 "--goma-service-account-json-file", | 273 "--goma-service-account-json-file", |
276 "/creds/service_accounts/service-account-goma-client.json", | 274 "/creds/service_accounts/service-account-goma-client.json", |
277 "--goma-dir", | 275 "--goma-dir", |
278 "[CACHE]/cipd/goma", | 276 "[CACHE]/cipd/goma", |
(...skipping 25 matching lines...) Expand all Loading... |
304 "dev" | 302 "dev" |
305 ], | 303 ], |
306 "name": "archive_build" | 304 "name": "archive_build" |
307 }, | 305 }, |
308 { | 306 { |
309 "name": "$result", | 307 "name": "$result", |
310 "recipe_result": null, | 308 "recipe_result": null, |
311 "status_code": 0 | 309 "status_code": 0 |
312 } | 310 } |
313 ] | 311 ] |
OLD | NEW |