diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 1919fe7d..ba06657c 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -196,8 +196,8 @@ stages: targets: - name: RHEL 10.0 test: rhel/10.0 - - name: RHEL 9.6 with Docker SDK, urllib3, requests from sources - test: rhel/9.6-dev-latest + - name: RHEL 9.7 with Docker SDK, urllib3, requests from sources + test: rhel/9.7-dev-latest # For some reason, Ubuntu 24.04 is *extremely* slower than RHEL 9.6 # - name: Ubuntu 24.04 # test: ubuntu/24.04 @@ -215,8 +215,8 @@ stages: parameters: testFormat: 2.20/{0} targets: - - name: RHEL 9.6 - test: rhel/9.6 + - name: RHEL 9.7 + test: rhel/9.7 groups: - 1 - 2 @@ -231,8 +231,6 @@ stages: parameters: testFormat: 2.19/{0} targets: - - name: RHEL 9.5 - test: rhel/9.5 - name: Ubuntu 22.04 test: ubuntu/22.04 groups: @@ -249,8 +247,8 @@ stages: parameters: testFormat: 2.18/{0} targets: - - name: RHEL 9.4 - test: rhel/9.4 + - name: RHEL 9.7 + test: rhel/9.7 groups: - 1 - 2 diff --git a/antsibull-nox.toml b/antsibull-nox.toml index 82d3845e..389fe165 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -137,7 +137,7 @@ docker = [ "fedora40", "ubuntu2204", "alpine320" ] [[sessions.ansible_test_integration.groups.sessions]] ansible_core = "2.18" target = [ "azp/1/", "azp/2/", "azp/3/", "azp/4/", "azp/5/" ] -remote = [ "rhel/9.4" ] +remote = [ "rhel/9.7" ] # Ansible-core 2.19: @@ -153,7 +153,7 @@ docker = [ "fedora41", "alpine321" ] [[sessions.ansible_test_integration.groups.sessions]] ansible_core = "2.19" target = [ "azp/1/", "azp/2/", "azp/3/", "azp/4/", "azp/5/" ] -remote = [ "rhel/9.5", "ubuntu/22.04" ] +remote = [ "ubuntu/22.04" ] # Ansible-core 2.20: @@ -169,7 +169,7 @@ docker = [ "fedora42", "alpine322" ] [[sessions.ansible_test_integration.groups.sessions]] ansible_core = "2.20" target = [ "azp/1/", "azp/2/", "azp/3/", "azp/4/", "azp/5/" ] -remote = [ "rhel/9.6" ] +remote = [ "rhel/9.7" ] # Ansible-core devel: @@ -209,7 +209,7 @@ docker = "quay.io/ansible-community/test-image:archlinux" [[sessions.ansible_test_integration.groups.sessions]] ansible_core = "devel" target = [ "azp/1/", "azp/2/", "azp/3/", "azp/4/", "azp/5/" ] -remote = [ "rhel/9.6" ] +remote = [ "rhel/9.7" ] ansible_vars = { force_docker_sdk_for_python_dev = { type = "value", value = true, template_value = "sdk-dev-latest" } } [[sessions.ansible_test_integration.groups.sessions]]