This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit 9d85aa5d8ad9f91eb8aa00fef45877184c21575f Author: Shad Storhaug <[email protected]> AuthorDate: Wed Jun 1 06:32:43 2022 +0700 azure-pipelines.yml: Removed x86 tests for .NET Core on Linux/macOS, as they are not supported --- azure-pipelines.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a0f550ea0..bfc721fd2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -369,16 +369,6 @@ stages: imageName: 'windows-2019' maximumParallelJobs: 8 maximumAllowedFailures: 0 # Maximum allowed failures for a successful build - Linux: - osName: 'Linux' - imageName: 'ubuntu-latest' - maximumParallelJobs: 7 - maximumAllowedFailures: 0 # Maximum allowed failures for a successful build - macOS: - osName: 'macOS' - imageName: 'macOS-latest' - maximumParallelJobs: 7 - maximumAllowedFailures: 0 # Maximum allowed failures for a successful build displayName: 'Test net6.0,x86 on' pool: vmImage: $(imageName) @@ -439,16 +429,6 @@ stages: imageName: 'windows-2019' maximumParallelJobs: 8 maximumAllowedFailures: 0 # Maximum allowed failures for a successful build - Linux: - osName: 'Linux' - imageName: 'ubuntu-latest' - maximumParallelJobs: 7 - maximumAllowedFailures: 0 # Maximum allowed failures for a successful build - macOS: - osName: 'macOS' - imageName: 'macOS-latest' - maximumParallelJobs: 7 - maximumAllowedFailures: 0 # Maximum allowed failures for a successful build displayName: 'Test net5.0,x86 on' pool: vmImage: $(imageName) @@ -509,16 +489,6 @@ stages: imageName: 'windows-2019' maximumParallelJobs: 8 maximumAllowedFailures: 0 # Maximum allowed failures for a successful build - Linux: - osName: 'Linux' - imageName: 'ubuntu-latest' - maximumParallelJobs: 7 - maximumAllowedFailures: 0 # Maximum allowed failures for a successful build - macOS: - osName: 'macOS' - imageName: 'macOS-10.15' # macOS-latest should not be used here because we may get OS Darwin 19.6.0, which isn't supported fully (we get PlatformNotSupportedException). - maximumParallelJobs: 7 - maximumAllowedFailures: 0 # Maximum allowed failures for a successful build displayName: 'Test netcoreapp3.1,x86 on' pool: vmImage: $(imageName)
