Skip to content

Commit

Permalink
enable build step timeout also some code cleanup (dotnet#5122)
Browse files Browse the repository at this point in the history
* enable build step timeout also some code cleanup

* clean up unnecessary file

* sync to latest for submodule
  • Loading branch information
frank-dong-ms-zz authored May 14, 2020
1 parent 8e5f7b4 commit a2406f6
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 312 deletions.
1 change: 1 addition & 0 deletions build/ci/job-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
displayName: Set LD_LIBRARY_PATH for Ubuntu and CentOS to locate Native shared library in current running path
- script: ${{ parameters.buildScript }} -$(_configuration) -buildArch=${{ parameters.architecture }}
displayName: Build
timeoutInMinutes: 20
- ${{ if eq(parameters.pool.name, 'Hosted macOS') }}:
- task: Bash@3
inputs:
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.ML.Functional.Tests/Evaluation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public void TrainAndEvaluateRankingWithOptions()
/// <summary>
/// Train and Evaluate: Recommendation.
/// </summary>
[MatrixFactorizationFact]
[Fact]
public void TrainAndEvaluateRecommendation()
{
var mlContext = new MLContext(seed: 1);
Expand Down

This file was deleted.

This file was deleted.

42 changes: 0 additions & 42 deletions test/Microsoft.ML.TestFrameworkCommon/DelayedMessageBus.cs

This file was deleted.

32 changes: 0 additions & 32 deletions test/Microsoft.ML.TestFrameworkCommon/RetryFactDiscoverer.cs

This file was deleted.

120 changes: 0 additions & 120 deletions test/Microsoft.ML.TestFrameworkCommon/RetryTestCase.cs

This file was deleted.

Loading

0 comments on commit a2406f6

Please sign in to comment.