Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Fix ordering of test builds files#12312

Merged
joperezr merged 2 commits intodotnet:masterfrom
joperezr:FixBuildsOrdering
Oct 5, 2016
Merged

Fix ordering of test builds files#12312
joperezr merged 2 commits intodotnet:masterfrom
joperezr:FixBuildsOrdering

Conversation

@joperezr
Copy link
Copy Markdown
Member

@joperezr joperezr commented Oct 3, 2016

cc: @weshaggard

This is addressing some post-merge feedback for #12241 . Wes, please let me know if this ordering makes sense and is what you expected. Ordering algorithm I used was: itemgroup.Items.OrderBy(i => i.ItemType).ThenByDescending(i => i.Include).ThenBy(i => i.Metadata.Count);

@joperezr
Copy link
Copy Markdown
Member Author

joperezr commented Oct 3, 2016

@dotnet-bot test Innerloop CentOS7.1 Release Build and Test please (infra error: failure to start run)

@bartonjs
Copy link
Copy Markdown
Member

bartonjs commented Oct 4, 2016

Seems reasonable, but you have merge conflicts now...

@weshaggard
Copy link
Copy Markdown
Member

The project ordering looks good thanks.

Can I add one more clean-up to your tool? In particular can we have a consistent order to the metadata items? I think TargetGroup, OSGroup, TestTFMs seems like the most consistent and reasonable order.

@joperezr
Copy link
Copy Markdown
Member Author

joperezr commented Oct 4, 2016

Can I add one more clean-up to your tool? In particular can we have a consistent order to the metadata items?

done in 0cb490c

@joperezr joperezr force-pushed the FixBuildsOrdering branch 2 times, most recently from 3604850 to 0cb490c Compare October 5, 2016 16:49
@joperezr joperezr merged commit a799d84 into dotnet:master Oct 5, 2016
@joperezr joperezr deleted the FixBuildsOrdering branch October 5, 2016 21:58
@weshaggard
Copy link
Copy Markdown
Member

Thanks @joperezr

@karelz karelz modified the milestone: 1.2.0 Dec 3, 2016
macrogreg pushed a commit to open-telemetry/opentelemetry-dotnet-instrumentation that referenced this pull request Sep 24, 2020
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants