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