From 7ee38eadf33b94bc680c9125b45630c384188d76 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 26 Apr 2022 12:48:01 +0200 Subject: [PATCH] Increase coverage of CI groups. (#4563) --- .azure-pipelines/azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index aa62d82134..dbdcdd6d51 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -221,6 +221,7 @@ stages: groups: - 1 - 2 + - 3 - stage: Remote_2_11 displayName: Remote 2.11 dependsOn: [] @@ -238,6 +239,7 @@ stages: groups: - 1 - 2 + - 3 ### Docker - stage: Docker_devel @@ -317,6 +319,7 @@ stages: - name: Alpine 3 test: alpine3 groups: + - 1 - 2 - 3