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