Skip to content

Move windows build machines to NetCorePublic-Pool. #4375

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 3 commits into from
Oct 24, 2019

Conversation

codemzs
Copy link
Member

@codemzs codemzs commented Oct 24, 2019

Builds seem to be failing because it runs out of disk space.

@codemzs codemzs requested a review from a team as a code owner October 24, 2019 16:32
@eerhardt eerhardt requested a review from safern October 24, 2019 16:33
Copy link
Member

@eerhardt eerhardt left a comment

Choose a reason for hiding this comment

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

lgtm

@codecov
Copy link

codecov bot commented Oct 24, 2019

Codecov Report

Merging #4375 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4375      +/-   ##
==========================================
- Coverage   74.66%   74.63%   -0.03%     
==========================================
  Files         883      883              
  Lines      155117   155117              
  Branches    16931    16931              
==========================================
- Hits       115814   115775      -39     
- Misses      34549    34598      +49     
+ Partials     4754     4744      -10
Flag Coverage Δ
#Debug 74.63% <ø> (-0.03%) ⬇️
#production 70.2% <ø> (-0.04%) ⬇️
#test 89.56% <ø> (ø) ⬆️
Impacted Files Coverage Δ
...c/Microsoft.ML.FastTree/Utils/ThreadTaskManager.cs 79.48% <0%> (-20.52%) ⬇️
src/Microsoft.ML.AutoML/Sweepers/ISweeper.cs 59.49% <0%> (-7.6%) ⬇️
src/Microsoft.ML.Core/Data/ProgressReporter.cs 70.95% <0%> (-6.99%) ⬇️
src/Microsoft.ML.AutoML/Sweepers/Parameters.cs 78.81% <0%> (-4.24%) ⬇️
src/Microsoft.ML.Transforms/Text/LdaTransform.cs 84.44% <0%> (-0.16%) ⬇️
...soft.ML.Data/DataLoadSave/Text/TextLoaderCursor.cs 84.9% <0%> (+0.2%) ⬆️
....ML.AutoML/PipelineSuggesters/PipelineSuggester.cs 86.55% <0%> (+3.36%) ⬆️

@@ -65,7 +65,8 @@ jobs:
name: Windows_x64_NetCoreApp21
buildScript: build.cmd
pool:
name: Hosted VS2017
name: NetCorePublic-Pool
queue: buildpool.windows.10.amd64.vs2017.open
Copy link
Member

Choose a reason for hiding this comment

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

Should we instead build on VS2019?

Copy link
Member

Choose a reason for hiding this comment

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

It probably doesn't matter either way. The only thing we use the VS on the machine for is the C++ compiler.

But if we wanted to update all of them to vs2019, that would be OK with me. But I don't think it is 100% required.

Copy link
Member

Choose a reason for hiding this comment

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

I just ask because there has been discussions for corefx and other repos that we should be using the latest toolset to dogfood... but that can be done in a separate PR.

@codemzs codemzs merged commit c922529 into dotnet:master Oct 24, 2019
codemzs added a commit to codemzs/machinelearning that referenced this pull request Oct 24, 2019
codemzs added a commit that referenced this pull request Oct 25, 2019
* Revert "Move windows build machines to NetCorePublic-Pool. (#4375)"

This reverts commit c922529.

* Add step to cleanup test data before building packages to free up space

* Increase build timeout.
frank-dong-ms-zz pushed a commit to frank-dong-ms-zz/machinelearning that referenced this pull request Nov 4, 2019
* Move windows build machines to NetCorePublic-Pool.

* PR feedback.

* PR feedback.
frank-dong-ms-zz pushed a commit to frank-dong-ms-zz/machinelearning that referenced this pull request Nov 4, 2019
…t#4377)

* Revert "Move windows build machines to NetCorePublic-Pool. (dotnet#4375)"

This reverts commit c922529.

* Add step to cleanup test data before building packages to free up space

* Increase build timeout.
@ghost ghost locked as resolved and limited conversation to collaborators Mar 20, 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.

3 participants