Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions build/ci/templates/test_phases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
# 'testDebugger'
# 'testFunctional'
# 'perfomanceTests'
# 'testSmoke'
# 'venvTests'

steps:
Expand Down Expand Up @@ -533,28 +532,6 @@ steps:
env:
DISPLAY: :10

# Run the smoke tests.
#
# This task only runs if the string 'testSmoke' exists in variable `TestsToRun`.
#
# Example command line (windows pwsh):
# > npm run clean
# > npm run updateBuildNumber -- --buildNumber 0.0.0-local
# > npm run package
# > npx gulp clean:cleanExceptTests
# > npm run testSmoke
- bash: |
npm install -g vsce
npm run clean
npm run updateBuildNumber -- --buildNumber $BUILD_BUILDID
npm run package
npx gulp clean:cleanExceptTests
npm run testSmoke
displayName: 'Run Smoke Tests'
condition: and(succeeded(), contains(variables['TestsToRun'], 'testSmoke'))
env:
DISPLAY: :10

- task: PublishBuildArtifacts@1
inputs:
pathtoPublish: $(Build.ArtifactStagingDirectory)
Expand Down
10 changes: 0 additions & 10 deletions build/ci/vscode-python-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ jobs:
VMImageName: 'macos-10.13'
TestsToRun: 'testSingleWorkspace'
NeedsPythonTestReqs: true
'Mac-Py3.7 Smoke':
PythonVersion: '3.7'
VMImageName: 'macos-10.13'
TestsToRun: 'testSmoke'
NeedsPythonTestReqs: true
'Mac-Py2.7 Unit+Single':
PythonVersion: '2.7'
VMImageName: 'macos-10.13'
Expand All @@ -88,11 +83,6 @@ jobs:
VMImageName: 'ubuntu-16.04'
TestsToRun: 'testSingleWorkspace'
NeedsPythonTestReqs: true
'Linux-Py3.7 Smoke':
PythonVersion: '3.7'
VMImageName: 'ubuntu-16.04'
TestsToRun: 'testSmoke'
NeedsPythonTestReqs: true
'Linux-Py2.7 Unit+Single':
PythonVersion: '2.7'
VMImageName: 'ubuntu-16.04'
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2220,7 +2220,6 @@
"testSingleWorkspace": "node ./out/test/testBootstrap.js ./out/test/standardTest.js",
"testMultiWorkspace": "node ./out/test/testBootstrap.js ./out/test/multiRootTest.js",
"testPerformance": "node ./out/test/testBootstrap.js ./out/test/performanceTest.js",
"testSmoke": "node ./out/test/smokeTest.js",
"lint-staged": "node gulpfile.js",
"lint": "tslint src/**/*.ts -t verbose",
"clean": "gulp clean",
Expand Down