| 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", | 7 "[BUILDER_CACHE]/mac", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 "name": "compile", | 385 "name": "compile", |
| 386 "~followup_annotations": [ | 386 "~followup_annotations": [ |
| 387 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 387 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 388 "@@@STEP_LOG_END@json.output (invalid)@@@" | 388 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 389 ] | 389 ] |
| 390 }, | 390 }, |
| 391 { | 391 { |
| 392 "cmd": [ | 392 "cmd": [ |
| 393 "python", | 393 "python", |
| 394 "-u", | 394 "-u", |
| 395 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", | 395 "[BUILDER_CACHE]/mac/src/tools/determinism/remove_build_metadata.py", |
| 396 "--build-dir", | 396 "--build-dir", |
| 397 "[BUILDER_CACHE]/mac/src/out/Release", | 397 "[BUILDER_CACHE]/mac/src/out/Release" |
| 398 "--src-dir", | |
| 399 "[BUILDER_CACHE]/mac/src" | |
| 400 ], | 398 ], |
| 401 "cwd": "[SLAVE_BUILD]", | 399 "cwd": "[SLAVE_BUILD]", |
| 402 "name": "remove_build_metadata" | 400 "name": "remove_build_metadata" |
| 403 }, | 401 }, |
| 404 { | 402 { |
| 405 "cmd": [ | 403 "cmd": [ |
| 406 "python", | 404 "python", |
| 407 "-u", | 405 "-u", |
| 408 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 406 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 409 "[BUILDER_CACHE]/mac/src/tools/swarming_client", | 407 "[BUILDER_CACHE]/mac/src/tools/swarming_client", |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 497 "~followup_annotations": [ | 495 "~followup_annotations": [ |
| 498 "@@@STEP_TEXT@Mac 10.10 Release (Intel)<br />Mac 10.10 Retina Release (AMD
)@@@" | 496 "@@@STEP_TEXT@Mac 10.10 Release (Intel)<br />Mac 10.10 Retina Release (AMD
)@@@" |
| 499 ] | 497 ] |
| 500 }, | 498 }, |
| 501 { | 499 { |
| 502 "name": "$result", | 500 "name": "$result", |
| 503 "recipe_result": null, | 501 "recipe_result": null, |
| 504 "status_code": 0 | 502 "status_code": 0 |
| 505 } | 503 } |
| 506 ] | 504 ] |
| OLD | NEW |