| 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 "--gsutil-py-path", | 287 "--gsutil-py-path", |
| 288 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 288 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 289 "--ninja-path", | 289 "--ninja-path", |
| 290 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 290 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 291 "--target", | 291 "--target", |
| 292 "Release", | 292 "Release", |
| 293 "--src-dir", | 293 "--src-dir", |
| 294 "[BUILDER_CACHE]/Linux_remote_run_Builder/src", | 294 "[BUILDER_CACHE]/Linux_remote_run_Builder/src", |
| 295 "--goma-cache-dir", | 295 "--goma-cache-dir", |
| 296 "[GOMA_CACHE]", | 296 "[GOMA_CACHE]", |
| 297 "--buildbot-buildername", | |
| 298 "Linux remote_run Builder", | |
| 299 "--buildbot-mastername", | |
| 300 "chromium.fyi", | |
| 301 "--buildbot-slavename", | |
| 302 "build1-a1", | |
| 303 "--goma-deps-cache-dir", | 297 "--goma-deps-cache-dir", |
| 304 "[GOMA_DEPS_CACHE]", | 298 "[GOMA_DEPS_CACHE]", |
| 305 "--compiler", | 299 "--compiler", |
| 306 "goma", | 300 "goma", |
| 307 "--goma-jsonstatus", | 301 "--goma-jsonstatus", |
| 308 "/path/to/tmp/json", | 302 "/path/to/tmp/json", |
| 309 "--goma-service-account-json-file", | 303 "--goma-service-account-json-file", |
| 310 "/creds/service_accounts/service-account-goma-client.json", | 304 "/creds/service_accounts/service-account-goma-client.json", |
| 311 "--goma-dir", | 305 "--goma-dir", |
| 312 "RECIPE_PACKAGE_REPO[build]/goma", | 306 "RECIPE_PACKAGE_REPO[build]/goma", |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 "~followup_annotations": [ | 372 "~followup_annotations": [ |
| 379 "@@@STEP_TEXT@Linux remote_run Tester@@@" | 373 "@@@STEP_TEXT@Linux remote_run Tester@@@" |
| 380 ] | 374 ] |
| 381 }, | 375 }, |
| 382 { | 376 { |
| 383 "name": "$result", | 377 "name": "$result", |
| 384 "recipe_result": null, | 378 "recipe_result": null, |
| 385 "status_code": 0 | 379 "status_code": 0 |
| 386 } | 380 } |
| 387 ] | 381 ] |
| OLD | NEW |