| 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "--build-data-dir", | 283 "--build-data-dir", |
| 284 "[ROOT]/build_data_dir", | 284 "[ROOT]/build_data_dir", |
| 285 "--compiler", | 285 "--compiler", |
| 286 "goma-clang", | 286 "goma-clang", |
| 287 "--goma-jsonstatus", | 287 "--goma-jsonstatus", |
| 288 "/path/to/tmp/json", | 288 "/path/to/tmp/json", |
| 289 "--goma-service-account-json-file", |
| 290 "/creds/service_accounts/service-account-goma-client.json", |
| 289 "--goma-dir", | 291 "--goma-dir", |
| 290 "[CACHE]/cipd/goma", | 292 "[CACHE]/cipd/goma", |
| 291 "--", | 293 "--", |
| 292 "browser_tests", | 294 "browser_tests", |
| 293 "chromium_builder_webrtc", | 295 "chromium_builder_webrtc", |
| 294 "content_browsertests", | 296 "content_browsertests", |
| 295 "content_unittests", | 297 "content_unittests", |
| 296 "media_unittests", | 298 "media_unittests", |
| 297 "remoting_unittests" | 299 "remoting_unittests" |
| 298 ], | 300 ], |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 "~followup_annotations": [ | 358 "~followup_annotations": [ |
| 357 "@@@STEP_TEXT@Mac Tester@@@" | 359 "@@@STEP_TEXT@Mac Tester@@@" |
| 358 ] | 360 ] |
| 359 }, | 361 }, |
| 360 { | 362 { |
| 361 "name": "$result", | 363 "name": "$result", |
| 362 "recipe_result": null, | 364 "recipe_result": null, |
| 363 "status_code": 0 | 365 "status_code": 0 |
| 364 } | 366 } |
| 365 ] | 367 ] |
| OLD | NEW |