From 561f8f432151a0811f25a4a0db692aa27e4a71be Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 27 Sep 2025 11:38:13 +0200 Subject: [PATCH] Move ansible-core 2.16 to EOL CI. --- .azure-pipelines/azure-pipelines.yml | 51 ---------------------------- .github/workflows/nox.yml | 2 +- antsibull-nox.toml | 5 +++ 3 files changed, 6 insertions(+), 52 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 267989f5..3c422d8d 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -95,17 +95,6 @@ stages: test: '2.17/sanity/1' - name: Units test: '2.17/units/1' - - stage: Ansible_2_16 - displayName: Sanity & Units 2.16 - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - targets: - - name: Sanity - test: '2.16/sanity/1' - - name: Units - test: '2.16/units/1' ### Docker - stage: Docker_devel @@ -176,25 +165,6 @@ stages: groups: - 4 - 5 - - stage: Docker_2_16 - displayName: Docker 2.16 - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - testFormat: 2.16/linux/{0} - targets: - - name: Fedora 38 - test: fedora38 - - name: CentOS 7 - test: centos7 - - name: openSUSE 15 - test: opensuse15 - - name: Alpine 3 - test: alpine3 - groups: - - 4 - - 5 ### Community Docker - stage: Docker_community_devel @@ -287,24 +257,6 @@ stages: - 3 - 4 - 5 - - stage: Remote_2_16 - displayName: Remote 2.16 - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - testFormat: 2.16/{0} - targets: - - name: RHEL 8.8 - test: rhel/8.8 - - name: RHEL 7.9 - test: rhel/7.9 - groups: - - 1 - - 2 - - 3 - - 4 - - 5 ## Finally @@ -315,17 +267,14 @@ stages: - Ansible_2_19 - Ansible_2_18 - Ansible_2_17 - - Ansible_2_16 - Remote_devel - Remote_2_19 - Remote_2_18 - Remote_2_17 - - Remote_2_16 - Docker_devel - Docker_2_19 - Docker_2_18 - Docker_2_17 - - Docker_2_16 - Docker_community_devel jobs: - template: templates/coverage.yml diff --git a/.github/workflows/nox.yml b/.github/workflows/nox.yml index ce365296..d10d6f85 100644 --- a/.github/workflows/nox.yml +++ b/.github/workflows/nox.yml @@ -32,4 +32,4 @@ jobs: with: change-detection-in-prs: true upload-codecov: true - max-ansible-core: "2.15" + max-ansible-core: "2.16" diff --git a/antsibull-nox.toml b/antsibull-nox.toml index eb089d52..75244b9c 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -94,6 +94,11 @@ ansible_core = "2.15" target = [ "azp/4/", "azp/5/" ] docker = [ "fedora37" ] +[[sessions.ansible_test_integration.sessions]] +ansible_core = "2.16" +target = [ "azp/4/", "azp/5/" ] +docker = [ "fedora38", "centos7", "opensuse15", "alpine3" ] + [[sessions.ee_check.execution_environments]] name = "devel-ubi-9" description = "ansible-core devel @ RHEL UBI 9"