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

Fix matrix generation for duplicated platforms #667

Merged
merged 1 commit into from
Oct 6, 2020

Conversation

mthalman
Copy link
Member

@mthalman mthalman commented Oct 5, 2020

The platformVersionedOs matrix generation doesn't generate the correct matrix when a platform has been duplicated in the matrix. It ends up generating one leg for each of those platforms, each having the same name. What it should do is to combine things into one leg.

These changes refactor the matrix generating logic to reuse similar logic that exists for combining distinct platforms that share a Dockerfile into a single leg and repurposes it to be used for this scenario as well.

@mthalman mthalman merged commit 16f48b8 into dotnet:master Oct 6, 2020
@mthalman mthalman deleted the dd-issue2182 branch October 6, 2020 15:59
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