mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* try to run integration tests on luci * adds extra logs to check if chrome is on lUCI * use the cipd chrome package for integration tests in LUCI * add driver version for chrome 83.(cipd package has 83 now) * no headless mode didn't worked on the bots. try the other option * On LUCI also use chrome driver as a cipd package * change the directory name to fit the cpid package * adding blacklist functionality * remove logs added for troubleshooting. remove the check that blocks int-test runs on LUCI * add more comments to blacklists * also use CIPD package chrome for unit tests * addressing reviewer comments * run integration tests first, upon reviewer request * fix bug. keep running integration tests after unit tests * update the logs for LUCI * fix todo comments