| 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 "--spec", | 7 "--spec", |
| 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "v8", | 10 "v8", |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 "--src-dir", | 258 "--src-dir", |
| 259 "[SLAVE_BUILD]/v8", | 259 "[SLAVE_BUILD]/v8", |
| 260 "--goma-cache-dir", | 260 "--goma-cache-dir", |
| 261 "[GOMA_CACHE]", | 261 "[GOMA_CACHE]", |
| 262 "--buildbot-buildername", | 262 "--buildbot-buildername", |
| 263 "V8 Linux - vtunejit", | 263 "V8 Linux - vtunejit", |
| 264 "--buildbot-mastername", | 264 "--buildbot-mastername", |
| 265 "client.v8", | 265 "client.v8", |
| 266 "--buildbot-slavename", | 266 "--buildbot-slavename", |
| 267 "TestSlavename", | 267 "TestSlavename", |
| 268 "--goma-deps-cache-file", |
| 269 "V8_Linux___vtunejit.gomadeps", |
| 268 "--compiler", | 270 "--compiler", |
| 269 "goma", | 271 "goma", |
| 270 "--goma-jsonstatus", | 272 "--goma-jsonstatus", |
| 271 "/path/to/tmp/json", | 273 "/path/to/tmp/json", |
| 272 "--goma-service-account-json-file", | 274 "--goma-service-account-json-file", |
| 273 "/creds/service_accounts/service-account-goma-client.json", | 275 "/creds/service_accounts/service-account-goma-client.json", |
| 274 "--goma-dir", | 276 "--goma-dir", |
| 275 "[CACHE]/cipd/goma", | 277 "[CACHE]/cipd/goma", |
| 276 "--" | 278 "--" |
| 277 ], | 279 ], |
| 278 "env": { | 280 "env": { |
| 279 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 281 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 280 }, | 282 }, |
| 281 "name": "compile", | 283 "name": "compile", |
| 282 "~followup_annotations": [ | 284 "~followup_annotations": [ |
| 283 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 285 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 284 "@@@STEP_LOG_END@json.output (invalid)@@@" | 286 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 285 ] | 287 ] |
| 286 }, | 288 }, |
| 287 { | 289 { |
| 288 "name": "$result", | 290 "name": "$result", |
| 289 "recipe_result": null, | 291 "recipe_result": null, |
| 290 "status_code": 0 | 292 "status_code": 0 |
| 291 } | 293 } |
| 292 ] | 294 ] |
| OLD | NEW |