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