| 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_Builder", | 7 "[BUILDER_CACHE]/Linux_Builder", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 "--gsutil-py-path", | 305 "--gsutil-py-path", |
| 306 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 306 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 307 "--ninja-path", | 307 "--ninja-path", |
| 308 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 308 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 309 "--target", | 309 "--target", |
| 310 "Release", | 310 "Release", |
| 311 "--src-dir", | 311 "--src-dir", |
| 312 "[BUILDER_CACHE]/Linux_Builder/src", | 312 "[BUILDER_CACHE]/Linux_Builder/src", |
| 313 "--goma-cache-dir", | 313 "--goma-cache-dir", |
| 314 "[GOMA_CACHE]", | 314 "[GOMA_CACHE]", |
| 315 "--buildbot-buildername", |
| 316 "Linux Builder", |
| 317 "--buildbot-mastername", |
| 318 "chromium.webrtc.fyi", |
| 319 "--buildbot-slavename", |
| 320 "TestSlavename", |
| 315 "--goma-deps-cache-dir", | 321 "--goma-deps-cache-dir", |
| 316 "[GOMA_DEPS_CACHE]", | 322 "[GOMA_DEPS_CACHE]", |
| 317 "--build-data-dir", | 323 "--build-data-dir", |
| 318 "[ROOT]/build_data_dir", | 324 "[ROOT]/build_data_dir", |
| 319 "--compiler", | 325 "--compiler", |
| 320 "goma", | 326 "goma", |
| 321 "--goma-jsonstatus", | 327 "--goma-jsonstatus", |
| 322 "/path/to/tmp/json", | 328 "/path/to/tmp/json", |
| 323 "--goma-service-account-json-file", | 329 "--goma-service-account-json-file", |
| 324 "/creds/service_accounts/service-account-goma-client.json", | 330 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 "~followup_annotations": [ | 405 "~followup_annotations": [ |
| 400 "@@@STEP_TEXT@Linux Tester@@@" | 406 "@@@STEP_TEXT@Linux Tester@@@" |
| 401 ] | 407 ] |
| 402 }, | 408 }, |
| 403 { | 409 { |
| 404 "name": "$result", | 410 "name": "$result", |
| 405 "recipe_result": null, | 411 "recipe_result": null, |
| 406 "status_code": 0 | 412 "status_code": 0 |
| 407 } | 413 } |
| 408 ] | 414 ] |
| OLD | NEW |