Revert "Comment out smoke tests on windows"

This reverts commit dbd291c716.
This commit is contained in:
Alex Ross 2021-07-27 17:41:17 +02:00
parent e1e66f336c
commit 5bd829ab7c
No known key found for this signature in database
GPG key ID: 89DDDBA66CBA7840

View file

@ -196,14 +196,14 @@ steps:
displayName: Compile smoke tests displayName: Compile smoke tests
condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'), ne(variables['VSCODE_ARCH'], 'arm64')) condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'), ne(variables['VSCODE_ARCH'], 'arm64'))
# - powershell: | - powershell: |
# . build/azure-pipelines/win32/exec.ps1 . build/azure-pipelines/win32/exec.ps1
# $ErrorActionPreference = "Stop" $ErrorActionPreference = "Stop"
# $AppRoot = "$(agent.builddirectory)\VSCode-win32-$(VSCODE_ARCH)" $AppRoot = "$(agent.builddirectory)\VSCode-win32-$(VSCODE_ARCH)"
# exec { yarn smoketest-no-compile --build "$AppRoot" } exec { yarn smoketest-no-compile --build "$AppRoot" }
# displayName: Run smoke tests (Electron) displayName: Run smoke tests (Electron)
# timeoutInMinutes: 5 timeoutInMinutes: 5
# condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'), ne(variables['VSCODE_ARCH'], 'arm64')) condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'), ne(variables['VSCODE_ARCH'], 'arm64'))
# - powershell: | # - powershell: |
# . build/azure-pipelines/win32/exec.ps1 # . build/azure-pipelines/win32/exec.ps1
@ -215,14 +215,14 @@ steps:
# timeoutInMinutes: 5 # timeoutInMinutes: 5
# condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'), ne(variables['VSCODE_ARCH'], 'arm64')) # condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'), ne(variables['VSCODE_ARCH'], 'arm64'))
# - powershell: | - powershell: |
# . build/azure-pipelines/win32/exec.ps1 . build/azure-pipelines/win32/exec.ps1
# $ErrorActionPreference = "Stop" $ErrorActionPreference = "Stop"
# $env:VSCODE_REMOTE_SERVER_PATH = "$(agent.builddirectory)\vscode-reh-web-win32-$(VSCODE_ARCH)" $env:VSCODE_REMOTE_SERVER_PATH = "$(agent.builddirectory)\vscode-reh-web-win32-$(VSCODE_ARCH)"
# exec { yarn smoketest-no-compile --web --browser firefox --headless } exec { yarn smoketest-no-compile --web --browser firefox --headless }
# displayName: Run smoke tests (Browser) displayName: Run smoke tests (Browser)
# timeoutInMinutes: 5 timeoutInMinutes: 5
# condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'), ne(variables['VSCODE_ARCH'], 'arm64')) condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'), ne(variables['VSCODE_ARCH'], 'arm64'))
- task: PublishPipelineArtifact@0 - task: PublishPipelineArtifact@0
inputs: inputs: