Replace Ubuntu 22.04 with 26.04 for devel. (#1259)

This commit is contained in:
Felix Fontein
2026-05-15 07:56:02 +02:00
committed by GitHub
parent 7d86e971da
commit 0067735dc9
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -118,8 +118,8 @@ stages:
targets:
- name: Fedora 44
test: fedora44
- name: Ubuntu 22.04
test: ubuntu2204
- name: Ubuntu 26.04
test: ubuntu2604
- name: Ubuntu 24.04
test: ubuntu2404
- name: Alpine 3.23
@@ -137,8 +137,8 @@ stages:
targets:
- name: Fedora 43
test: fedora43
# - name: Ubuntu 22.04
# test: ubuntu2204
- name: Ubuntu 22.04
test: ubuntu2204
- name: Ubuntu 24.04
test: ubuntu2404
# - name: Alpine 3.23
+2 -2
View File
@@ -181,7 +181,7 @@ description = "Meta session for running all ansible-test-integration-2.21-* sess
[[sessions.ansible_test_integration.groups.sessions]]
ansible_core = "2.21"
target = [ "azp/4/", "azp/5/" ]
docker = [ "fedora43", "ubuntu2404" ]
docker = [ "fedora43", "ubuntu2204", "ubuntu2404" ]
[[sessions.ansible_test_integration.groups.sessions]]
ansible_core = "2.21"
@@ -197,7 +197,7 @@ description = "Meta session for running all ansible-test-integration-devel-* ses
[[sessions.ansible_test_integration.groups.sessions]]
ansible_core = "devel"
target = [ "azp/4/", "azp/5/" ]
docker = [ "fedora44", "ubuntu2204", "ubuntu2404", "alpine323" ]
docker = [ "fedora44", "ubuntu2404", "ubuntu2604", "alpine323" ]
[[sessions.ansible_test_integration.groups.sessions]]
ansible_core = "devel"