godofredoc

Results 209 comments of godofredoc

Blocked on changes from the Fuchsia Team and a change to recipe-engine.

That validation would probably be really expensive to run as a readiness check and too late in the process to add value. E.g. if the service is already running the...

I can share the commands any specific tests you are interested in running?

Running all the devicelab tests on a PR is not supported, we need to write individual led commands or modify the android/ios entries in .ci.yaml to mark them as presubmit....

@johnmccutchan I believe something similar is being implemented. Is there a bug that I can duplicate this against?

Recipes change: https://flutter-review.googlesource.com/c/recipes/+/44002

This does not seem to be an infra/hardware problem. @reidbaker can you please take a look? is this related to updates in jdk versions?

This is the home directory of the user running the bot, maybe gradle, jdk or the test itself are trying to write state?

In general tests should not leave/depend on state outside of the build sandbox. Is it possible to instruct the test to generate and look for the keystore within the sandbox?...