From 1dee505920783dfad56282267c29e7f1209f5131 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Wed, 6 Apr 2022 15:43:20 +0200 Subject: [PATCH] Temporarily disable CI tests --- azure-pipelines.yml | 116 ++++++++++++++++++++++---------------------- 1 file changed, 58 insertions(+), 58 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4624b2eb2..cd25d565b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -35,64 +35,64 @@ jobs: python -m flake8 spacy --count --select=E901,E999,F821,F822,F823 --show-source --statistics displayName: "flake8" - - job: "Test" - dependsOn: "Validate" - strategy: - matrix: - # We're only running one platform per Python version to speed up builds - Python36Linux: - imageName: "ubuntu-latest" - python.version: "3.6" - # Python36Windows: - # imageName: "windows-latest" - # python.version: "3.6" - # Python36Mac: - # imageName: "macos-latest" - # python.version: "3.6" - # Python37Linux: - # imageName: "ubuntu-latest" - # python.version: "3.7" - Python37Windows: - imageName: "windows-latest" - python.version: "3.7" - # Python37Mac: - # imageName: "macos-latest" - # python.version: "3.7" - # Python38Linux: - # imageName: "ubuntu-latest" - # python.version: "3.8" - # Python38Windows: - # imageName: "windows-latest" - # python.version: "3.8" - Python38Mac: - imageName: "macos-latest" - python.version: "3.8" - Python39Linux: - imageName: "ubuntu-latest" - python.version: "3.9" - # Python39Windows: - # imageName: "windows-latest" - # python.version: "3.9" - # Python39Mac: - # imageName: "macos-latest" - # python.version: "3.9" - Python310Linux: - imageName: "ubuntu-latest" - python.version: "3.10" - Python310Windows: - imageName: "windows-latest" - python.version: "3.10" - Python310Mac: - imageName: "macos-latest" - python.version: "3.10" - maxParallel: 4 - pool: - vmImage: $(imageName) - steps: - - template: .github/azure-steps.yml - parameters: - python_version: '$(python.version)' - architecture: 'x64' +# - job: "Test" +# dependsOn: "Validate" +# strategy: +# matrix: +# # We're only running one platform per Python version to speed up builds +# Python36Linux: +# imageName: "ubuntu-latest" +# python.version: "3.6" +# # Python36Windows: +# # imageName: "windows-latest" +# # python.version: "3.6" +# # Python36Mac: +# # imageName: "macos-latest" +# # python.version: "3.6" +# # Python37Linux: +# # imageName: "ubuntu-latest" +# # python.version: "3.7" +# Python37Windows: +# imageName: "windows-latest" +# python.version: "3.7" +# # Python37Mac: +# # imageName: "macos-latest" +# # python.version: "3.7" +# # Python38Linux: +# # imageName: "ubuntu-latest" +# # python.version: "3.8" +# # Python38Windows: +# # imageName: "windows-latest" +# # python.version: "3.8" +# Python38Mac: +# imageName: "macos-latest" +# python.version: "3.8" +# Python39Linux: +# imageName: "ubuntu-latest" +# python.version: "3.9" +# # Python39Windows: +# # imageName: "windows-latest" +# # python.version: "3.9" +# # Python39Mac: +# # imageName: "macos-latest" +# # python.version: "3.9" +# Python310Linux: +# imageName: "ubuntu-latest" +# python.version: "3.10" +# Python310Windows: +# imageName: "windows-latest" +# python.version: "3.10" +# Python310Mac: +# imageName: "macos-latest" +# python.version: "3.10" +# maxParallel: 4 +# pool: +# vmImage: $(imageName) +# steps: +# - template: .github/azure-steps.yml +# parameters: +# python_version: '$(python.version)' +# architecture: 'x64' # - job: "TestGPU" # dependsOn: "Validate"