| 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 "iOS ARM64 Debug", | 10 "iOS ARM64 Debug", |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "--src-dir", | 100 "--src-dir", |
| 101 "[SLAVE_BUILD]/src", | 101 "[SLAVE_BUILD]/src", |
| 102 "--goma-cache-dir", | 102 "--goma-cache-dir", |
| 103 "[GOMA_CACHE]", | 103 "[GOMA_CACHE]", |
| 104 "--build-tool", | 104 "--build-tool", |
| 105 "ninja", | 105 "ninja", |
| 106 "--compiler", | 106 "--compiler", |
| 107 "goma-clang", | 107 "goma-clang", |
| 108 "--goma-jsonstatus", | 108 "--goma-jsonstatus", |
| 109 "/path/to/tmp/json", | 109 "/path/to/tmp/json", |
| 110 "--goma-service-account-json-file", |
| 111 "/creds/service_accounts/service-account-goma-client.json", |
| 110 "--goma-dir", | 112 "--goma-dir", |
| 111 "[BUILD]/goma", | 113 "[BUILD]/goma", |
| 112 "--", | 114 "--", |
| 113 "All" | 115 "All" |
| 114 ], | 116 ], |
| 115 "cwd": "[SLAVE_BUILD]", | 117 "cwd": "[SLAVE_BUILD]", |
| 116 "name": "compile", | 118 "name": "compile", |
| 117 "~followup_annotations": [ | 119 "~followup_annotations": [ |
| 118 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 120 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 119 "@@@STEP_LOG_END@json.output (invalid)@@@" | 121 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 120 ] | 122 ] |
| 121 }, | 123 }, |
| 122 { | 124 { |
| 123 "name": "$result", | 125 "name": "$result", |
| 124 "recipe_result": null, | 126 "recipe_result": null, |
| 125 "status_code": 0 | 127 "status_code": 0 |
| 126 } | 128 } |
| 127 ] | 129 ] |
| OLD | NEW |