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.gpu.fyi", | 8 "chromium.gpu.fyi", |
9 "--builder", | 9 "--builder", |
10 "Linux ChromiumOS Builder", | 10 "Linux ChromiumOS Builder", |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 "--goma-cache-dir", | 204 "--goma-cache-dir", |
205 "[GOMA_CACHE]", | 205 "[GOMA_CACHE]", |
206 "--build-tool", | 206 "--build-tool", |
207 "ninja", | 207 "ninja", |
208 "--build-data-dir", | 208 "--build-data-dir", |
209 "[ROOT]/build_data_dir", | 209 "[ROOT]/build_data_dir", |
210 "--compiler", | 210 "--compiler", |
211 "goma", | 211 "goma", |
212 "--goma-jsonstatus", | 212 "--goma-jsonstatus", |
213 "/path/to/tmp/json", | 213 "/path/to/tmp/json", |
214 "--goma-service-account-json-file", | |
215 "/creds/service_accounts/service-account-goma-client.json", | |
216 "--goma-dir", | 214 "--goma-dir", |
217 "[BUILD]/goma", | 215 "[BUILD]/goma", |
218 "--ninja-ensure-up-to-date", | 216 "--ninja-ensure-up-to-date", |
219 "--", | 217 "--", |
220 "aura_builder" | 218 "aura_builder" |
221 ], | 219 ], |
222 "cwd": "[SLAVE_BUILD]", | 220 "cwd": "[SLAVE_BUILD]", |
223 "name": "compile", | 221 "name": "compile", |
224 "~followup_annotations": [ | 222 "~followup_annotations": [ |
225 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 223 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
(...skipping 22 matching lines...) Expand all Loading... |
248 ], | 246 ], |
249 "cwd": "[SLAVE_BUILD]", | 247 "cwd": "[SLAVE_BUILD]", |
250 "name": "package build" | 248 "name": "package build" |
251 }, | 249 }, |
252 { | 250 { |
253 "name": "$result", | 251 "name": "$result", |
254 "recipe_result": null, | 252 "recipe_result": null, |
255 "status_code": 0 | 253 "status_code": 0 |
256 } | 254 } |
257 ] | 255 ] |
OLD | NEW |