Zachary Anderson
Zachary Anderson
The intel macs are increasingly experiencing hardware issues, so to de-risk framework CI, we will slowly migrate framework tests from intel mac to arm mac a few at a time.
From https://chromium-swarm.appspot.com/bot?id=build806-m9 XCode installs are failing due to data corruption as in: https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8733087603218910657/+/u/install_xcode/install_xcode_from_cipd/stdout There are other failure modes as well. I suspect a bad disk or bad memory. The automatic...
Split off from https://github.com/flutter/flutter/issues/100522. This issue is intended to capture reproduction steps from users for apps that are experiencing *partial* screen flickering on Android in Flutter versions newer than 3.7....
Feature: Migrate gradle to use --offline mode to not download dependencies dynamically during CI. In https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20Android%20Debug%20Engine/20211/overview ``` ERROR: Failed to fetch maven artifact org.robolectric:android-all-instrumented:4.2.2_r1.2-robolectric-r1-i3 ``` This flake is causing Android...
See the discussion here https://github.com/flutter/flutter/pull/71721#issuecomment-743218994 @a-siva @mkustermann @jonahwilliams who did some plumbing around this recently here https://github.com/flutter/flutter/pull/65802
Currently when deleting, the EHFS will `throwToolExit` eagerly when deletion fails due to an access error. However the implementation of the clean command has its own logic for handling a...