From 2cec8cbed55f0683989893e70afae3a739e4f0bd Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Fri, 28 Mar 2025 09:52:17 +0900 Subject: [PATCH] [CI] Remove ubuntu20.04 from CI tests * Fixes #612 Signed-off-by: Hideki Saito --- .azure-pipelines/azure-pipelines.yml | 6 ------ changelogs/fragments/618_ci_remove_ubuntu2004.yml | 2 ++ 2 files changed, 2 insertions(+), 6 deletions(-) create mode 100644 changelogs/fragments/618_ci_remove_ubuntu2004.yml diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 78781bd..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 diff --git a/changelogs/fragments/618_ci_remove_ubuntu2004.yml b/changelogs/fragments/618_ci_remove_ubuntu2004.yml new file mode 100644 index 0000000..2d63e7e --- /dev/null +++ b/changelogs/fragments/618_ci_remove_ubuntu2004.yml @@ -0,0 +1,2 @@ +trivial: + - Remove ubuntu20.04 from CI tests (https://github.com/ansible-collections/ansible.posix/issues/612).