| 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 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@", | 437 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@", |
| 438 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | 438 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", |
| 439 "@@@STEP_LOG_LINE@json.output@}@@@", | 439 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 440 "@@@STEP_LOG_END@json.output@@@" | 440 "@@@STEP_LOG_END@json.output@@@" |
| 441 ] | 441 ] |
| 442 }, | 442 }, |
| 443 { | 443 { |
| 444 "cmd": [ | 444 "cmd": [ |
| 445 "python", | 445 "python", |
| 446 "-u", | 446 "-u", |
| 447 "\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", | 447 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 448 "[SLAVE_BUILD]/skia/infra/bots/assets/android_sdk/VERSION", | 448 "[SLAVE_BUILD]/skia/infra/bots/assets/android_sdk/VERSION", |
| 449 "/path/to/tmp/" | 449 "/path/to/tmp/" |
| 450 ], | 450 ], |
| 451 "name": "read android_sdk VERSION" | 451 "name": "read android_sdk VERSION" |
| 452 }, | 452 }, |
| 453 { | 453 { |
| 454 "cmd": [ | 454 "cmd": [ |
| 455 "python", | 455 "python", |
| 456 "-u", | 456 "-u", |
| 457 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 457 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 726 "@@@STEP_LOG_LINE@json.output@}@@@", | 726 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 727 "@@@STEP_LOG_END@json.output@@@", | 727 "@@@STEP_LOG_END@json.output@@@", |
| 728 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 728 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 729 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 729 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 730 ] | 730 ] |
| 731 }, | 731 }, |
| 732 { | 732 { |
| 733 "cmd": [ | 733 "cmd": [ |
| 734 "python", | 734 "python", |
| 735 "-u", | 735 "-u", |
| 736 "\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", | 736 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 737 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", | 737 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
| 738 "/path/to/tmp/" | 738 "/path/to/tmp/" |
| 739 ], | 739 ], |
| 740 "name": "read skp VERSION" | 740 "name": "read skp VERSION" |
| 741 }, | 741 }, |
| 742 { | 742 { |
| 743 "cmd": [ | 743 "cmd": [ |
| 744 "python", | 744 "python", |
| 745 "-u", | 745 "-u", |
| 746 "\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", | 746 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 747 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", | 747 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
| 748 "/path/to/tmp/" | 748 "/path/to/tmp/" |
| 749 ], | 749 ], |
| 750 "name": "read skimage VERSION" | 750 "name": "read skimage VERSION" |
| 751 }, | 751 }, |
| 752 { | 752 { |
| 753 "cmd": [ | 753 "cmd": [ |
| 754 "python", | 754 "python", |
| 755 "-u", | 755 "-u", |
| 756 "\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", | 756 "\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", |
| (...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1315 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 1315 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 1316 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 1316 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 1317 ] | 1317 ] |
| 1318 }, | 1318 }, |
| 1319 { | 1319 { |
| 1320 "name": "$result", | 1320 "name": "$result", |
| 1321 "recipe_result": null, | 1321 "recipe_result": null, |
| 1322 "status_code": 0 | 1322 "status_code": 0 |
| 1323 } | 1323 } |
| 1324 ] | 1324 ] |
| OLD | NEW |