Skip to content

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

if (_fileContainsAddedCode(file) &&
!_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