| 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 (dbg)", | 10 "Android Tests (dbg)", |
| (...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 ffmpeg_bra
nding=Chrome gomadir='[SLAVE_BUILD]/src/build/goma/client' proprietary_codecs=1
target_arch=arm test_isolation_mode=prepare use_goma=1", | 138 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 ffmpeg_bra
nding=Chrome gomadir='[SLAVE_BUILD]/src/build/goma/client' proprietary_codecs=1
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 641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 787 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 788 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 788 "@@@STEP_LOG_END@python.inline@@@" | 789 "@@@STEP_LOG_END@python.inline@@@" |
| 789 ] | 790 ] |
| 790 }, | 791 }, |
| 791 { | 792 { |
| 792 "name": "$result", | 793 "name": "$result", |
| 793 "recipe_result": null, | 794 "recipe_result": null, |
| 794 "status_code": 0 | 795 "status_code": 0 |
| 795 } | 796 } |
| 796 ] | 797 ] |
| OLD | NEW |