| 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 (GN)", | 10 "Linux64 Release (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 "Release", | 149 "Release", |
| 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 Release (GN)", | |
| 156 "--buildbot-mastername", | |
| 157 "client.libyuv", | |
| 158 "--buildbot-slavename", | |
| 159 "slavename", | |
| 160 "--compiler", | 154 "--compiler", |
| 161 "goma", | 155 "goma", |
| 162 "--goma-jsonstatus", | 156 "--goma-jsonstatus", |
| 163 "/path/to/tmp/json", | 157 "/path/to/tmp/json", |
| 164 "--goma-service-account-json-file", | 158 "--goma-service-account-json-file", |
| 165 "/creds/service_accounts/service-account-goma-client.json", | 159 "/creds/service_accounts/service-account-goma-client.json", |
| 166 "--goma-dir", | 160 "--goma-dir", |
| 167 "[CACHE]/cipd/goma", | 161 "[CACHE]/cipd/goma", |
| 168 "--", | 162 "--", |
| 169 "all" | 163 "all" |
| 170 ], | 164 ], |
| 171 "env": { | 165 "env": { |
| 172 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 166 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 173 }, | 167 }, |
| 174 "name": "compile", | 168 "name": "compile", |
| 175 "~followup_annotations": [ | 169 "~followup_annotations": [ |
| 176 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 170 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 177 "@@@STEP_LOG_END@json.output (invalid)@@@" | 171 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 178 ] | 172 ] |
| 179 }, | 173 }, |
| 180 { | 174 { |
| 181 "name": "$result", | 175 "name": "$result", |
| 182 "recipe_result": null, | 176 "recipe_result": null, |
| 183 "status_code": 0 | 177 "status_code": 0 |
| 184 } | 178 } |
| 185 ] | 179 ] |
| OLD | NEW |