| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 5 "rev-parse", | 5 "rev-parse", |
| 6 "HEAD" | 6 "HEAD" |
| 7 ], | 7 ], |
| 8 "cwd": "[ROOT]/skia", | 8 "cwd": "[ROOT]/skia", |
| 9 "name": "git rev-parse", | 9 "name": "git rev-parse", |
| 10 "stdout": "/path/to/tmp/" | 10 "stdout": "/path/to/tmp/" |
| (...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 "buildnumber:5", | 400 "buildnumber:5", |
| 401 "--tag", | 401 "--tag", |
| 402 "data:[dummy hash for compile_skia]", | 402 "data:[dummy hash for compile_skia]", |
| 403 "--tag", | 403 "--tag", |
| 404 "master:client.skia", | 404 "master:client.skia", |
| 405 "--tag", | 405 "--tag", |
| 406 "name:compile_skia", | 406 "name:compile_skia", |
| 407 "--tag", | 407 "--tag", |
| 408 "os:Mac", | 408 "os:Mac", |
| 409 "--tag", | 409 "--tag", |
| 410 "revision:abc123", |
| 411 "--tag", |
| 410 "slavename:skiabot-linux-swarm-000", | 412 "slavename:skiabot-linux-swarm-000", |
| 411 "--tag", | 413 "--tag", |
| 412 "stepname:compile_skia on Mac", | 414 "stepname:compile_skia on Mac", |
| 413 "--idempotent", | 415 "--idempotent", |
| 414 "[dummy hash for compile_skia]", | 416 "[dummy hash for compile_skia]", |
| 415 "--", | 417 "--", |
| 416 "--workdir", | 418 "--workdir", |
| 417 "../../..", | 419 "../../..", |
| 418 "swarm_compile", | 420 "swarm_compile", |
| 419 "buildername=Build-Mac-Clang-x86_64-Release", | 421 "buildername=Build-Mac-Clang-x86_64-Release", |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 657 "buildnumber:5", | 659 "buildnumber:5", |
| 658 "--tag", | 660 "--tag", |
| 659 "data:def456", | 661 "data:def456", |
| 660 "--tag", | 662 "--tag", |
| 661 "master:client.skia", | 663 "master:client.skia", |
| 662 "--tag", | 664 "--tag", |
| 663 "name:test_skia", | 665 "name:test_skia", |
| 664 "--tag", | 666 "--tag", |
| 665 "os:Mac", | 667 "os:Mac", |
| 666 "--tag", | 668 "--tag", |
| 669 "revision:abc123", |
| 670 "--tag", |
| 667 "slavename:skiabot-linux-swarm-000", | 671 "slavename:skiabot-linux-swarm-000", |
| 668 "--tag", | 672 "--tag", |
| 669 "stepname:test_skia on Mac", | 673 "stepname:test_skia on Mac", |
| 670 "--cipd-package", | 674 "--cipd-package", |
| 671 "skp:skia/bots/skp:version:0", | 675 "skp:skia/bots/skp:version:0", |
| 672 "--cipd-package", | 676 "--cipd-package", |
| 673 "skimage:skia/bots/skimage:version:0", | 677 "skimage:skia/bots/skimage:version:0", |
| 674 "def456", | 678 "def456", |
| 675 "--", | 679 "--", |
| 676 "--workdir", | 680 "--workdir", |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 836 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 840 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 837 }, | 841 }, |
| 838 "name": "Upload DM Results" | 842 "name": "Upload DM Results" |
| 839 }, | 843 }, |
| 840 { | 844 { |
| 841 "name": "$result", | 845 "name": "$result", |
| 842 "recipe_result": null, | 846 "recipe_result": null, |
| 843 "status_code": 0 | 847 "status_code": 0 |
| 844 } | 848 } |
| 845 ] | 849 ] |
| OLD | NEW |