| 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 "chromium.infra.cron", | 8 "chromium.infra.cron", |
| 9 "--builder", | 9 "--builder", |
| 10 "ChromiumOS Codesearch Builder", | 10 "ChromiumOS Codesearch Builder", |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 "--gsutil-py-path", | 196 "--gsutil-py-path", |
| 197 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 197 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 198 "--ninja-path", | 198 "--ninja-path", |
| 199 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 199 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 200 "--target", | 200 "--target", |
| 201 "Debug", | 201 "Debug", |
| 202 "--src-dir", | 202 "--src-dir", |
| 203 "[SLAVE_BUILD]/src", | 203 "[SLAVE_BUILD]/src", |
| 204 "--goma-cache-dir", | 204 "--goma-cache-dir", |
| 205 "[GOMA_CACHE]", | 205 "[GOMA_CACHE]", |
| 206 "--buildbot-buildername", |
| 207 "ChromiumOS Codesearch Builder", |
| 208 "--buildbot-mastername", |
| 209 "chromium.infra.cron", |
| 210 "--buildbot-slavename", |
| 211 "TestSlavename", |
| 206 "--build-args", | 212 "--build-args", |
| 207 "-k 0", | 213 "-k 0", |
| 208 "--compiler", | 214 "--compiler", |
| 209 "goma-clang", | 215 "goma-clang", |
| 210 "--goma-jsonstatus", | 216 "--goma-jsonstatus", |
| 211 "/path/to/tmp/json", | 217 "/path/to/tmp/json", |
| 212 "--goma-service-account-json-file", | 218 "--goma-service-account-json-file", |
| 213 "/creds/service_accounts/service-account-goma-client.json", | 219 "/creds/service_accounts/service-account-goma-client.json", |
| 214 "--goma-dir", | 220 "--goma-dir", |
| 215 "[BUILD]/goma", | 221 "[BUILD]/goma", |
| 216 "--", | 222 "--", |
| 217 "All" | 223 "All" |
| 218 ], | 224 ], |
| 219 "env": { | 225 "env": { |
| 220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 226 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 221 }, | 227 }, |
| 222 "name": "compile", | 228 "name": "compile", |
| 223 "~followup_annotations": [ | 229 "~followup_annotations": [ |
| 224 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 230 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 225 "@@@STEP_LOG_END@json.output (invalid)@@@" | 231 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 226 ] | 232 ] |
| 227 }, | 233 }, |
| 228 { | 234 { |
| 229 "name": "$result", | 235 "name": "$result", |
| 230 "recipe_result": null, | 236 "recipe_result": null, |
| 231 "status_code": 0 | 237 "status_code": 0 |
| 232 } | 238 } |
| 233 ] | 239 ] |
| OLD | NEW |