From 24c7fe8bfc9b723464d93291237513ac161e8adf Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 18 Dec 2020 12:35:42 +0100 Subject: [PATCH] Run tests on all groups. --- .azure-pipelines/azure-pipelines.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 4281ac0b16..9e92365c26 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -156,6 +156,8 @@ stages: - 1 - 2 - 3 + - 4 + - 5 - stage: Remote_2_10 displayName: Remote 2.10 dependsOn: [] @@ -173,6 +175,9 @@ stages: groups: - 1 - 2 + - 3 + - 4 + - 5 - stage: Remote_2_9 displayName: Remote 2.9 dependsOn: [] @@ -188,6 +193,9 @@ stages: groups: - 1 - 2 + - 3 + - 4 + - 5 ### Docker - stage: Docker_devel @@ -220,6 +228,8 @@ stages: - 1 - 2 - 3 + - 4 + - 5 - stage: Docker_2_10 displayName: Docker 2.10 dependsOn: [] @@ -235,8 +245,11 @@ stages: - name: openSUSE 15 py3 test: opensuse15 groups: + - 1 - 2 - 3 + - 4 + - 5 - stage: Docker_2_9 displayName: Docker 2.9 dependsOn: [] @@ -252,8 +265,11 @@ stages: - name: openSUSE 15 py3 test: opensuse15 groups: + - 1 - 2 - 3 + - 4 + - 5 ### Cloud - stage: Cloud_devel