| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 { | 53 { |
| 54 "cmd": [ | 54 "cmd": [ |
| 55 "python", | 55 "python", |
| 56 "-u", | 56 "-u", |
| 57 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 57 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 58 "runhooks" | 58 "runhooks" |
| 59 ], | 59 ], |
| 60 "cwd": "[SLAVE_BUILD]/v8", | 60 "cwd": "[SLAVE_BUILD]/v8", |
| 61 "env": { | 61 "env": { |
| 62 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 62 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 63 "GYP_CHROMIUM_NO_ACTION": "0", |
| 63 "GYP_DEFINES": "target_arch=ia32 v8_target_arch=ia32", | 64 "GYP_DEFINES": "target_arch=ia32 v8_target_arch=ia32", |
| 64 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 65 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 65 }, | 66 }, |
| 66 "name": "gclient runhooks" | 67 "name": "gclient runhooks" |
| 67 }, | 68 }, |
| 68 { | 69 { |
| 69 "cmd": [ | 70 "cmd": [ |
| 70 "python", | 71 "python", |
| 71 "-u", | 72 "-u", |
| 72 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 73 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 ], | 127 ], |
| 127 "cwd": "[SLAVE_BUILD]/v8", | 128 "cwd": "[SLAVE_BUILD]/v8", |
| 128 "name": "Presubmit" | 129 "name": "Presubmit" |
| 129 }, | 130 }, |
| 130 { | 131 { |
| 131 "name": "$result", | 132 "name": "$result", |
| 132 "recipe_result": null, | 133 "recipe_result": null, |
| 133 "status_code": 0 | 134 "status_code": 0 |
| 134 } | 135 } |
| 135 ] | 136 ] |
| OLD | NEW |