| 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "--build-data-dir", | 245 "--build-data-dir", |
| 246 "[ROOT]/build_data_dir", | 246 "[ROOT]/build_data_dir", |
| 247 "--compiler", | 247 "--compiler", |
| 248 "goma", | 248 "goma", |
| 249 "--goma-jsonstatus", | 249 "--goma-jsonstatus", |
| 250 "/path/to/tmp/json", | 250 "/path/to/tmp/json", |
| 251 "--goma-service-account-json-file", |
| 252 "/creds/service_accounts/service-account-goma-client.json", |
| 251 "--goma-dir", | 253 "--goma-dir", |
| 252 "[CACHE]/cipd/goma", | 254 "[CACHE]/cipd/goma", |
| 253 "--", | 255 "--", |
| 254 "all" | 256 "all" |
| 255 ], | 257 ], |
| 256 "cwd": "[SLAVE_BUILD]", | 258 "cwd": "[SLAVE_BUILD]", |
| 257 "name": "compile", | 259 "name": "compile", |
| 258 "~followup_annotations": [ | 260 "~followup_annotations": [ |
| 259 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 261 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 260 "@@@STEP_LOG_END@json.output (invalid)@@@" | 262 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 261 ] | 263 ] |
| 262 }, | 264 }, |
| 263 { | 265 { |
| 264 "name": "$result", | 266 "name": "$result", |
| 265 "recipe_result": null, | 267 "recipe_result": null, |
| 266 "status_code": 0 | 268 "status_code": 0 |
| 267 } | 269 } |
| 268 ] | 270 ] |
| OLD | NEW |