From 8807630db3d86a63e8fa1e5ffb7c96538d0e7afd Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Fri, 10 Apr 2020 18:44:29 +0530 Subject: [PATCH] AP: Re-add Linux job Done for a cleaner diff when moving this block. --- azure-pipelines.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 88277862..98766549 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -46,6 +46,29 @@ jobs: parameters: vmImage: 'Ubuntu-latest' +- job: TestLinux + pool: + vmImage: 'Ubuntu-latest' + strategy: + matrix: + "2.7": + python.version: '2.7' + python.architecture: x64 + "3.6": + python.version: '3.6' + python.architecture: x64 + "3.7": + python.version: '3.7' + python.architecture: x64 + "3.8": + python.version: '3.8' + python.architecture: x64 + maxParallel: 8 + steps: + - template: .azure-pipelines/steps/run-tests.yml + parameters: + vmImage: 'Ubuntu-latest' + - job: TestWindows timeoutInMinutes: 0 pool: