| 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 "ClangToTLinuxAsanLibfuzzer", | 10 "ClangToTLinuxAsanLibfuzzer", |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 "--gsutil-py-path", | 173 "--gsutil-py-path", |
| 174 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 174 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 175 "--ninja-path", | 175 "--ninja-path", |
| 176 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 176 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 177 "--target", | 177 "--target", |
| 178 "Release", | 178 "Release", |
| 179 "--src-dir", | 179 "--src-dir", |
| 180 "[SLAVE_BUILD]/src", | 180 "[SLAVE_BUILD]/src", |
| 181 "--goma-cache-dir", | 181 "--goma-cache-dir", |
| 182 "[GOMA_CACHE]", | 182 "[GOMA_CACHE]", |
| 183 "--buildbot-buildername", |
| 184 "ClangToTLinuxAsanLibfuzzer", |
| 185 "--buildbot-mastername", |
| 186 "chromium.fyi", |
| 187 "--buildbot-slavename", |
| 188 "TestSlavename", |
| 183 "--compiler", | 189 "--compiler", |
| 184 "goma-clang", | 190 "goma-clang", |
| 185 "--goma-jsonstatus", | 191 "--goma-jsonstatus", |
| 186 "/path/to/tmp/json", | 192 "/path/to/tmp/json", |
| 187 "--goma-service-account-json-file", | 193 "--goma-service-account-json-file", |
| 188 "/creds/service_accounts/service-account-goma-client.json", | 194 "/creds/service_accounts/service-account-goma-client.json", |
| 189 "--goma-dir", | 195 "--goma-dir", |
| 190 "[BUILD]/goma", | 196 "[BUILD]/goma", |
| 191 "--", | 197 "--", |
| 192 "empty_fuzzer" | 198 "empty_fuzzer" |
| (...skipping 13 matching lines...) Expand all Loading... |
| 206 "-runs=1" | 212 "-runs=1" |
| 207 ], | 213 ], |
| 208 "name": "running empty_fuzzer" | 214 "name": "running empty_fuzzer" |
| 209 }, | 215 }, |
| 210 { | 216 { |
| 211 "name": "$result", | 217 "name": "$result", |
| 212 "recipe_result": null, | 218 "recipe_result": null, |
| 213 "status_code": 0 | 219 "status_code": 0 |
| 214 } | 220 } |
| 215 ] | 221 ] |
| OLD | NEW |