| 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 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Chromium Windows Analyze", | 10 "Chromium Windows Analyze", |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 "--gsutil-py-path", | 170 "--gsutil-py-path", |
| 171 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 171 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 172 "--ninja-path", | 172 "--ninja-path", |
| 173 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 173 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 174 "--target", | 174 "--target", |
| 175 "Debug", | 175 "Debug", |
| 176 "--src-dir", | 176 "--src-dir", |
| 177 "[SLAVE_BUILD]\\src", | 177 "[SLAVE_BUILD]\\src", |
| 178 "--goma-cache-dir", | 178 "--goma-cache-dir", |
| 179 "[GOMA_CACHE]", | 179 "[GOMA_CACHE]", |
| 180 "--buildbot-buildername", | |
| 181 "Chromium Windows Analyze", | |
| 182 "--buildbot-mastername", | |
| 183 "chromium.fyi", | |
| 184 "--buildbot-slavename", | |
| 185 "TestSlavename", | |
| 186 "--", | 180 "--", |
| 187 "chrome" | 181 "chrome" |
| 188 ], | 182 ], |
| 189 "env": { | 183 "env": { |
| 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 184 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 191 }, | 185 }, |
| 192 "name": "compile" | 186 "name": "compile" |
| 193 }, | 187 }, |
| 194 { | 188 { |
| 195 "name": "$result", | 189 "name": "$result", |
| 196 "recipe_result": null, | 190 "recipe_result": null, |
| 197 "status_code": 0 | 191 "status_code": 0 |
| 198 } | 192 } |
| 199 ] | 193 ] |
| OLD | NEW |