Skip to content

Make engine build configs test exempt #3405

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

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

zanderso
Copy link
Member

For example for PRs like flutter/engine#49776

@zanderso zanderso requested a review from keyonghan as a code owner January 12, 2024 22:24
@zanderso zanderso changed the title Make engien build configs test exempt Make engine build configs test exempt Jan 12, 2024
Copy link
Contributor

@keyonghan keyonghan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -404,6 +404,8 @@ class GithubWebhookSubscription extends SubscriptionHandler {
!_isTestExempt(filename) &&
// License goldens are auto-generated.
!filename.startsWith('ci/licenses_golden/') &&
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not related to this PR, but should this line cover flutter/engine#49775?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would cover ci/licenses_golden/excluded_files, but this change is needed to cover the other file in that PR.

@zanderso zanderso added the autosubmit Merge PR when tree becomes green via auto submit App. label Jan 12, 2024
@auto-submit auto-submit bot merged commit 777d7cc into flutter:main Jan 12, 2024
@zanderso zanderso deleted the build-config-exempt branch January 12, 2024 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosubmit Merge PR when tree becomes green via auto submit App.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants