-
Notifications
You must be signed in to change notification settings - Fork 100
Do not enforce flutter-gold checks on auto roller authored pull requests #2585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not enforce flutter-gold checks on auto roller authored pull requests #2585
Conversation
This reverts commit 0555407.
| final String? name = status.context; | ||
|
|
||
| // If the account author is a roller account do not block merge on flutter-gold check. | ||
| if (config.rollerAccounts.contains(author.login!) && slug == Config.engineSlug && name == 'flutter-gold') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zanderso Do we want to apply the rule to only skia/dart rollers, or to all rollers including the dependabot for bumping dependencies?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If possible, yeah, dependabot should also not be blocked on skia gold diffs.
keyonghan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for the quick fix!
Closes flutter/flutter#143352. In practice this reverts the functionality in flutter/flutter#123979 (#2585). Sorry for the back-and-forth, we tried this model but ended up with (currently) [~170 untriaged failures](https://flutter-engine-gold.skia.org/), so we want to go back to treating these as failures and improve our tools/process if needed instead. /cc @jonahwilliams and @Piinks
When an autoroller account generates a pull request, we do not need for it to wait for the flutter-gold status check.
List which issues are fixed by this PR. You must list at least one issue.
Fixes flutter/flutter#123979
If you had to change anything in the flutter/tests repo, include a link to the migration guide as per the breaking change policy.
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.