| 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]/Blimp_Linux__dbg_", | 7 "[BUILDER_CACHE]/Blimp_Linux__dbg_", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 "--gsutil-py-path", | 284 "--gsutil-py-path", |
| 285 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 285 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 286 "--ninja-path", | 286 "--ninja-path", |
| 287 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 287 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 288 "--target", | 288 "--target", |
| 289 "Debug", | 289 "Debug", |
| 290 "--src-dir", | 290 "--src-dir", |
| 291 "[BUILDER_CACHE]/Blimp_Linux__dbg_/src", | 291 "[BUILDER_CACHE]/Blimp_Linux__dbg_/src", |
| 292 "--goma-cache-dir", | 292 "--goma-cache-dir", |
| 293 "[GOMA_CACHE]", | 293 "[GOMA_CACHE]", |
| 294 "--buildbot-buildername", |
| 295 "Blimp Linux (dbg)", |
| 296 "--buildbot-mastername", |
| 297 "chromium.linux", |
| 298 "--buildbot-slavename", |
| 299 "TestSlavename", |
| 294 "--goma-deps-cache-dir", | 300 "--goma-deps-cache-dir", |
| 295 "[GOMA_DEPS_CACHE]", | 301 "[GOMA_DEPS_CACHE]", |
| 296 "--build-data-dir", | 302 "--build-data-dir", |
| 297 "[ROOT]/build_data_dir", | 303 "[ROOT]/build_data_dir", |
| 298 "--compiler", | 304 "--compiler", |
| 299 "goma", | 305 "goma", |
| 300 "--goma-jsonstatus", | 306 "--goma-jsonstatus", |
| 301 "/path/to/tmp/json", | 307 "/path/to/tmp/json", |
| 302 "--goma-service-account-json-file", | 308 "--goma-service-account-json-file", |
| 303 "/creds/service_accounts/service-account-goma-client.json", | 309 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 315 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 321 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 316 "@@@STEP_LOG_END@json.output (invalid)@@@" | 322 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 317 ] | 323 ] |
| 318 }, | 324 }, |
| 319 { | 325 { |
| 320 "name": "$result", | 326 "name": "$result", |
| 321 "recipe_result": null, | 327 "recipe_result": null, |
| 322 "status_code": 0 | 328 "status_code": 0 |
| 323 } | 329 } |
| 324 ] | 330 ] |
| OLD | NEW |