Skip to content

Update chrome version in ci.yaml to (probably) unblock tree - #12498

Closed
gmackall wants to merge 2 commits into
flutter:mainfrom
gmackall:update_chrome
Closed

Update chrome version in ci.yaml to (probably) unblock tree#12498
gmackall wants to merge 2 commits into
flutter:mainfrom
gmackall:update_chrome

Conversation

@gmackall

Copy link
Copy Markdown
Member

Upgrades the chrome_and_driver CIPD dependency in .ci.yaml from 125.0.6422.141 to 145.0.7632.117 to align with flutter/flutter.

Gemini suspects this is what's causing the timeouts in the tree:

A recent flutter roll (specifically flutter/flutter#183835) updated flutter.js Wasm compatibility checks to require WebAssembly js-string builtins. Chrome 125 lacks support for js-string builtins, causing flutter test --platform=chrome --wasm targets to fail with "no compatible build found for this browser". Upgrading Chrome resolves the failure and unblocks the packages tree.

and that seems reasonable to me

@flutter-dashboard flutter-dashboard Bot added the CICD Run CI/CD label Aug 18, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the chrome_and_driver dependency version in .ci.yaml. The review feedback recommends updating all other occurrences of the chrome_and_driver dependency in the file to match this new version to prevent potential version mismatch issues and test failures across different platforms.

Comment thread .ci.yaml
@gmackall

Copy link
Copy Markdown
Member Author

Hmm I didn't check if someone else had already done this and it looks like Tarrin already got this far
#12465
and is hitting other problems with the upgrade to 145. So I'll just close this, looks like that other pr is blocked on
flutter/flutter#191149
which is being looked in to in
#12486

ignore this!

@gmackall gmackall closed this Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CICD Run CI/CD

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants