| 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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 "--src-dir", | 169 "--src-dir", |
| 170 "[SLAVE_BUILD]\\src", | 170 "[SLAVE_BUILD]\\src", |
| 171 "--goma-cache-dir", | 171 "--goma-cache-dir", |
| 172 "[GOMA_CACHE]", | 172 "[GOMA_CACHE]", |
| 173 "--buildbot-buildername", | 173 "--buildbot-buildername", |
| 174 "Chromium Windows Analyze", | 174 "Chromium Windows Analyze", |
| 175 "--buildbot-mastername", | 175 "--buildbot-mastername", |
| 176 "chromium.fyi", | 176 "chromium.fyi", |
| 177 "--buildbot-slavename", | 177 "--buildbot-slavename", |
| 178 "TestSlavename", | 178 "TestSlavename", |
| 179 "--goma-deps-cache-file", |
| 180 "Chromium_Windows_Analyze.gomadeps", |
| 179 "--", | 181 "--", |
| 180 "chrome" | 182 "chrome" |
| 181 ], | 183 ], |
| 182 "env": { | 184 "env": { |
| 183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 184 }, | 186 }, |
| 185 "name": "compile" | 187 "name": "compile" |
| 186 }, | 188 }, |
| 187 { | 189 { |
| 188 "name": "$result", | 190 "name": "$result", |
| 189 "recipe_result": null, | 191 "recipe_result": null, |
| 190 "status_code": 0 | 192 "status_code": 0 |
| 191 } | 193 } |
| 192 ] | 194 ] |
| OLD | NEW |