Turn off Windows Test step (#18684)

This commit is contained in:
Karl Burtram
2022-03-09 09:33:49 -08:00
committed by GitHub
parent eb77d86136
commit 3844638156

View File

@@ -60,16 +60,17 @@ jobs:
- template: win32/sql-product-build-win32.yml - template: win32/sql-product-build-win32.yml
timeoutInMinutes: 90 timeoutInMinutes: 90
- job: Windows_Test # disable due to invalid machine pool (karlb 3/9/2022)
condition: and(succeeded(), eq(variables['VSCODE_BUILD_WIN32'], 'true')) # - job: Windows_Test
pool: # condition: and(succeeded(), eq(variables['VSCODE_BUILD_WIN32'], 'true'))
name: mssqltools # pool:
dependsOn: # name: mssqltools
- Linux # dependsOn:
- Windows # - Linux
steps: # - Windows
- template: win32/sql-product-test-win32.yml # steps:
timeoutInMinutes: 90 # - template: win32/sql-product-test-win32.yml
# timeoutInMinutes: 90
- job: Release - job: Release
condition: and(succeeded(), or(eq(variables['VSCODE_RELEASE'], 'true'), and(eq(variables['VSCODE_QUALITY'], 'insider'), eq(variables['Build.Reason'], 'Schedule')))) condition: and(succeeded(), or(eq(variables['VSCODE_RELEASE'], 'true'), and(eq(variables['VSCODE_QUALITY'], 'insider'), eq(variables['Build.Reason'], 'Schedule'))))
@@ -79,7 +80,8 @@ jobs:
- macOS - macOS
- Linux - Linux
- Windows - Windows
- Windows_Test # disable due to invalid machine pool (karlb 3/9/2022)
# - Windows_Test
- macOS_Signing - macOS_Signing
steps: steps:
- template: sql-release.yml - template: sql-release.yml