From 5fd13c79b6d9b4668f394abae7822146d4f29540 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 10 Feb 2021 22:54:10 +0100 Subject: [PATCH] Update targets for CI for devel branch; move some targets to stable-2.10. (#84) --- .azure-pipelines/azure-pipelines.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 9a80e19f..369b36b3 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -98,8 +98,6 @@ stages: test: opensuse15py2 - name: openSUSE 15 py3 test: opensuse15 - - name: Ubuntu 16.04 - test: ubuntu1604 - name: Ubuntu 18.04 test: ubuntu1804 - name: Ubuntu 20.04 @@ -170,8 +168,8 @@ stages: nameFormat: RHEL {0} testFormat: devel/rhel/{0} targets: - - test: 7.8 - - test: 8.2 + - test: '7.9' + - test: '8.3' groups: - 1 - 2 @@ -187,6 +185,7 @@ stages: nameFormat: RHEL {0} testFormat: devel/rhel/{0} targets: + - test: '7.8' - test: '8.2' groups: - 1