| 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 "Print Preview Mac", | 10 "Print Preview Mac", |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 "--src-dir", | 255 "--src-dir", |
| 256 "[SLAVE_BUILD]/src", | 256 "[SLAVE_BUILD]/src", |
| 257 "--goma-cache-dir", | 257 "--goma-cache-dir", |
| 258 "[GOMA_CACHE]", | 258 "[GOMA_CACHE]", |
| 259 "--build-tool", | 259 "--build-tool", |
| 260 "ninja", | 260 "ninja", |
| 261 "--compiler", | 261 "--compiler", |
| 262 "goma-clang", | 262 "goma-clang", |
| 263 "--goma-jsonstatus", | 263 "--goma-jsonstatus", |
| 264 "/path/to/tmp/json", | 264 "/path/to/tmp/json", |
| 265 "--goma-service-account-json-file", |
| 266 "/creds/service_accounts/service-account-goma-client.json", |
| 265 "--goma-dir", | 267 "--goma-dir", |
| 266 "[BUILD]/goma", | 268 "[BUILD]/goma", |
| 267 "--", | 269 "--", |
| 268 "blink_tests", | 270 "blink_tests", |
| 269 "browser_tests" | 271 "browser_tests" |
| 270 ], | 272 ], |
| 271 "cwd": "[SLAVE_BUILD]", | 273 "cwd": "[SLAVE_BUILD]", |
| 272 "name": "compile", | 274 "name": "compile", |
| 273 "~followup_annotations": [ | 275 "~followup_annotations": [ |
| 274 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 276 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 299 ], | 301 ], |
| 300 "cwd": "[SLAVE_BUILD]", | 302 "cwd": "[SLAVE_BUILD]", |
| 301 "name": "print_preview_tests" | 303 "name": "print_preview_tests" |
| 302 }, | 304 }, |
| 303 { | 305 { |
| 304 "name": "$result", | 306 "name": "$result", |
| 305 "recipe_result": null, | 307 "recipe_result": null, |
| 306 "status_code": 0 | 308 "status_code": 0 |
| 307 } | 309 } |
| 308 ] | 310 ] |
| OLD | NEW |