| 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 "ClangToTAndroidASan", | 10 "ClangToTAndroidASan", |
| (...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 609 }, | 609 }, |
| 610 { | 610 { |
| 611 "cmd": [ | 611 "cmd": [ |
| 612 "python", | 612 "python", |
| 613 "-u", | 613 "-u", |
| 614 "[SLAVE_BUILD]/src/out/Debug/bin/run_gfx_unittests", | 614 "[SLAVE_BUILD]/src/out/Debug/bin/run_gfx_unittests", |
| 615 "--tool=asan", | 615 "--tool=asan", |
| 616 "--blacklist-file", | 616 "--blacklist-file", |
| 617 "[SLAVE_BUILD]/src/out/bad_devices.json", | 617 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 618 "--verbose", | 618 "--verbose", |
| 619 "--flakiness-dashboard-server=test-results.appspot.com", | |
| 620 "--json-results-file", | 619 "--json-results-file", |
| 621 "/path/to/tmp/json", | 620 "/path/to/tmp/json", |
| 622 "--adb-path", | 621 "--adb-path", |
| 623 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 622 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 624 ], | 623 ], |
| 625 "env": { | 624 "env": { |
| 626 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 625 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 627 "LLVM_FORCE_HEAD_REVISION": "YES", | 626 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 628 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 627 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 629 }, | 628 }, |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 798 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 797 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 799 "@@@STEP_LOG_END@python.inline@@@" | 798 "@@@STEP_LOG_END@python.inline@@@" |
| 800 ] | 799 ] |
| 801 }, | 800 }, |
| 802 { | 801 { |
| 803 "name": "$result", | 802 "name": "$result", |
| 804 "recipe_result": null, | 803 "recipe_result": null, |
| 805 "status_code": 0 | 804 "status_code": 0 |
| 806 } | 805 } |
| 807 ] | 806 ] |
| OLD | NEW |