| 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]/mac_layout", | 7 "[BUILDER_CACHE]/mac_layout", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 "-b", | 300 "-b", |
| 301 "WebKit Mac Builder", | 301 "WebKit Mac Builder", |
| 302 "--config-file", | 302 "--config-file", |
| 303 "[BUILDER_CACHE]/mac_layout/src/tools/mb/mb_config.pyl", | 303 "[BUILDER_CACHE]/mac_layout/src/tools/mb/mb_config.pyl", |
| 304 "--goma-dir", | 304 "--goma-dir", |
| 305 "[CACHE]/cipd/goma", | 305 "[CACHE]/cipd/goma", |
| 306 "--swarming-targets-file", | 306 "--swarming-targets-file", |
| 307 "browser_tests\n", | 307 "browser_tests\n", |
| 308 "//out/Release" | 308 "//out/Release" |
| 309 ], | 309 ], |
| 310 "cwd": "[BUILDER_CACHE]/mac_layout/src", |
| 310 "env": { | 311 "env": { |
| 311 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 312 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 312 }, | 313 }, |
| 313 "name": "generate_build_files", | 314 "name": "generate_build_files", |
| 314 "~followup_annotations": [ | 315 "~followup_annotations": [ |
| 315 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 316 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 316 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 317 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 317 ] | 318 ] |
| 318 }, | 319 }, |
| 319 { | 320 { |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 493 "~followup_annotations": [ | 494 "~followup_annotations": [ |
| 494 "@@@STEP_TEXT@WebKit Mac10.10<br />WebKit Mac10.11@@@" | 495 "@@@STEP_TEXT@WebKit Mac10.10<br />WebKit Mac10.11@@@" |
| 495 ] | 496 ] |
| 496 }, | 497 }, |
| 497 { | 498 { |
| 498 "name": "$result", | 499 "name": "$result", |
| 499 "recipe_result": null, | 500 "recipe_result": null, |
| 500 "status_code": 0 | 501 "status_code": 0 |
| 501 } | 502 } |
| 502 ] | 503 ] |
| OLD | NEW |