| 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 "--gsutil-py-path", | 144 "--gsutil-py-path", |
| 145 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 145 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 146 "--ninja-path", | 146 "--ninja-path", |
| 147 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 147 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 148 "--target", | 148 "--target", |
| 149 "Debug", | 149 "Debug", |
| 150 "--src-dir", | 150 "--src-dir", |
| 151 "[SLAVE_BUILD]/src", | 151 "[SLAVE_BUILD]/src", |
| 152 "--goma-cache-dir", | 152 "--goma-cache-dir", |
| 153 "[GOMA_CACHE]", | 153 "[GOMA_CACHE]", |
| 154 "--buildbot-buildername", |
| 155 "Linux64 Debug (GN)", |
| 156 "--buildbot-mastername", |
| 157 "client.libyuv", |
| 158 "--buildbot-slavename", |
| 159 "slavename", |
| 154 "--compiler", | 160 "--compiler", |
| 155 "goma", | 161 "goma", |
| 156 "--goma-jsonstatus", | 162 "--goma-jsonstatus", |
| 157 "/path/to/tmp/json", | 163 "/path/to/tmp/json", |
| 158 "--goma-service-account-json-file", | 164 "--goma-service-account-json-file", |
| 159 "/creds/service_accounts/service-account-goma-client.json", | 165 "/creds/service_accounts/service-account-goma-client.json", |
| 160 "--goma-dir", | 166 "--goma-dir", |
| 161 "[CACHE]/cipd/goma", | 167 "[CACHE]/cipd/goma", |
| 162 "--", | 168 "--", |
| 163 "all" | 169 "all" |
| 164 ], | 170 ], |
| 165 "env": { | 171 "env": { |
| 166 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 172 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 167 }, | 173 }, |
| 168 "name": "compile", | 174 "name": "compile", |
| 169 "~followup_annotations": [ | 175 "~followup_annotations": [ |
| 170 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 176 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 171 "@@@STEP_LOG_END@json.output (invalid)@@@" | 177 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 172 ] | 178 ] |
| 173 }, | 179 }, |
| 174 { | 180 { |
| 175 "name": "$result", | 181 "name": "$result", |
| 176 "recipe_result": null, | 182 "recipe_result": null, |
| 177 "status_code": 0 | 183 "status_code": 0 |
| 178 } | 184 } |
| 179 ] | 185 ] |
| OLD | NEW |