| 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 "Mac Builder", | 10 "Mac Builder", |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 "--goma-cache-dir", | 273 "--goma-cache-dir", |
| 274 "[GOMA_CACHE]", | 274 "[GOMA_CACHE]", |
| 275 "--build-tool", | 275 "--build-tool", |
| 276 "ninja", | 276 "ninja", |
| 277 "--build-data-dir", | 277 "--build-data-dir", |
| 278 "[ROOT]/build_data_dir", | 278 "[ROOT]/build_data_dir", |
| 279 "--compiler", | 279 "--compiler", |
| 280 "goma-clang", | 280 "goma-clang", |
| 281 "--goma-jsonstatus", | 281 "--goma-jsonstatus", |
| 282 "/path/to/tmp/json", | 282 "/path/to/tmp/json", |
| 283 "--goma-service-account-json-file", |
| 284 "/creds/service_accounts/service-account-goma-client.json", |
| 283 "--goma-dir", | 285 "--goma-dir", |
| 284 "[CACHE]/cipd/goma", | 286 "[CACHE]/cipd/goma", |
| 285 "--", | 287 "--", |
| 286 "browser_tests", | 288 "browser_tests", |
| 287 "chromium_builder_webrtc", | 289 "chromium_builder_webrtc", |
| 288 "content_browsertests", | 290 "content_browsertests", |
| 289 "content_unittests", | 291 "content_unittests", |
| 290 "media_unittests", | 292 "media_unittests", |
| 291 "remoting_unittests" | 293 "remoting_unittests" |
| 292 ], | 294 ], |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 "~followup_annotations": [ | 352 "~followup_annotations": [ |
| 351 "@@@STEP_TEXT@Mac Tester@@@" | 353 "@@@STEP_TEXT@Mac Tester@@@" |
| 352 ] | 354 ] |
| 353 }, | 355 }, |
| 354 { | 356 { |
| 355 "name": "$result", | 357 "name": "$result", |
| 356 "recipe_result": null, | 358 "recipe_result": null, |
| 357 "status_code": 0 | 359 "status_code": 0 |
| 358 } | 360 } |
| 359 ] | 361 ] |
| OLD | NEW |