| 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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 "--gsutil-py-path", | 360 "--gsutil-py-path", |
| 361 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 361 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 362 "--ninja-path", | 362 "--ninja-path", |
| 363 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 363 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 364 "--target", | 364 "--target", |
| 365 "Release", | 365 "Release", |
| 366 "--src-dir", | 366 "--src-dir", |
| 367 "[BUILDER_CACHE]/mac/src", | 367 "[BUILDER_CACHE]/mac/src", |
| 368 "--goma-cache-dir", | 368 "--goma-cache-dir", |
| 369 "[GOMA_CACHE]", | 369 "[GOMA_CACHE]", |
| 370 "--buildbot-buildername", | |
| 371 "Mac Builder-Trybot", | |
| 372 "--buildbot-mastername", | |
| 373 "client.skia", | |
| 374 "--buildbot-slavename", | |
| 375 "TestSlavename", | |
| 376 "--goma-deps-cache-dir", | 370 "--goma-deps-cache-dir", |
| 377 "[GOMA_DEPS_CACHE]", | 371 "[GOMA_DEPS_CACHE]", |
| 378 "--build-data-dir", | 372 "--build-data-dir", |
| 379 "[ROOT]/build_data_dir", | 373 "[ROOT]/build_data_dir", |
| 380 "--compiler", | 374 "--compiler", |
| 381 "goma-clang", | 375 "goma-clang", |
| 382 "--goma-jsonstatus", | 376 "--goma-jsonstatus", |
| 383 "/path/to/tmp/json", | 377 "/path/to/tmp/json", |
| 384 "--goma-service-account-json-file", | 378 "--goma-service-account-json-file", |
| 385 "/creds/service_accounts/service-account-goma-client.json", | 379 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 491 "~followup_annotations": [ | 485 "~followup_annotations": [ |
| 492 "@@@STEP_TEXT@Mac10.9 Tests-Trybot@@@" | 486 "@@@STEP_TEXT@Mac10.9 Tests-Trybot@@@" |
| 493 ] | 487 ] |
| 494 }, | 488 }, |
| 495 { | 489 { |
| 496 "name": "$result", | 490 "name": "$result", |
| 497 "recipe_result": null, | 491 "recipe_result": null, |
| 498 "status_code": 0 | 492 "status_code": 0 |
| 499 } | 493 } |
| 500 ] | 494 ] |
| OLD | NEW |