| 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]/android", | 7 "[BUILDER_CACHE]/android", |
| 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]/android/src/tools/determinism/remove_build_metadata.py", |
| 396 "--build-dir", | 396 "--build-dir", |
| 397 "[BUILDER_CACHE]/android/src/out/Release", | 397 "[BUILDER_CACHE]/android/src/out/Release" |
| 398 "--src-dir", | |
| 399 "[BUILDER_CACHE]/android/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]/android/src/tools/swarming_client", | 407 "[BUILDER_CACHE]/android/src/tools/swarming_client", |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 478 "~followup_annotations": [ | 476 "~followup_annotations": [ |
| 479 "@@@STEP_TEXT@Android Tests@@@" | 477 "@@@STEP_TEXT@Android Tests@@@" |
| 480 ] | 478 ] |
| 481 }, | 479 }, |
| 482 { | 480 { |
| 483 "name": "$result", | 481 "name": "$result", |
| 484 "recipe_result": null, | 482 "recipe_result": null, |
| 485 "status_code": 0 | 483 "status_code": 0 |
| 486 } | 484 } |
| 487 ] | 485 ] |
| OLD | NEW |