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