| 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", |
| 180 "--", | 186 "--", |
| 181 "chrome" | 187 "chrome" |
| 182 ], | 188 ], |
| 183 "env": { | 189 "env": { |
| 184 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 185 }, | 191 }, |
| 186 "name": "compile" | 192 "name": "compile" |
| 187 }, | 193 }, |
| 188 { | 194 { |
| 189 "name": "$result", | 195 "name": "$result", |
| 190 "recipe_result": null, | 196 "recipe_result": null, |
| 191 "status_code": 0 | 197 "status_code": 0 |
| 192 } | 198 } |
| 193 ] | 199 ] |
| OLD | NEW |