From c151faeff6f3e3ee780dd4294d0dd585c4901b81 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 6 May 2021 14:02:59 +0200 Subject: [PATCH] ci: batch runs in azure devops Signed-off-by: Jens Langhammer --- azure-pipelines.yml | 9 ++++++--- outpost/azure-pipelines.yml | 9 ++++++--- web/azure-pipelines.yml | 9 ++++++--- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bce0bd139..ced04260a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,7 +1,10 @@ trigger: - - master - - next - - version-* + batch: true + branches: + include: + - master + - next + - version-* resources: - repo: self diff --git a/outpost/azure-pipelines.yml b/outpost/azure-pipelines.yml index 96a8d71a0..c3df49c67 100644 --- a/outpost/azure-pipelines.yml +++ b/outpost/azure-pipelines.yml @@ -1,7 +1,10 @@ trigger: - - master - - next - - version-* + batch: true + branches: + include: + - master + - next + - version-* variables: ${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }}: diff --git a/web/azure-pipelines.yml b/web/azure-pipelines.yml index dca4a3d4f..e7d99859b 100644 --- a/web/azure-pipelines.yml +++ b/web/azure-pipelines.yml @@ -1,7 +1,10 @@ trigger: - - master - - next - - version-* + batch: true + branches: + include: + - master + - next + - version-* stages: - stage: generate