From 7faa061b29d601ae4263ac588039260cd0564ad4 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 1 May 2019 14:42:52 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5cb86e25b68..d9cc08e128f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,7 @@ # https://dev.azure.com/home-assistant trigger: + batch: true branches: include: - dev @@ -12,7 +13,6 @@ variables: versionBuilder: '3.1' versionWheels: 'dev' - jobs: - job: 'Wheels' @@ -21,7 +21,7 @@ jobs: pool: vmImage: 'ubuntu-16.04' strategy: - maxParallel: 2 + maxParallel: 3 matrix: amd64: buildArch: 'amd64'