From d50dbced6cb1b8ed7ffb7b3d522788a353086d14 Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Mon, 22 Feb 2021 14:51:08 -0500 Subject: [PATCH] Add groups back in Turns out these are used in hcloud.sh. --- .azure-pipelines/azure-pipelines.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 48c9772..e5458ef 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -74,6 +74,9 @@ stages: jobs: - template: templates/matrix.yml parameters: + groups: + - 1 + - 2 targets: - name: hcloud test: 'devel/hcloud/1' @@ -84,6 +87,10 @@ stages: jobs: - template: templates/matrix.yml parameters: + groups: + - 1 + - 2 + - 3 targets: - name: hcloud test: '2.10/hcloud/1' @@ -94,6 +101,10 @@ stages: jobs: - template: templates/matrix.yml parameters: + groups: + - 1 + - 2 + - 3 targets: - name: hcloud test: '2.9/hcloud/1'