From ab3e80a7d5bcb39b9779b69c2c990c683a303b17 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Fri, 10 Apr 2020 18:44:22 +0530 Subject: [PATCH] AP: Remove Linux job --- azure-pipelines.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c7943d4a..88277862 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,29 +24,6 @@ variables: - group: CI jobs: -- job: TestLinux - pool: - vmImage: 'Ubuntu-latest' - strategy: - matrix: - Python27: - python.version: '2.7' - python.architecture: x64 - Python36: - python.version: '3.6' - python.architecture: x64 - Python37: - python.version: '3.7' - python.architecture: x64 - Python38: - python.version: '3.8' - python.architecture: x64 - maxParallel: 8 - steps: - - template: .azure-pipelines/steps/run-tests.yml - parameters: - vmImage: 'Ubuntu-latest' - - job: TestVendoring pool: vmImage: 'Ubuntu-latest'