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
13 lines
379 B
YAML
13 lines
379 B
YAML
chrome:
|
|
# It seems Chrome can't always release from the same build for all operating
|
|
# systems, so we specify per-OS build number.
|
|
# Note: 741412 binary is for Chrome Version 82. Driver for Chrome version 83
|
|
# is not working with chrome.binary option.
|
|
Linux: 741412
|
|
Mac: 735194
|
|
Win: 735105
|
|
firefox:
|
|
version: '72.0'
|
|
edge:
|
|
launcher_version: '1.2.0.0'
|