| 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 "--src-dir", | 232 "--src-dir", |
| 233 "[SLAVE_BUILD]/src", | 233 "[SLAVE_BUILD]/src", |
| 234 "--goma-cache-dir", | 234 "--goma-cache-dir", |
| 235 "[GOMA_CACHE]", | 235 "[GOMA_CACHE]", |
| 236 "--buildbot-buildername", | 236 "--buildbot-buildername", |
| 237 "ClangToTLinuxASanLibfuzzer", | 237 "ClangToTLinuxASanLibfuzzer", |
| 238 "--buildbot-mastername", | 238 "--buildbot-mastername", |
| 239 "chromium.fyi", | 239 "chromium.fyi", |
| 240 "--buildbot-slavename", | 240 "--buildbot-slavename", |
| 241 "TestSlavename", | 241 "TestSlavename", |
| 242 "--goma-deps-cache-file", |
| 243 "ClangToTLinuxASanLibfuzzer.gomadeps", |
| 242 "--compiler", | 244 "--compiler", |
| 243 "goma-clang", | 245 "goma-clang", |
| 244 "--goma-jsonstatus", | 246 "--goma-jsonstatus", |
| 245 "/path/to/tmp/json", | 247 "/path/to/tmp/json", |
| 246 "--goma-service-account-json-file", | 248 "--goma-service-account-json-file", |
| 247 "/creds/service_accounts/service-account-goma-client.json", | 249 "/creds/service_accounts/service-account-goma-client.json", |
| 248 "--goma-dir", | 250 "--goma-dir", |
| 249 "[CACHE]/cipd/goma", | 251 "[CACHE]/cipd/goma", |
| 250 "--", | 252 "--", |
| 251 "empty_fuzzer" | 253 "empty_fuzzer" |
| (...skipping 14 matching lines...) Expand all Loading... |
| 266 "-runs=1" | 268 "-runs=1" |
| 267 ], | 269 ], |
| 268 "name": "running empty_fuzzer" | 270 "name": "running empty_fuzzer" |
| 269 }, | 271 }, |
| 270 { | 272 { |
| 271 "name": "$result", | 273 "name": "$result", |
| 272 "recipe_result": null, | 274 "recipe_result": null, |
| 273 "status_code": 0 | 275 "status_code": 0 |
| 274 } | 276 } |
| 275 ] | 277 ] |
| OLD | NEW |