| 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.fyi", | 8 "chromium.webrtc.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac Builder", | 10 "Mac Builder", |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 "--src-dir", | 277 "--src-dir", |
| 278 "[SLAVE_BUILD]/src", | 278 "[SLAVE_BUILD]/src", |
| 279 "--goma-cache-dir", | 279 "--goma-cache-dir", |
| 280 "[GOMA_CACHE]", | 280 "[GOMA_CACHE]", |
| 281 "--build-tool", | 281 "--build-tool", |
| 282 "ninja", | 282 "ninja", |
| 283 "--compiler", | 283 "--compiler", |
| 284 "goma-clang", | 284 "goma-clang", |
| 285 "--goma-jsonstatus", | 285 "--goma-jsonstatus", |
| 286 "/path/to/tmp/json", | 286 "/path/to/tmp/json", |
| 287 "--goma-service-account-json-file", | |
| 288 "/creds/service_accounts/service-account-goma-client.json", | |
| 289 "--goma-dir", | 287 "--goma-dir", |
| 290 "[CACHE]/cipd/goma", | 288 "[CACHE]/cipd/goma", |
| 291 "--", | 289 "--", |
| 292 "browser_tests", | 290 "browser_tests", |
| 293 "chromium_builder_webrtc", | 291 "chromium_builder_webrtc", |
| 294 "content_browsertests", | 292 "content_browsertests", |
| 295 "content_unittests", | 293 "content_unittests", |
| 296 "media_unittests", | 294 "media_unittests", |
| 297 "remoting_unittests" | 295 "remoting_unittests" |
| 298 ], | 296 ], |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 "~followup_annotations": [ | 354 "~followup_annotations": [ |
| 357 "@@@STEP_TEXT@Mac Tester@@@" | 355 "@@@STEP_TEXT@Mac Tester@@@" |
| 358 ] | 356 ] |
| 359 }, | 357 }, |
| 360 { | 358 { |
| 361 "name": "$result", | 359 "name": "$result", |
| 362 "recipe_result": null, | 360 "recipe_result": null, |
| 363 "status_code": 0 | 361 "status_code": 0 |
| 364 } | 362 } |
| 365 ] | 363 ] |
| OLD | NEW |