keyonghan
keyonghan
`Windows_android flavors_test_win` flakes 4 times today: https://ci.chromium.org/ui/p/flutter/builders/prod/Windows_android%20flavors_test_win/4957/overview https://ci.chromium.org/ui/p/flutter/builders/prod/Windows_android%20flavors_test_win/4953/overview https://ci.chromium.org/ui/p/flutter/builders/prod/Windows_android%20flavors_test_win/4945/overview https://ci.chromium.org/ui/p/flutter/builders/prod/Windows_android%20flavors_test_win/4944/overview Error message: ``` _test_win] [STDOUT] stdout: [ ] executing: C:\opt\s\w\ir\cache\android\sdk\platform-tools\adb.exe -s ZY223C7M4J shell am force-stop com.yourcompany.flavors [flavors_test_win] [STDOUT] stdout: [...
Fixes: https://github.com/flutter/flutter/issues/109409 (This is basically the initial logic here: https://github.com/flutter/cocoon/pull/2035/commits/5a22258bcdbe7977bb16bd9b2bcb87683b31cd8a)
One validation from auto submit bot is check PR mergeable status. Based on https://docs.github.com/en/rest/pulls/pulls#get-a-pull-request ``` The value of the mergeable attribute can be true, false, or null. If the value...
https://github.com/flutter/flutter/issues/126164
This target has been flaky 6 times out of recent 25 runs. Five of them were due to timeout on `Waiting for Dart VM Service url.`: https://ci.chromium.org/ui/p/flutter/builders/prod/Mac_ios%20microbenchmarks_ios/5838/overview https://ci.chromium.org/ui/p/flutter/builders/prod/Mac_ios%20microbenchmarks_ios/5840/overview https://ci.chromium.org/ui/p/flutter/builders/prod/Mac_ios%20microbenchmarks_ios/5841/overview https://ci.chromium.org/ui/p/flutter/builders/prod/Mac_ios%20microbenchmarks_ios/5848/overview...
To unblock Engine standalone targets which define `gclient_variables`, we added a workaround to checkout the repo, read the .json file and obtain the `gclient_variables`. We can clean up the logic...
This is a tracking issue to migrat Datastore to Firestore. - [x] Supports Firestore client/service https://github.com/flutter/cocoon/pull/3471 - [x] Creates the Firestore instance in GCP, with a name of `cocoon` -...
As of 04/09/2025, 7 out of 50 recent closed `infra: device lab` bugs are related to `Mac bots low on disk space`. Example: https://github.com/flutter/flutter/issues/146353 Current action: manually clean up some...
Context: https://github.com/flutter/flutter/issues?q=is%3Aissue+label%3A%22infra%3A+device+lab%22+win https://github.com/flutter/flutter/issues/145724 https://github.com/flutter/flutter/issues/144776 This has caused bots dead frequently, and a manual run of salt state is needed to bring them back. More investigation is needed to make the...
It happens that the android device screen timeout was miss-setup during initial device setup. To make the process more stable, we should move it to salt as an auto-provision step....