| 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.webrtc", | 8 "chromium.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Builder", | 10 "Linux Builder", |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 "--src-dir", | 251 "--src-dir", |
| 252 "[SLAVE_BUILD]/src", | 252 "[SLAVE_BUILD]/src", |
| 253 "--goma-cache-dir", | 253 "--goma-cache-dir", |
| 254 "[GOMA_CACHE]", | 254 "[GOMA_CACHE]", |
| 255 "--build-tool", | 255 "--build-tool", |
| 256 "ninja", | 256 "ninja", |
| 257 "--compiler", | 257 "--compiler", |
| 258 "goma", | 258 "goma", |
| 259 "--goma-jsonstatus", | 259 "--goma-jsonstatus", |
| 260 "/path/to/tmp/json", | 260 "/path/to/tmp/json", |
| 261 "--goma-service-account-json-file", |
| 262 "/creds/service_accounts/service-account-goma-client.json", |
| 261 "--goma-dir", | 263 "--goma-dir", |
| 262 "[BUILD]/goma", | 264 "[BUILD]/goma", |
| 263 "--", | 265 "--", |
| 264 "browser_tests", | 266 "browser_tests", |
| 265 "chromium_builder_webrtc", | 267 "chromium_builder_webrtc", |
| 266 "content_browsertests", | 268 "content_browsertests", |
| 267 "content_unittests", | 269 "content_unittests", |
| 268 "media_unittests", | 270 "media_unittests", |
| 269 "remoting_unittests" | 271 "remoting_unittests" |
| 270 ], | 272 ], |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 "~followup_annotations": [ | 330 "~followup_annotations": [ |
| 329 "@@@STEP_TEXT@Linux Tester@@@" | 331 "@@@STEP_TEXT@Linux Tester@@@" |
| 330 ] | 332 ] |
| 331 }, | 333 }, |
| 332 { | 334 { |
| 333 "name": "$result", | 335 "name": "$result", |
| 334 "recipe_result": null, | 336 "recipe_result": null, |
| 335 "status_code": 0 | 337 "status_code": 0 |
| 336 } | 338 } |
| 337 ] | 339 ] |
| OLD | NEW |