| 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", |
| 370 "--goma-deps-cache-dir", | 376 "--goma-deps-cache-dir", |
| 371 "[GOMA_DEPS_CACHE]", | 377 "[GOMA_DEPS_CACHE]", |
| 372 "--build-data-dir", | 378 "--build-data-dir", |
| 373 "[ROOT]/build_data_dir", | 379 "[ROOT]/build_data_dir", |
| 374 "--compiler", | 380 "--compiler", |
| 375 "goma-clang", | 381 "goma-clang", |
| 376 "--goma-jsonstatus", | 382 "--goma-jsonstatus", |
| 377 "/path/to/tmp/json", | 383 "/path/to/tmp/json", |
| 378 "--goma-service-account-json-file", | 384 "--goma-service-account-json-file", |
| 379 "/creds/service_accounts/service-account-goma-client.json", | 385 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 485 "~followup_annotations": [ | 491 "~followup_annotations": [ |
| 486 "@@@STEP_TEXT@Mac10.9 Tests-Trybot@@@" | 492 "@@@STEP_TEXT@Mac10.9 Tests-Trybot@@@" |
| 487 ] | 493 ] |
| 488 }, | 494 }, |
| 489 { | 495 { |
| 490 "name": "$result", | 496 "name": "$result", |
| 491 "recipe_result": null, | 497 "recipe_result": null, |
| 492 "status_code": 0 | 498 "status_code": 0 |
| 493 } | 499 } |
| 494 ] | 500 ] |
| OLD | NEW |