From 24b8b825455ef595e391b28532446e5662449925 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 12 Nov 2025 19:37:13 +0100 Subject: [PATCH] Move ansible-core 2.17 to EOL CI. (#1188) --- .azure-pipelines/azure-pipelines.yml | 47 ---------------------------- .github/workflows/nox.yml | 2 +- 2 files changed, 1 insertion(+), 48 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index dd78c8b6..cde0d5af 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -84,17 +84,6 @@ stages: test: '2.18/sanity/1' - name: Units test: '2.18/units/1' - - stage: Ansible_2_17 - displayName: Sanity & Units 2.17 - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - targets: - - name: Sanity - test: '2.17/sanity/1' - - name: Units - test: '2.17/units/1' ### Docker - stage: Docker_2_20 @@ -148,23 +137,6 @@ stages: groups: - 4 - 5 - - stage: Docker_2_17 - displayName: Docker 2.17 - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - testFormat: 2.17/linux/{0} - targets: - - name: Fedora 39 - test: fedora39 - - name: Ubuntu 20.04 - test: ubuntu2004 - - name: Alpine 3.19 - test: alpine319 - groups: - - 4 - - 5 ### Community Docker - stage: Docker_community_2_20 @@ -243,22 +215,6 @@ stages: - 3 - 4 - 5 - - stage: Remote_2_17 - displayName: Remote 2.17 - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - testFormat: 2.17/{0} - targets: - - name: RHEL 9.3 - test: rhel/9.3 - groups: - - 1 - - 2 - - 3 - - 4 - - 5 ## Finally @@ -268,15 +224,12 @@ stages: - Ansible_2_20 - Ansible_2_19 - Ansible_2_18 - - Ansible_2_17 - Remote_2_20 - Remote_2_19 - Remote_2_18 - - Remote_2_17 - Docker_2_20 - Docker_2_19 - Docker_2_18 - - Docker_2_17 - Docker_community_2_20 jobs: - template: templates/coverage.yml diff --git a/.github/workflows/nox.yml b/.github/workflows/nox.yml index 086888c2..386181ef 100644 --- a/.github/workflows/nox.yml +++ b/.github/workflows/nox.yml @@ -30,6 +30,6 @@ jobs: upload-codecov-pr: false upload-codecov-push: false upload-codecov-schedule: true - max-ansible-core: "2.16" + max-ansible-core: "2.17" secrets: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}