| 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", | 7 "[BUILDER_CACHE]/linux", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 "--gsutil-py-path", | 378 "--gsutil-py-path", |
| 379 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 379 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 380 "--ninja-path", | 380 "--ninja-path", |
| 381 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 381 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 382 "--target", | 382 "--target", |
| 383 "Release", | 383 "Release", |
| 384 "--src-dir", | 384 "--src-dir", |
| 385 "[BUILDER_CACHE]/linux/src", | 385 "[BUILDER_CACHE]/linux/src", |
| 386 "--goma-cache-dir", | 386 "--goma-cache-dir", |
| 387 "[GOMA_CACHE]", | 387 "[GOMA_CACHE]", |
| 388 "--buildbot-buildername", |
| 389 "GPU Linux Builder", |
| 390 "--buildbot-mastername", |
| 391 "chromium.gpu.fyi", |
| 392 "--buildbot-slavename", |
| 393 "TestSlavename", |
| 388 "--goma-deps-cache-dir", | 394 "--goma-deps-cache-dir", |
| 389 "[GOMA_DEPS_CACHE]", | 395 "[GOMA_DEPS_CACHE]", |
| 390 "--build-data-dir", | 396 "--build-data-dir", |
| 391 "[ROOT]/build_data_dir", | 397 "[ROOT]/build_data_dir", |
| 392 "--compiler", | 398 "--compiler", |
| 393 "goma", | 399 "goma", |
| 394 "--goma-jsonstatus", | 400 "--goma-jsonstatus", |
| 395 "/path/to/tmp/json", | 401 "/path/to/tmp/json", |
| 396 "--goma-service-account-json-file", | 402 "--goma-service-account-json-file", |
| 397 "/creds/service_accounts/service-account-goma-client.json", | 403 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 594 "~followup_annotations": [ | 600 "~followup_annotations": [ |
| 595 "@@@STEP_TEXT@Linux Release (AMD R7 240)<br />Linux Release (ATI)<br />Lin
ux Release (NVIDIA GeForce 730)<br />Linux Release (NVIDIA)<br />Linux Release (
New Intel)<br />Optional Linux Release (NVIDIA)@@@" | 601 "@@@STEP_TEXT@Linux Release (AMD R7 240)<br />Linux Release (ATI)<br />Lin
ux Release (NVIDIA GeForce 730)<br />Linux Release (NVIDIA)<br />Linux Release (
New Intel)<br />Optional Linux Release (NVIDIA)@@@" |
| 596 ] | 602 ] |
| 597 }, | 603 }, |
| 598 { | 604 { |
| 599 "name": "$result", | 605 "name": "$result", |
| 600 "recipe_result": null, | 606 "recipe_result": null, |
| 601 "status_code": 0 | 607 "status_code": 0 |
| 602 } | 608 } |
| 603 ] | 609 ] |
| OLD | NEW |