| 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_Mac_10_11", | 7 "[BUILDER_CACHE]/Chromium_Mac_10_11", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 "--gsutil-py-path", | 307 "--gsutil-py-path", |
| 308 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 308 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 309 "--ninja-path", | 309 "--ninja-path", |
| 310 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 310 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 311 "--target", | 311 "--target", |
| 312 "Release", | 312 "Release", |
| 313 "--src-dir", | 313 "--src-dir", |
| 314 "[BUILDER_CACHE]/Chromium_Mac_10_11/src", | 314 "[BUILDER_CACHE]/Chromium_Mac_10_11/src", |
| 315 "--goma-cache-dir", | 315 "--goma-cache-dir", |
| 316 "[GOMA_CACHE]", | 316 "[GOMA_CACHE]", |
| 317 "--buildbot-buildername", | |
| 318 "Chromium Mac 10.11", | |
| 319 "--buildbot-mastername", | |
| 320 "chromium.fyi", | |
| 321 "--buildbot-slavename", | |
| 322 "TestSlavename", | |
| 323 "--goma-deps-cache-dir", | 317 "--goma-deps-cache-dir", |
| 324 "[GOMA_DEPS_CACHE]", | 318 "[GOMA_DEPS_CACHE]", |
| 325 "--build-data-dir", | 319 "--build-data-dir", |
| 326 "[ROOT]/build_data_dir", | 320 "[ROOT]/build_data_dir", |
| 327 "--compiler", | 321 "--compiler", |
| 328 "goma-clang", | 322 "goma-clang", |
| 329 "--goma-jsonstatus", | 323 "--goma-jsonstatus", |
| 330 "/path/to/tmp/json", | 324 "/path/to/tmp/json", |
| 331 "--goma-service-account-json-file", | 325 "--goma-service-account-json-file", |
| 332 "/creds/service_accounts/service-account-goma-client.json", | 326 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 345 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 339 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 346 "@@@STEP_LOG_END@json.output (invalid)@@@" | 340 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 347 ] | 341 ] |
| 348 }, | 342 }, |
| 349 { | 343 { |
| 350 "name": "$result", | 344 "name": "$result", |
| 351 "recipe_result": null, | 345 "recipe_result": null, |
| 352 "status_code": 0 | 346 "status_code": 0 |
| 353 } | 347 } |
| 354 ] | 348 ] |
| OLD | NEW |