| 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': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "src", | 10 "src", |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 "--src-dir", | 129 "--src-dir", |
| 130 "[SLAVE_BUILD]/src", | 130 "[SLAVE_BUILD]/src", |
| 131 "--goma-cache-dir", | 131 "--goma-cache-dir", |
| 132 "[GOMA_CACHE]", | 132 "[GOMA_CACHE]", |
| 133 "--buildbot-buildername", | 133 "--buildbot-buildername", |
| 134 "closure_compilation", | 134 "closure_compilation", |
| 135 "--buildbot-mastername", | 135 "--buildbot-mastername", |
| 136 "tryserver.chromium.linux", | 136 "tryserver.chromium.linux", |
| 137 "--buildbot-slavename", | 137 "--buildbot-slavename", |
| 138 "TestSlavename", | 138 "TestSlavename", |
| 139 "--goma-deps-cache-file", |
| 140 "closure_compilation.gomadeps", |
| 139 "--" | 141 "--" |
| 140 ], | 142 ], |
| 141 "env": { | 143 "env": { |
| 142 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 144 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 143 }, | 145 }, |
| 144 "name": "compile" | 146 "name": "compile" |
| 145 }, | 147 }, |
| 146 { | 148 { |
| 147 "cmd": [ | 149 "cmd": [ |
| 148 "[SLAVE_BUILD]/src/build/gyp_chromium", | 150 "[SLAVE_BUILD]/src/build/gyp_chromium", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 167 "--src-dir", | 169 "--src-dir", |
| 168 "[SLAVE_BUILD]/src", | 170 "[SLAVE_BUILD]/src", |
| 169 "--goma-cache-dir", | 171 "--goma-cache-dir", |
| 170 "[GOMA_CACHE]", | 172 "[GOMA_CACHE]", |
| 171 "--buildbot-buildername", | 173 "--buildbot-buildername", |
| 172 "closure_compilation", | 174 "closure_compilation", |
| 173 "--buildbot-mastername", | 175 "--buildbot-mastername", |
| 174 "tryserver.chromium.linux", | 176 "tryserver.chromium.linux", |
| 175 "--buildbot-slavename", | 177 "--buildbot-slavename", |
| 176 "TestSlavename", | 178 "TestSlavename", |
| 179 "--goma-deps-cache-file", |
| 180 "closure_compilation.gomadeps", |
| 177 "--" | 181 "--" |
| 178 ], | 182 ], |
| 179 "env": { | 183 "env": { |
| 180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 184 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 181 }, | 185 }, |
| 182 "name": "compile_v2" | 186 "name": "compile_v2" |
| 183 }, | 187 }, |
| 184 { | 188 { |
| 185 "name": "$result", | 189 "name": "$result", |
| 186 "recipe_result": null, | 190 "recipe_result": null, |
| 187 "status_code": 0 | 191 "status_code": 0 |
| 188 } | 192 } |
| 189 ] | 193 ] |
| OLD | NEW |