| 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]/LTO_Linux", | 7 "[BUILDER_CACHE]/LTO_Linux", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 "--gsutil-py-path", | 302 "--gsutil-py-path", |
| 303 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 303 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 304 "--ninja-path", | 304 "--ninja-path", |
| 305 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 305 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 306 "--target", | 306 "--target", |
| 307 "Release", | 307 "Release", |
| 308 "--src-dir", | 308 "--src-dir", |
| 309 "[BUILDER_CACHE]/LTO_Linux/src", | 309 "[BUILDER_CACHE]/LTO_Linux/src", |
| 310 "--goma-cache-dir", | 310 "--goma-cache-dir", |
| 311 "[GOMA_CACHE]", | 311 "[GOMA_CACHE]", |
| 312 "--buildbot-buildername", |
| 313 "LTO Linux", |
| 314 "--buildbot-mastername", |
| 315 "chromium.fyi", |
| 316 "--buildbot-slavename", |
| 317 "TestSlavename", |
| 312 "--goma-deps-cache-dir", | 318 "--goma-deps-cache-dir", |
| 313 "[GOMA_DEPS_CACHE]", | 319 "[GOMA_DEPS_CACHE]", |
| 314 "--build-data-dir", | 320 "--build-data-dir", |
| 315 "[ROOT]/build_data_dir", | 321 "[ROOT]/build_data_dir", |
| 316 "--compiler", | 322 "--compiler", |
| 317 "goma", | 323 "goma", |
| 318 "--goma-jsonstatus", | 324 "--goma-jsonstatus", |
| 319 "/path/to/tmp/json", | 325 "/path/to/tmp/json", |
| 320 "--goma-service-account-json-file", | 326 "--goma-service-account-json-file", |
| 321 "/creds/service_accounts/service-account-goma-client.json", | 327 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 333 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 339 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 334 "@@@STEP_LOG_END@json.output (invalid)@@@" | 340 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 335 ] | 341 ] |
| 336 }, | 342 }, |
| 337 { | 343 { |
| 338 "name": "$result", | 344 "name": "$result", |
| 339 "recipe_result": null, | 345 "recipe_result": null, |
| 340 "status_code": 0 | 346 "status_code": 0 |
| 341 } | 347 } |
| 342 ] | 348 ] |
| OLD | NEW |