OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "fetch" | 5 "fetch" |
6 ], | 6 ], |
7 "cwd": "[SLAVE_BUILD]/skia", | 7 "cwd": "[SLAVE_BUILD]/skia", |
8 "name": "git fetch" | 8 "name": "git fetch" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
615 "CXX": "/usr/bin/clang++", | 615 "CXX": "/usr/bin/clang++", |
616 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | 616 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", |
617 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-D
ebug" | 617 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-D
ebug" |
618 }, | 618 }, |
619 "name": "pull skia_dm" | 619 "name": "pull skia_dm" |
620 }, | 620 }, |
621 { | 621 { |
622 "cmd": [ | 622 "cmd": [ |
623 "python", | 623 "python", |
624 "-u", | 624 "-u", |
625 "RECIPE_MODULE[skia]/resources/upload_dm_results.py", | 625 "RECIPE_MODULE[build.skia]/resources/upload_dm_results.py", |
626 "[SLAVE_BUILD]/dm", | 626 "[SLAVE_BUILD]/dm", |
627 "164710", | 627 "164710", |
628 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug", | 628 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug", |
629 "5", | 629 "5", |
630 "", | 630 "", |
631 "[SLAVE_BUILD]/skia/common/py/utils" | 631 "[SLAVE_BUILD]/skia/common/py/utils" |
632 ], | 632 ], |
633 "cwd": "[SLAVE_BUILD]/skia", | 633 "cwd": "[SLAVE_BUILD]/skia", |
634 "env": { | 634 "env": { |
635 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", | 635 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
694 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-D
ebug" | 694 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-D
ebug" |
695 }, | 695 }, |
696 "name": "wait for reboot" | 696 "name": "wait for reboot" |
697 }, | 697 }, |
698 { | 698 { |
699 "name": "$result", | 699 "name": "$result", |
700 "recipe_result": null, | 700 "recipe_result": null, |
701 "status_code": 0 | 701 "status_code": 0 |
702 } | 702 } |
703 ] | 703 ] |
OLD | NEW |