| 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 "client.libyuv", | 8 "client.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux64 Release", | 10 "Linux64 Release", |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 "--src-dir", | 78 "--src-dir", |
| 79 "[SLAVE_BUILD]/src", | 79 "[SLAVE_BUILD]/src", |
| 80 "--goma-cache-dir", | 80 "--goma-cache-dir", |
| 81 "[GOMA_CACHE]", | 81 "[GOMA_CACHE]", |
| 82 "--build-tool", | 82 "--build-tool", |
| 83 "ninja", | 83 "ninja", |
| 84 "--compiler", | 84 "--compiler", |
| 85 "goma", | 85 "goma", |
| 86 "--goma-jsonstatus", | 86 "--goma-jsonstatus", |
| 87 "/path/to/tmp/json", | 87 "/path/to/tmp/json", |
| 88 "--goma-service-account-json-file", |
| 89 "/creds/service_accounts/service-account-goma-client.json", |
| 88 "--goma-dir", | 90 "--goma-dir", |
| 89 "[BUILD]/goma", | 91 "[BUILD]/goma", |
| 90 "--", | 92 "--", |
| 91 "All" | 93 "All" |
| 92 ], | 94 ], |
| 93 "cwd": "[SLAVE_BUILD]", | 95 "cwd": "[SLAVE_BUILD]", |
| 94 "name": "compile", | 96 "name": "compile", |
| 95 "~followup_annotations": [ | 97 "~followup_annotations": [ |
| 96 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 98 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 97 "@@@STEP_LOG_END@json.output (invalid)@@@" | 99 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 18 matching lines...) Expand all Loading... |
| 116 ], | 118 ], |
| 117 "cwd": "[SLAVE_BUILD]", | 119 "cwd": "[SLAVE_BUILD]", |
| 118 "name": "libyuv_unittest" | 120 "name": "libyuv_unittest" |
| 119 }, | 121 }, |
| 120 { | 122 { |
| 121 "name": "$result", | 123 "name": "$result", |
| 122 "recipe_result": null, | 124 "recipe_result": null, |
| 123 "status_code": 0 | 125 "status_code": 0 |
| 124 } | 126 } |
| 125 ] | 127 ] |
| OLD | NEW |