| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Cloud Tests", | 10 "Android Cloud Tests", |
| (...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 "--gsutil-py-path", | 317 "--gsutil-py-path", |
| 318 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 318 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 319 "--ninja-path", | 319 "--ninja-path", |
| 320 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 320 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 321 "--target", | 321 "--target", |
| 322 "Release", | 322 "Release", |
| 323 "--src-dir", | 323 "--src-dir", |
| 324 "[SLAVE_BUILD]/src", | 324 "[SLAVE_BUILD]/src", |
| 325 "--goma-cache-dir", | 325 "--goma-cache-dir", |
| 326 "[GOMA_CACHE]", | 326 "[GOMA_CACHE]", |
| 327 "--build-tool", | |
| 328 "ninja", | |
| 329 "--compiler", | 327 "--compiler", |
| 330 "goma", | 328 "goma", |
| 331 "--goma-jsonstatus", | 329 "--goma-jsonstatus", |
| 332 "/path/to/tmp/json", | 330 "/path/to/tmp/json", |
| 333 "--goma-service-account-json-file", | 331 "--goma-service-account-json-file", |
| 334 "/creds/service_accounts/service-account-goma-client.json", | 332 "/creds/service_accounts/service-account-goma-client.json", |
| 335 "--goma-dir", | 333 "--goma-dir", |
| 336 "[CACHE]/cipd/goma", | 334 "[CACHE]/cipd/goma", |
| 337 "--", | 335 "--", |
| 338 "chrome_public_test_apk" | 336 "chrome_public_test_apk" |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 589 "@@@STEP_LOG_END@python.inline@@@" | 587 "@@@STEP_LOG_END@python.inline@@@" |
| 590 ] | 588 ] |
| 591 }, | 589 }, |
| 592 { | 590 { |
| 593 "name": "$result", | 591 "name": "$result", |
| 594 "reason": "1 tests failed: ['ChromePublicTest']", | 592 "reason": "1 tests failed: ['ChromePublicTest']", |
| 595 "recipe_result": null, | 593 "recipe_result": null, |
| 596 "status_code": 1 | 594 "status_code": 1 |
| 597 } | 595 } |
| 598 ] | 596 ] |
| OLD | NEW |