Reid Baker

Results 313 comments of Reid Baker

Main entry point for engine tests: https://github.com/flutter/engine/blob/main/testing/run_tests.py What I think is the most recent version of the dependencies that are available locally https://chrome-infra-packages.appspot.com/p/flutter/android/robolectric_bundle/+/ Pull request that migrated android to the...

Current theory android-all-instrumented-4.2.2_r1.2-robolectric-r1-i4.jar is not included in the CIPD cash so gradle is downloading the dependency dynamically. I am working with @ricardoamador to try to prove that if CIPD has...

PR to use offline mode https://github.com/flutter/engine/pull/39465 Failed build https://ci.chromium.org/ui/p/flutter/builders/try/Linux%20Android%20Debug%20Engine/48013/overview

cipd create -pkg-def=somefile.yaml Where somefile.yaml has the contents below from a directory that is the current contents of https://chrome-infra-packages.appspot.com/p/flutter/android/robolectric_bundle/+/ with any additional jars that need to be included in a...

CIPD has been update with a robolectric package but I am not sure if that will solve the initial flake on its own.

Another relevant link https://cs.opensource.google/flutter/engine/+/main:DEPS;l=662

Met with @christopherfujino here are the notes from our meeting. * DEPS files are for built dependencies and CIPD is for prebuilt dependencies, ci.yaml is for dependencies that are part...

Another place dependencies are defined is in the docker image used in ci. Defined here https://github.com/flutter/flutter/blame/master/dev/ci/docker_linux/Dockerfile

https://github.com/flutter/flutter/issues/121233#issuecomment-1450644236 is another instance of reaching out to the network.

https://github.com/flutter/flutter/issues/121711 another instance