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 "tryserver.webrtc", | 8 "tryserver.webrtc", |
9 "--builder", | 9 "--builder", |
10 "android_dbg", | 10 "android_dbg", |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 "--src-dir", | 132 "--src-dir", |
133 "[SLAVE_BUILD]/src", | 133 "[SLAVE_BUILD]/src", |
134 "--goma-cache-dir", | 134 "--goma-cache-dir", |
135 "[GOMA_CACHE]", | 135 "[GOMA_CACHE]", |
136 "--build-tool", | 136 "--build-tool", |
137 "ninja", | 137 "ninja", |
138 "--compiler", | 138 "--compiler", |
139 "goma", | 139 "goma", |
140 "--goma-jsonstatus", | 140 "--goma-jsonstatus", |
141 "/path/to/tmp/json", | 141 "/path/to/tmp/json", |
142 "--goma-service-account-json-file", | |
143 "/creds/service_accounts/service-account-goma-client.json", | |
144 "--goma-dir", | 142 "--goma-dir", |
145 "[BUILD]/goma", | 143 "[BUILD]/goma", |
146 "--goma-fail-fast", | 144 "--goma-fail-fast", |
147 "--goma-disable-local-fallback", | 145 "--goma-disable-local-fallback", |
148 "--" | 146 "--" |
149 ], | 147 ], |
150 "cwd": "[SLAVE_BUILD]", | 148 "cwd": "[SLAVE_BUILD]", |
151 "env": { | 149 "env": { |
152 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 150 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
153 }, | 151 }, |
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
688 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 686 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
689 "@@@STEP_LOG_END@python.inline@@@" | 687 "@@@STEP_LOG_END@python.inline@@@" |
690 ] | 688 ] |
691 }, | 689 }, |
692 { | 690 { |
693 "name": "$result", | 691 "name": "$result", |
694 "recipe_result": null, | 692 "recipe_result": null, |
695 "status_code": 0 | 693 "status_code": 0 |
696 } | 694 } |
697 ] | 695 ] |
OLD | NEW |