-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Helix Integration. #5837
Helix Integration. #5837
Conversation
Description of helix: (I had look up helix)
via: https://github.com/dotnet/aspnetcore/blob/83f7970b8cf3d87299d564e713caa0310eaf326b/docs/Helix.md |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
Codecov Report
@@ Coverage Diff @@
## main #5837 +/- ##
==========================================
- Coverage 68.46% 68.20% -0.27%
==========================================
Files 1134 1134
Lines 241911 241939 +28
Branches 25109 25298 +189
==========================================
- Hits 165628 165018 -610
- Misses 69785 70267 +482
- Partials 6498 6654 +156
Flags with carried forward coverage won't be shown. Click here to find out more.
|
test/Microsoft.ML.TestFrameworkCommon/Microsoft.ML.TestFrameworkCommon.csproj
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Santiago Fernandez Madero <safern@microsoft.com>
* official/main: Helix Integration. (dotnet#5837) # Conflicts: # src/Microsoft.ML.Mkl.Redist/Microsoft.ML.Mkl.Redist.csproj Signed-off-by: darth-vader-lg <luigi.generale@gmail.com>
This PR changes the CI testing process to use Helix instead of testing on the build machines (except for the code coverage tests currently). This lets us take advantage of more powerful machines for our testing.
I disabled 6 tests tracked here #5845 due to slight differences between the results in the helix machines and the build machines.
This PR also fixes a bug in the MatrixFactorizationNative where we were compiling the native code to be compatible with Intel CPU's only.