| 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.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Linux - vtunejit", | 10 "V8 Linux - vtunejit", |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 "--gsutil-py-path", | 258 "--gsutil-py-path", |
| 259 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 259 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 260 "--ninja-path", | 260 "--ninja-path", |
| 261 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 261 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 262 "--target", | 262 "--target", |
| 263 "Debug", | 263 "Debug", |
| 264 "--src-dir", | 264 "--src-dir", |
| 265 "[SLAVE_BUILD]/v8", | 265 "[SLAVE_BUILD]/v8", |
| 266 "--goma-cache-dir", | 266 "--goma-cache-dir", |
| 267 "[GOMA_CACHE]", | 267 "[GOMA_CACHE]", |
| 268 "--buildbot-buildername", |
| 269 "V8 Linux - vtunejit", |
| 270 "--buildbot-mastername", |
| 271 "client.v8", |
| 272 "--buildbot-slavename", |
| 273 "TestSlavename", |
| 268 "--compiler", | 274 "--compiler", |
| 269 "goma", | 275 "goma", |
| 270 "--goma-jsonstatus", | 276 "--goma-jsonstatus", |
| 271 "/path/to/tmp/json", | 277 "/path/to/tmp/json", |
| 272 "--goma-service-account-json-file", | 278 "--goma-service-account-json-file", |
| 273 "/creds/service_accounts/service-account-goma-client.json", | 279 "/creds/service_accounts/service-account-goma-client.json", |
| 274 "--goma-dir", | 280 "--goma-dir", |
| 275 "[CACHE]/cipd/goma", | 281 "[CACHE]/cipd/goma", |
| 276 "--" | 282 "--" |
| 277 ], | 283 ], |
| 278 "env": { | 284 "env": { |
| 279 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 285 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 280 }, | 286 }, |
| 281 "name": "compile", | 287 "name": "compile", |
| 282 "~followup_annotations": [ | 288 "~followup_annotations": [ |
| 283 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 289 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 284 "@@@STEP_LOG_END@json.output (invalid)@@@" | 290 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 285 ] | 291 ] |
| 286 }, | 292 }, |
| 287 { | 293 { |
| 288 "name": "$result", | 294 "name": "$result", |
| 289 "recipe_result": null, | 295 "recipe_result": null, |
| 290 "status_code": 0 | 296 "status_code": 0 |
| 291 } | 297 } |
| 292 ] | 298 ] |
| OLD | NEW |