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]/mac", | 7 "[BUILDER_CACHE]/mac", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
347 "--src-dir", | 347 "--src-dir", |
348 "[BUILDER_CACHE]/mac/src", | 348 "[BUILDER_CACHE]/mac/src", |
349 "--goma-cache-dir", | 349 "--goma-cache-dir", |
350 "[GOMA_CACHE]", | 350 "[GOMA_CACHE]", |
351 "--buildbot-buildername", | 351 "--buildbot-buildername", |
352 "Mac Builder (dbg)", | 352 "Mac Builder (dbg)", |
353 "--buildbot-mastername", | 353 "--buildbot-mastername", |
354 "chromium.mac", | 354 "chromium.mac", |
355 "--buildbot-slavename", | 355 "--buildbot-slavename", |
356 "TestSlavename", | 356 "TestSlavename", |
357 "--goma-deps-cache-dir", | 357 "--goma-deps-cache-file", |
358 "[GOMA_DEPS_CACHE]", | 358 "Mac_Builder__dbg_.gomadeps", |
359 "--build-data-dir", | 359 "--build-data-dir", |
360 "[ROOT]/build_data_dir", | 360 "[ROOT]/build_data_dir", |
361 "--compiler", | 361 "--compiler", |
362 "goma-clang", | 362 "goma-clang", |
363 "--goma-jsonstatus", | 363 "--goma-jsonstatus", |
364 "/path/to/tmp/json", | 364 "/path/to/tmp/json", |
365 "--goma-service-account-json-file", | 365 "--goma-service-account-json-file", |
366 "/creds/service_accounts/service-account-goma-client.json", | 366 "/creds/service_accounts/service-account-goma-client.json", |
367 "--goma-dir", | 367 "--goma-dir", |
368 "[CACHE]/cipd/goma", | 368 "[CACHE]/cipd/goma", |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
470 "~followup_annotations": [ | 470 "~followup_annotations": [ |
471 "@@@STEP_TEXT@Mac10.9 Tests (dbg)@@@" | 471 "@@@STEP_TEXT@Mac10.9 Tests (dbg)@@@" |
472 ] | 472 ] |
473 }, | 473 }, |
474 { | 474 { |
475 "name": "$result", | 475 "name": "$result", |
476 "recipe_result": null, | 476 "recipe_result": null, |
477 "status_code": 0 | 477 "status_code": 0 |
478 } | 478 } |
479 ] | 479 ] |
OLD | NEW |