Temporarily Disable Windows_Test Job in Product Build (#8971)

* Temporarily Disable Windows Test Job

* Ensure Windows Test is removed from dependsOn
This commit is contained in:
Chris LaFreniere
2020-01-27 17:32:24 -08:00
committed by GitHub
parent 5fd29d5ad8
commit 136a1d8cee

View File

@@ -41,15 +41,16 @@ jobs:
steps:
- template: win32/sql-product-build-win32.yml
- job: Windows_Test
condition: and(succeeded(), eq(variables['VSCODE_BUILD_WIN32'], 'true'))
pool:
name: mssqltools
dependsOn:
- Linux
- Windows
steps:
- template: win32/sql-product-test-win32.yml
# Temporarily disable Windows_Test job given build machine setup issues
# - job: Windows_Test
# condition: and(succeeded(), eq(variables['VSCODE_BUILD_WIN32'], 'true'))
# pool:
# name: mssqltools
# dependsOn:
# - Linux
# - Windows
# steps:
# - template: win32/sql-product-test-win32.yml
- job: Release
condition: and(succeeded(), or(eq(variables['VSCODE_RELEASE'], 'true'), and(eq(variables['VSCODE_QUALITY'], 'insider'), eq(variables['Build.Reason'], 'Schedule'))))
@@ -59,7 +60,7 @@ jobs:
- macOS
- Linux
- Windows
- Windows_Test
# - Windows_Test
steps:
- template: sql-release.yml