| 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 "ChromiumPractice", | 10 "ChromiumPractice", |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 "--src-dir", | 235 "--src-dir", |
| 236 "[SLAVE_BUILD]/src", | 236 "[SLAVE_BUILD]/src", |
| 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 "--compiler", | 241 "--compiler", |
| 242 "goma", | 242 "goma", |
| 243 "--goma-jsonstatus", | 243 "--goma-jsonstatus", |
| 244 "/path/to/tmp/json", | 244 "/path/to/tmp/json", |
| 245 "--goma-service-account-json-file", |
| 246 "/creds/service_accounts/service-account-goma-client.json", |
| 245 "--goma-dir", | 247 "--goma-dir", |
| 246 "[BUILD]/goma", | 248 "[BUILD]/goma", |
| 247 "--", | 249 "--", |
| 248 "blink_tests" | 250 "blink_tests" |
| 249 ], | 251 ], |
| 250 "cwd": "[SLAVE_BUILD]", | 252 "cwd": "[SLAVE_BUILD]", |
| 251 "name": "compile", | 253 "name": "compile", |
| 252 "~followup_annotations": [ | 254 "~followup_annotations": [ |
| 253 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 255 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 254 "@@@STEP_LOG_END@json.output (invalid)@@@" | 256 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 "~followup_annotations": [ | 305 "~followup_annotations": [ |
| 304 "@@@STEP_TEXT@ChromiumPracticeTester@@@" | 306 "@@@STEP_TEXT@ChromiumPracticeTester@@@" |
| 305 ] | 307 ] |
| 306 }, | 308 }, |
| 307 { | 309 { |
| 308 "name": "$result", | 310 "name": "$result", |
| 309 "recipe_result": null, | 311 "recipe_result": null, |
| 310 "status_code": 0 | 312 "status_code": 0 |
| 311 } | 313 } |
| 312 ] | 314 ] |
| OLD | NEW |