| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 5 "remote", | 5 "remote", |
| 6 "set-url", | 6 "set-url", |
| 7 "origin", | 7 "origin", |
| 8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
| (...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 432 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@", | 432 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@", |
| 433 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | 433 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", |
| 434 "@@@STEP_LOG_LINE@json.output@}@@@", | 434 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 435 "@@@STEP_LOG_END@json.output@@@" | 435 "@@@STEP_LOG_END@json.output@@@" |
| 436 ] | 436 ] |
| 437 }, | 437 }, |
| 438 { | 438 { |
| 439 "cmd": [ | 439 "cmd": [ |
| 440 "python", | 440 "python", |
| 441 "-u", | 441 "-u", |
| 442 "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are
binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shuti
l, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit
(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 442 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 443 "[SLAVE_BUILD]/skia/infra/bots/android_sdk_hash", | 443 "[SLAVE_BUILD]/skia/infra/bots/android_sdk_hash", |
| 444 "/path/to/tmp/" | 444 "/path/to/tmp/" |
| 445 ], | 445 ], |
| 446 "name": "Read android_sdk_hash", | 446 "name": "Read android_sdk_hash", |
| 447 "~followup_annotations": [ | 447 "~followup_annotations": [ |
| 448 "step returned non-zero exit code: 1", | 448 "step returned non-zero exit code: 1", |
| 449 "@@@STEP_EXCEPTION@@@" | 449 "@@@STEP_EXCEPTION@@@" |
| 450 ] | 450 ] |
| 451 }, | 451 }, |
| 452 { | 452 { |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 683 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 683 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 684 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 684 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 685 ] | 685 ] |
| 686 }, | 686 }, |
| 687 { | 687 { |
| 688 "name": "$result", | 688 "name": "$result", |
| 689 "recipe_result": null, | 689 "recipe_result": null, |
| 690 "status_code": 0 | 690 "status_code": 0 |
| 691 } | 691 } |
| 692 ] | 692 ] |
| OLD | NEW |