From 4d55b9f8cdfc7b99cc0caed7fffb7207bda1cd44 Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Mon, 31 Mar 2025 05:02:55 +0000 Subject: [PATCH] [AZP][stable-1] Update CI test environment * Addresses #612 Signed-off-by: Hideki Saito --- .azure-pipelines/azure-pipelines.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 88b1f0a..699e4ff 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -152,8 +152,6 @@ stages: targets: - name: Fedora 39 test: fedora39 - - name: Ubuntu 20.04 - test: ubuntu2004 - name: Ubuntu 22.04 test: ubuntu2204 - stage: Docker_2_16 @@ -168,8 +166,6 @@ stages: test: centos7 - name: Fedora 38 test: fedora38 - - name: Ubuntu 20.04 - test: ubuntu2004 - name: Ubuntu 22.04 test: ubuntu2204 @@ -187,8 +183,6 @@ stages: test: fedora37 - name: openSUSE 15 py3 test: opensuse15 - - name: Ubuntu 20.04 - test: ubuntu2004 - name: Ubuntu 22.04 test: ubuntu2204 @@ -281,7 +275,7 @@ stages: - Remote_2_18 - Docker_2_18 - Sanity_devel - - Remote_devel # Wait for test environment release - - Docker_devel # Wait for test environment release + - Remote_devel + - Docker_devel jobs: - template: templates/coverage.yml