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]/Chromium_ASAN___debug", | 7 "[BUILDER_CACHE]/Chromium_ASAN___debug", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
325 "--src-dir", | 325 "--src-dir", |
326 "[BUILDER_CACHE]/Chromium_ASAN___debug/src", | 326 "[BUILDER_CACHE]/Chromium_ASAN___debug/src", |
327 "--goma-cache-dir", | 327 "--goma-cache-dir", |
328 "[GOMA_CACHE]", | 328 "[GOMA_CACHE]", |
329 "--buildbot-buildername", | 329 "--buildbot-buildername", |
330 "Chromium ASAN - debug", | 330 "Chromium ASAN - debug", |
331 "--buildbot-mastername", | 331 "--buildbot-mastername", |
332 "client.v8.fyi", | 332 "client.v8.fyi", |
333 "--buildbot-slavename", | 333 "--buildbot-slavename", |
334 "TestSlavename", | 334 "TestSlavename", |
335 "--goma-deps-cache-dir", | 335 "--goma-deps-cache-file", |
336 "[GOMA_DEPS_CACHE]", | 336 "Chromium_ASAN___debug.gomadeps", |
337 "--build-data-dir", | 337 "--build-data-dir", |
338 "[ROOT]/build_data_dir", | 338 "[ROOT]/build_data_dir", |
339 "--compiler", | 339 "--compiler", |
340 "goma-clang", | 340 "goma-clang", |
341 "--goma-jsonstatus", | 341 "--goma-jsonstatus", |
342 "/path/to/tmp/json", | 342 "/path/to/tmp/json", |
343 "--goma-service-account-json-file", | 343 "--goma-service-account-json-file", |
344 "/creds/service_accounts/service-account-goma-client.json", | 344 "/creds/service_accounts/service-account-goma-client.json", |
345 "--goma-dir", | 345 "--goma-dir", |
346 "[CACHE]/cipd/goma", | 346 "[CACHE]/cipd/goma", |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
429 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 429 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
430 "@@@STEP_LOG_END@python.inline@@@" | 430 "@@@STEP_LOG_END@python.inline@@@" |
431 ] | 431 ] |
432 }, | 432 }, |
433 { | 433 { |
434 "name": "$result", | 434 "name": "$result", |
435 "recipe_result": null, | 435 "recipe_result": null, |
436 "status_code": 0 | 436 "status_code": 0 |
437 } | 437 } |
438 ] | 438 ] |
OLD | NEW |