| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux V8 API Stability", | 10 "Linux V8 API Stability", |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 "--src-dir", | 239 "--src-dir", |
| 240 "[SLAVE_BUILD]/src", | 240 "[SLAVE_BUILD]/src", |
| 241 "--goma-cache-dir", | 241 "--goma-cache-dir", |
| 242 "[GOMA_CACHE]", | 242 "[GOMA_CACHE]", |
| 243 "--build-tool", | 243 "--build-tool", |
| 244 "ninja", | 244 "ninja", |
| 245 "--compiler", | 245 "--compiler", |
| 246 "goma", | 246 "goma", |
| 247 "--goma-jsonstatus", | 247 "--goma-jsonstatus", |
| 248 "/path/to/tmp/json", | 248 "/path/to/tmp/json", |
| 249 "--goma-service-account-json-file", |
| 250 "/creds/service_accounts/service-account-goma-client.json", |
| 249 "--goma-dir", | 251 "--goma-dir", |
| 250 "[BUILD]/goma", | 252 "[BUILD]/goma", |
| 251 "--", | 253 "--", |
| 252 "all" | 254 "all" |
| 253 ], | 255 ], |
| 254 "cwd": "[SLAVE_BUILD]", | 256 "cwd": "[SLAVE_BUILD]", |
| 255 "name": "compile", | 257 "name": "compile", |
| 256 "~followup_annotations": [ | 258 "~followup_annotations": [ |
| 257 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 259 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 258 "@@@STEP_LOG_END@json.output (invalid)@@@" | 260 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 259 ] | 261 ] |
| 260 }, | 262 }, |
| 261 { | 263 { |
| 262 "name": "$result", | 264 "name": "$result", |
| 263 "recipe_result": null, | 265 "recipe_result": null, |
| 264 "status_code": 0 | 266 "status_code": 0 |
| 265 } | 267 } |
| 266 ] | 268 ] |
| OLD | NEW |