| 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 Debug (GN)", | 10 "Linux64 Debug (GN)", |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 "--src-dir", | 92 "--src-dir", |
| 93 "[SLAVE_BUILD]/src", | 93 "[SLAVE_BUILD]/src", |
| 94 "--goma-cache-dir", | 94 "--goma-cache-dir", |
| 95 "[GOMA_CACHE]", | 95 "[GOMA_CACHE]", |
| 96 "--build-tool", | 96 "--build-tool", |
| 97 "ninja", | 97 "ninja", |
| 98 "--compiler", | 98 "--compiler", |
| 99 "goma", | 99 "goma", |
| 100 "--goma-jsonstatus", | 100 "--goma-jsonstatus", |
| 101 "/path/to/tmp/json", | 101 "/path/to/tmp/json", |
| 102 "--goma-service-account-json-file", |
| 103 "/creds/service_accounts/service-account-goma-client.json", |
| 102 "--goma-dir", | 104 "--goma-dir", |
| 103 "[BUILD]/goma", | 105 "[BUILD]/goma", |
| 104 "--", | 106 "--", |
| 105 "all" | 107 "all" |
| 106 ], | 108 ], |
| 107 "cwd": "[SLAVE_BUILD]", | 109 "cwd": "[SLAVE_BUILD]", |
| 108 "name": "compile", | 110 "name": "compile", |
| 109 "~followup_annotations": [ | 111 "~followup_annotations": [ |
| 110 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 112 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 111 "@@@STEP_LOG_END@json.output (invalid)@@@" | 113 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 112 ] | 114 ] |
| 113 }, | 115 }, |
| 114 { | 116 { |
| 115 "name": "$result", | 117 "name": "$result", |
| 116 "recipe_result": null, | 118 "recipe_result": null, |
| 117 "status_code": 0 | 119 "status_code": 0 |
| 118 } | 120 } |
| 119 ] | 121 ] |
| OLD | NEW |