Skip to content
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

Group sub-consolidations #511

Merged
merged 1 commit into from
Jun 6, 2022
Merged

Conversation

brentleyjones
Copy link
Contributor

Before this change, if you have minimum OS differences in your tree, and environment differences, you would get 3 consolidated targets instead of two (one proper consolidation and then 2 non-consolidated target). Now the consolidation tries to group like targets together more. Things can still get odd if you somehow have unique configurations of a target, as this just performs a simple sort and bucket for now.

Before this change, if you have minimum OS differences in your tree, and environment differences, you would get 3 consolidated targets instead of two (one proper consolidation and then 2 non-consolidated target). Now the consolidation tries to group like targets together more. Things can still get odd if you somehow have unique configurations of a target, as this just performs a simple sort and bucket for now.
@brentleyjones brentleyjones enabled auto-merge (squash) June 6, 2022 15:53
@brentleyjones brentleyjones merged commit e79dc28 into main Jun 6, 2022
@brentleyjones brentleyjones deleted the bj/group-sub-consolidations branch June 6, 2022 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants