smoke - more verbose logging on windows

This commit is contained in:
Benjamin Pasero
2022-04-05 09:17:17 +02:00
parent a99a8711af
commit 6508a29d23
6 changed files with 88 additions and 68 deletions

View File

@@ -271,7 +271,7 @@ steps:
# Increased timeout because this test downloads stable code
timeoutInMinutes: 20
displayName: Run smoke tests (Electron)
continueOnError: true
# continueOnError: true
condition: and(succeeded(), eq(variables['VSCODE_ARCH'], 'x64'), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
- script: |
@@ -281,26 +281,26 @@ steps:
yarn smoketest-no-compile --tracing --remote --build "$APP_PATH"
timeoutInMinutes: 10
displayName: Run smoke tests (Remote)
continueOnError: true
# continueOnError: true
condition: and(succeeded(), eq(variables['VSCODE_ARCH'], 'x64'), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
- script: |
set -e
APP_PATH=$(agent.builddirectory)/VSCode-linux-$(VSCODE_ARCH)
yarn smoketest-no-compile --legacy --tracing --build "$APP_PATH"
# Increased timeout because this test downloads stable code
timeoutInMinutes: 20
displayName: Run smoke tests (Legacy, Electron)
condition: and(succeeded(), eq(variables['VSCODE_ARCH'], 'x64'), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
# - script: |
# set -e
# APP_PATH=$(agent.builddirectory)/VSCode-linux-$(VSCODE_ARCH)
# yarn smoketest-no-compile --legacy --tracing --build "$APP_PATH"
# # Increased timeout because this test downloads stable code
# timeoutInMinutes: 20
# displayName: Run smoke tests (Legacy, Electron)
# condition: and(succeeded(), eq(variables['VSCODE_ARCH'], 'x64'), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
- script: |
set -e
APP_PATH=$(agent.builddirectory)/VSCode-linux-$(VSCODE_ARCH)
VSCODE_REMOTE_SERVER_PATH="$(agent.builddirectory)/vscode-reh-linux-$(VSCODE_ARCH)" \
yarn smoketest-no-compile --legacy --tracing --remote --build "$APP_PATH"
timeoutInMinutes: 10
displayName: Run smoke tests (Legacy, Remote)
condition: and(succeeded(), eq(variables['VSCODE_ARCH'], 'x64'), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
# - script: |
# set -e
# APP_PATH=$(agent.builddirectory)/VSCode-linux-$(VSCODE_ARCH)
# VSCODE_REMOTE_SERVER_PATH="$(agent.builddirectory)/vscode-reh-linux-$(VSCODE_ARCH)" \
# yarn smoketest-no-compile --legacy --tracing --remote --build "$APP_PATH"
# timeoutInMinutes: 10
# displayName: Run smoke tests (Legacy, Remote)
# condition: and(succeeded(), eq(variables['VSCODE_ARCH'], 'x64'), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
- task: PublishPipelineArtifact@0
inputs: