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 "client.webrtc", | 8 "client.webrtc", |
9 "--builder", | 9 "--builder", |
10 "Android32 GN", | 10 "Android32 GN", |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 "--src-dir", | 140 "--src-dir", |
141 "[SLAVE_BUILD]/src", | 141 "[SLAVE_BUILD]/src", |
142 "--goma-cache-dir", | 142 "--goma-cache-dir", |
143 "[GOMA_CACHE]", | 143 "[GOMA_CACHE]", |
144 "--build-tool", | 144 "--build-tool", |
145 "ninja", | 145 "ninja", |
146 "--compiler", | 146 "--compiler", |
147 "goma", | 147 "goma", |
148 "--goma-jsonstatus", | 148 "--goma-jsonstatus", |
149 "/path/to/tmp/json", | 149 "/path/to/tmp/json", |
150 "--goma-service-account-json-file", | |
151 "/creds/service_accounts/service-account-goma-client.json", | |
152 "--goma-dir", | 150 "--goma-dir", |
153 "[BUILD]/goma", | 151 "[BUILD]/goma", |
154 "--", | 152 "--", |
155 "all" | 153 "all" |
156 ], | 154 ], |
157 "cwd": "[SLAVE_BUILD]", | 155 "cwd": "[SLAVE_BUILD]", |
158 "env": { | 156 "env": { |
159 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 157 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
160 }, | 158 }, |
161 "name": "compile", | 159 "name": "compile", |
162 "~followup_annotations": [ | 160 "~followup_annotations": [ |
163 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 161 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
164 "@@@STEP_LOG_END@json.output (invalid)@@@" | 162 "@@@STEP_LOG_END@json.output (invalid)@@@" |
165 ] | 163 ] |
166 }, | 164 }, |
167 { | 165 { |
168 "name": "$result", | 166 "name": "$result", |
169 "recipe_result": null, | 167 "recipe_result": null, |
170 "status_code": 0 | 168 "status_code": 0 |
171 } | 169 } |
172 ] | 170 ] |
OLD | NEW |