| 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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@", | 431 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@", |
| 432 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | 432 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", |
| 433 "@@@STEP_LOG_LINE@json.output@}@@@", | 433 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 434 "@@@STEP_LOG_END@json.output@@@" | 434 "@@@STEP_LOG_END@json.output@@@" |
| 435 ] | 435 ] |
| 436 }, | 436 }, |
| 437 { | 437 { |
| 438 "cmd": [ | 438 "cmd": [ |
| 439 "python", | 439 "python", |
| 440 "-u", | 440 "-u", |
| 441 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 441 "\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 "[SLAVE_BUILD]/skia/infra/bots/assets/win_toolchain/VERSION", | 442 "[SLAVE_BUILD]/skia/infra/bots/assets/win_toolchain/VERSION", |
| 443 "/path/to/tmp/" | 443 "/path/to/tmp/" |
| 444 ], | 444 ], |
| 445 "name": "read win_toolchain VERSION" | 445 "name": "read win_toolchain VERSION" |
| 446 }, | 446 }, |
| 447 { | 447 { |
| 448 "cmd": [ | 448 "cmd": [ |
| 449 "python", | 449 "python", |
| 450 "-u", | 450 "-u", |
| 451 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 451 "\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", |
| 452 "[SLAVE_BUILD]/skia/infra/bots/assets/win_vulkan_sdk/VERSION", | 452 "[SLAVE_BUILD]/skia/infra/bots/assets/win_vulkan_sdk/VERSION", |
| 453 "/path/to/tmp/" | 453 "/path/to/tmp/" |
| 454 ], | 454 ], |
| 455 "name": "read win_vulkan_sdk VERSION" | 455 "name": "read win_vulkan_sdk VERSION" |
| 456 }, | 456 }, |
| 457 { | 457 { |
| 458 "cmd": [ | 458 "cmd": [ |
| 459 "python", | 459 "python", |
| 460 "-u", | 460 "-u", |
| 461 "\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", | 461 "\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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 691 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 691 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 692 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 692 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 693 ] | 693 ] |
| 694 }, | 694 }, |
| 695 { | 695 { |
| 696 "name": "$result", | 696 "name": "$result", |
| 697 "recipe_result": null, | 697 "recipe_result": null, |
| 698 "status_code": 0 | 698 "status_code": 0 |
| 699 } | 699 } |
| 700 ] | 700 ] |
| OLD | NEW |