| 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 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@", | 474 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@", |
| 475 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | 475 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", |
| 476 "@@@STEP_LOG_LINE@json.output@}@@@", | 476 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 477 "@@@STEP_LOG_END@json.output@@@" | 477 "@@@STEP_LOG_END@json.output@@@" |
| 478 ] | 478 ] |
| 479 }, | 479 }, |
| 480 { | 480 { |
| 481 "cmd": [ | 481 "cmd": [ |
| 482 "python", | 482 "python", |
| 483 "-u", | 483 "-u", |
| 484 "\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", | 484 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 485 "[SLAVE_BUILD]/skia/infra/bots/assets/win_toolchain/VERSION", | 485 "[SLAVE_BUILD]/skia/infra/bots/assets/win_toolchain/VERSION", |
| 486 "/path/to/tmp/" | 486 "/path/to/tmp/" |
| 487 ], | 487 ], |
| 488 "name": "read win_toolchain VERSION" | 488 "name": "read win_toolchain VERSION" |
| 489 }, | 489 }, |
| 490 { | 490 { |
| 491 "cmd": [ | 491 "cmd": [ |
| 492 "python", | 492 "python", |
| 493 "-u", | 493 "-u", |
| 494 "\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", | 494 "\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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 720 "@@@STEP_LOG_LINE@json.output@}@@@", | 720 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 721 "@@@STEP_LOG_END@json.output@@@", | 721 "@@@STEP_LOG_END@json.output@@@", |
| 722 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 722 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 723 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 723 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 724 ] | 724 ] |
| 725 }, | 725 }, |
| 726 { | 726 { |
| 727 "cmd": [ | 727 "cmd": [ |
| 728 "python", | 728 "python", |
| 729 "-u", | 729 "-u", |
| 730 "\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", | 730 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 731 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", | 731 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
| 732 "/path/to/tmp/" | 732 "/path/to/tmp/" |
| 733 ], | 733 ], |
| 734 "name": "read skp VERSION" | 734 "name": "read skp VERSION" |
| 735 }, | 735 }, |
| 736 { | 736 { |
| 737 "cmd": [ | 737 "cmd": [ |
| 738 "python", | 738 "python", |
| 739 "-u", | 739 "-u", |
| 740 "\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", | 740 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 741 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", | 741 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
| 742 "/path/to/tmp/" | 742 "/path/to/tmp/" |
| 743 ], | 743 ], |
| 744 "name": "read skimage VERSION" | 744 "name": "read skimage VERSION" |
| 745 }, | 745 }, |
| 746 { | 746 { |
| 747 "cmd": [ | 747 "cmd": [ |
| 748 "python", | 748 "python", |
| 749 "-u", | 749 "-u", |
| 750 "\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", | 750 "\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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1053 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1053 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 1054 }, | 1054 }, |
| 1055 "name": "Upload DM Results" | 1055 "name": "Upload DM Results" |
| 1056 }, | 1056 }, |
| 1057 { | 1057 { |
| 1058 "name": "$result", | 1058 "name": "$result", |
| 1059 "recipe_result": null, | 1059 "recipe_result": null, |
| 1060 "status_code": 0 | 1060 "status_code": 0 |
| 1061 } | 1061 } |
| 1062 ] | 1062 ] |
| OLD | NEW |