| 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]/Linux_remote_run_Builder", | 7 "[BUILDER_CACHE]/Linux_remote_run_Builder", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 "--gsutil-py-path", | 296 "--gsutil-py-path", |
| 297 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 297 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 298 "--ninja-path", | 298 "--ninja-path", |
| 299 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 299 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 300 "--target", | 300 "--target", |
| 301 "Release", | 301 "Release", |
| 302 "--src-dir", | 302 "--src-dir", |
| 303 "[BUILDER_CACHE]/Linux_remote_run_Builder/src", | 303 "[BUILDER_CACHE]/Linux_remote_run_Builder/src", |
| 304 "--goma-cache-dir", | 304 "--goma-cache-dir", |
| 305 "[GOMA_CACHE]", | 305 "[GOMA_CACHE]", |
| 306 "--buildbot-buildername", |
| 307 "Linux remote_run Builder", |
| 308 "--buildbot-mastername", |
| 309 "chromium.fyi", |
| 310 "--buildbot-slavename", |
| 311 "build1-a1", |
| 306 "--goma-deps-cache-dir", | 312 "--goma-deps-cache-dir", |
| 307 "[GOMA_DEPS_CACHE]", | 313 "[GOMA_DEPS_CACHE]", |
| 308 "--compiler", | 314 "--compiler", |
| 309 "goma", | 315 "goma", |
| 310 "--goma-jsonstatus", | 316 "--goma-jsonstatus", |
| 311 "/path/to/tmp/json", | 317 "/path/to/tmp/json", |
| 312 "--goma-service-account-json-file", | 318 "--goma-service-account-json-file", |
| 313 "/creds/service_accounts/service-account-goma-client.json", | 319 "/creds/service_accounts/service-account-goma-client.json", |
| 314 "--goma-dir", | 320 "--goma-dir", |
| 315 "[CACHE]/cipd/goma", | 321 "[CACHE]/cipd/goma", |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 "~followup_annotations": [ | 387 "~followup_annotations": [ |
| 382 "@@@STEP_TEXT@Linux remote_run Tester@@@" | 388 "@@@STEP_TEXT@Linux remote_run Tester@@@" |
| 383 ] | 389 ] |
| 384 }, | 390 }, |
| 385 { | 391 { |
| 386 "name": "$result", | 392 "name": "$result", |
| 387 "recipe_result": null, | 393 "recipe_result": null, |
| 388 "status_code": 0 | 394 "status_code": 0 |
| 389 } | 395 } |
| 390 ] | 396 ] |
| OLD | NEW |