| 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", | |
| 267 "--goma-dir", | 265 "--goma-dir", |
| 268 "[CACHE]/cipd/goma", | 266 "[CACHE]/cipd/goma", |
| 269 "--", | 267 "--", |
| 270 "blink_tests", | 268 "blink_tests", |
| 271 "browser_tests" | 269 "browser_tests" |
| 272 ], | 270 ], |
| 273 "cwd": "[SLAVE_BUILD]", | 271 "cwd": "[SLAVE_BUILD]", |
| 274 "name": "compile", | 272 "name": "compile", |
| 275 "~followup_annotations": [ | 273 "~followup_annotations": [ |
| 276 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 274 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 301 ], | 299 ], |
| 302 "cwd": "[SLAVE_BUILD]", | 300 "cwd": "[SLAVE_BUILD]", |
| 303 "name": "print_preview_tests" | 301 "name": "print_preview_tests" |
| 304 }, | 302 }, |
| 305 { | 303 { |
| 306 "name": "$result", | 304 "name": "$result", |
| 307 "recipe_result": null, | 305 "recipe_result": null, |
| 308 "status_code": 0 | 306 "status_code": 0 |
| 309 } | 307 } |
| 310 ] | 308 ] |
| OLD | NEW |