| 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "--build-data-dir", | 257 "--build-data-dir", |
| 258 "[ROOT]/build_data_dir", | 258 "[ROOT]/build_data_dir", |
| 259 "--compiler", | 259 "--compiler", |
| 260 "goma", | 260 "goma", |
| 261 "--goma-jsonstatus", | 261 "--goma-jsonstatus", |
| 262 "/path/to/tmp/json", | 262 "/path/to/tmp/json", |
| 263 "--goma-service-account-json-file", |
| 264 "/creds/service_accounts/service-account-goma-client.json", |
| 263 "--goma-dir", | 265 "--goma-dir", |
| 264 "[CACHE]/cipd/goma", | 266 "[CACHE]/cipd/goma", |
| 265 "--", | 267 "--", |
| 266 "browser_tests", | 268 "browser_tests", |
| 267 "chromium_builder_webrtc", | 269 "chromium_builder_webrtc", |
| 268 "content_browsertests", | 270 "content_browsertests", |
| 269 "content_unittests", | 271 "content_unittests", |
| 270 "media_unittests", | 272 "media_unittests", |
| 271 "remoting_unittests" | 273 "remoting_unittests" |
| 272 ], | 274 ], |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 "~followup_annotations": [ | 332 "~followup_annotations": [ |
| 331 "@@@STEP_TEXT@Linux Tester@@@" | 333 "@@@STEP_TEXT@Linux Tester@@@" |
| 332 ] | 334 ] |
| 333 }, | 335 }, |
| 334 { | 336 { |
| 335 "name": "$result", | 337 "name": "$result", |
| 336 "recipe_result": null, | 338 "recipe_result": null, |
| 337 "status_code": 0 | 339 "status_code": 0 |
| 338 } | 340 } |
| 339 ] | 341 ] |
| OLD | NEW |