| 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 "--root", | 9 "--root", |
| 10 "v8", | 10 "v8", |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 { | 111 { |
| 112 "cmd": [ | 112 "cmd": [ |
| 113 "python", | 113 "python", |
| 114 "-u", | 114 "-u", |
| 115 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 115 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 116 "runhooks" | 116 "runhooks" |
| 117 ], | 117 ], |
| 118 "cwd": "[SLAVE_BUILD]/v8", | 118 "cwd": "[SLAVE_BUILD]/v8", |
| 119 "env": { | 119 "env": { |
| 120 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 120 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 121 "GYP_CHROMIUM_NO_ACTION": "0", |
| 121 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 use_go
ma=1 v8_target_arch=x64", | 122 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 use_go
ma=1 v8_target_arch=x64", |
| 122 "GYP_GENERATORS": "ninja,xcode-ninja", | 123 "GYP_GENERATORS": "ninja,xcode-ninja", |
| 123 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 124 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 124 }, | 125 }, |
| 125 "name": "gclient runhooks" | 126 "name": "gclient runhooks" |
| 126 }, | 127 }, |
| 127 { | 128 { |
| 128 "cmd": [ | 129 "cmd": [ |
| 129 "python", | 130 "python", |
| 130 "-u", | 131 "-u", |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 275 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 275 "@@@STEP_LOG_END@json.output (invalid)@@@" | 276 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 276 ] | 277 ] |
| 277 }, | 278 }, |
| 278 { | 279 { |
| 279 "name": "$result", | 280 "name": "$result", |
| 280 "recipe_result": null, | 281 "recipe_result": null, |
| 281 "status_code": 0 | 282 "status_code": 0 |
| 282 } | 283 } |
| 283 ] | 284 ] |
| OLD | NEW |