| 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 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_libfuzzer_rel", | 10 "linux_libfuzzer_rel", |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 "--gsutil-py-path", | 181 "--gsutil-py-path", |
| 182 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 182 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 183 "--ninja-path", | 183 "--ninja-path", |
| 184 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 184 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 185 "--target", | 185 "--target", |
| 186 "Release", | 186 "Release", |
| 187 "--src-dir", | 187 "--src-dir", |
| 188 "[SLAVE_BUILD]/src", | 188 "[SLAVE_BUILD]/src", |
| 189 "--goma-cache-dir", | 189 "--goma-cache-dir", |
| 190 "[GOMA_CACHE]", | 190 "[GOMA_CACHE]", |
| 191 "--buildbot-buildername", | |
| 192 "linux_libfuzzer_rel", | |
| 193 "--buildbot-mastername", | |
| 194 "tryserver.webrtc", | |
| 195 "--buildbot-slavename", | |
| 196 "TestSlavename", | |
| 197 "--compiler", | 191 "--compiler", |
| 198 "goma", | 192 "goma", |
| 199 "--goma-jsonstatus", | 193 "--goma-jsonstatus", |
| 200 "/path/to/tmp/json", | 194 "/path/to/tmp/json", |
| 201 "--goma-service-account-json-file", | 195 "--goma-service-account-json-file", |
| 202 "/creds/service_accounts/service-account-goma-client.json", | 196 "/creds/service_accounts/service-account-goma-client.json", |
| 203 "--goma-dir", | 197 "--goma-dir", |
| 204 "[CACHE]/cipd/goma", | 198 "[CACHE]/cipd/goma", |
| 205 "--goma-fail-fast", | 199 "--goma-fail-fast", |
| 206 "--goma-disable-local-fallback", | 200 "--goma-disable-local-fallback", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 217 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 211 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 218 "@@@STEP_LOG_END@json.output (invalid)@@@" | 212 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 219 ] | 213 ] |
| 220 }, | 214 }, |
| 221 { | 215 { |
| 222 "name": "$result", | 216 "name": "$result", |
| 223 "recipe_result": null, | 217 "recipe_result": null, |
| 224 "status_code": 0 | 218 "status_code": 0 |
| 225 } | 219 } |
| 226 ] | 220 ] |
| OLD | NEW |