godofredoc

Results 209 comments of godofredoc

Fixed with https://dart-internal-review.git.corp.google.com/c/dart-internal/+/4160

Fix here: https://flutter-review.googlesource.com/c/recipes/+/37120

Fix: https://flutter-review.googlesource.com/c/recipes/+/37140

The build is still failing trying to install required dependencies that are not needed by the build: `[ { "dependency": "gradle_cache", "version": "none" }, { "dependency": "open_jdk", "version": "version:1.8.0u202-b08" }...

This is impacting plugins, packages and dart-internal

Related to this bug: * https://github.com/flutter/flutter/issues/115730

There are a few complications with the first approach. Apparently there is no way to identify a database entry with the information you are receiving in the event generated if...

To make things ever more complicated, if a post-submit task fails it will be automatically retried. Why is important to know if the run is for pre/post submit?

Let's check if we can simplify even more those methods. Do we get a PR in the same slug on event updates for presubmit?

I think I have an idea to identify if it is presubmit/postsubmit that avoids having to save state. We can use the GoB API to get the commit info passed...