| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Tests", | 10 "Android Tests", |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 }, | 126 }, |
| 127 { | 127 { |
| 128 "cmd": [ | 128 "cmd": [ |
| 129 "python", | 129 "python", |
| 130 "-u", | 130 "-u", |
| 131 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 131 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 132 "runhooks" | 132 "runhooks" |
| 133 ], | 133 ], |
| 134 "cwd": "[SLAVE_BUILD]", | 134 "cwd": "[SLAVE_BUILD]", |
| 135 "env": { | 135 "env": { |
| 136 "GYP_CHROMIUM_NO_ACTION": "1", |
| 136 "GYP_CROSSCOMPILE": "1", | 137 "GYP_CROSSCOMPILE": "1", |
| 137 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
SLAVE_BUILD]/src/build/goma/client' target_arch=arm test_isolation_mode=prepare
use_goma=1", | 138 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
SLAVE_BUILD]/src/build/goma/client' target_arch=arm test_isolation_mode=prepare
use_goma=1", |
| 138 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 139 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 139 }, | 140 }, |
| 140 "name": "gclient runhooks" | 141 "name": "gclient runhooks" |
| 141 }, | 142 }, |
| 142 { | 143 { |
| 143 "cmd": [ | 144 "cmd": [ |
| 144 "python", | 145 "python", |
| 145 "-u", | 146 "-u", |
| (...skipping 648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 794 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 795 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 795 "@@@STEP_LOG_END@python.inline@@@" | 796 "@@@STEP_LOG_END@python.inline@@@" |
| 796 ] | 797 ] |
| 797 }, | 798 }, |
| 798 { | 799 { |
| 799 "name": "$result", | 800 "name": "$result", |
| 800 "recipe_result": null, | 801 "recipe_result": null, |
| 801 "status_code": 0 | 802 "status_code": 0 |
| 802 } | 803 } |
| 803 ] | 804 ] |
| OLD | NEW |