mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-06-24 23:11:06 +00:00
Replace Ubuntu 22.04 with 26.04 for devel. (#1259)
This commit is contained in:
parent
7d86e971da
commit
0067735dc9
@ -118,8 +118,8 @@ stages:
|
|||||||
targets:
|
targets:
|
||||||
- name: Fedora 44
|
- name: Fedora 44
|
||||||
test: fedora44
|
test: fedora44
|
||||||
- name: Ubuntu 22.04
|
- name: Ubuntu 26.04
|
||||||
test: ubuntu2204
|
test: ubuntu2604
|
||||||
- name: Ubuntu 24.04
|
- name: Ubuntu 24.04
|
||||||
test: ubuntu2404
|
test: ubuntu2404
|
||||||
- name: Alpine 3.23
|
- name: Alpine 3.23
|
||||||
@ -137,8 +137,8 @@ stages:
|
|||||||
targets:
|
targets:
|
||||||
- name: Fedora 43
|
- name: Fedora 43
|
||||||
test: fedora43
|
test: fedora43
|
||||||
# - name: Ubuntu 22.04
|
- name: Ubuntu 22.04
|
||||||
# test: ubuntu2204
|
test: ubuntu2204
|
||||||
- name: Ubuntu 24.04
|
- name: Ubuntu 24.04
|
||||||
test: ubuntu2404
|
test: ubuntu2404
|
||||||
# - name: Alpine 3.23
|
# - name: Alpine 3.23
|
||||||
|
|||||||
@ -181,7 +181,7 @@ description = "Meta session for running all ansible-test-integration-2.21-* sess
|
|||||||
[[sessions.ansible_test_integration.groups.sessions]]
|
[[sessions.ansible_test_integration.groups.sessions]]
|
||||||
ansible_core = "2.21"
|
ansible_core = "2.21"
|
||||||
target = [ "azp/4/", "azp/5/" ]
|
target = [ "azp/4/", "azp/5/" ]
|
||||||
docker = [ "fedora43", "ubuntu2404" ]
|
docker = [ "fedora43", "ubuntu2204", "ubuntu2404" ]
|
||||||
|
|
||||||
[[sessions.ansible_test_integration.groups.sessions]]
|
[[sessions.ansible_test_integration.groups.sessions]]
|
||||||
ansible_core = "2.21"
|
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]]
|
[[sessions.ansible_test_integration.groups.sessions]]
|
||||||
ansible_core = "devel"
|
ansible_core = "devel"
|
||||||
target = [ "azp/4/", "azp/5/" ]
|
target = [ "azp/4/", "azp/5/" ]
|
||||||
docker = [ "fedora44", "ubuntu2204", "ubuntu2404", "alpine323" ]
|
docker = [ "fedora44", "ubuntu2404", "ubuntu2604", "alpine323" ]
|
||||||
|
|
||||||
[[sessions.ansible_test_integration.groups.sessions]]
|
[[sessions.ansible_test_integration.groups.sessions]]
|
||||||
ansible_core = "devel"
|
ansible_core = "devel"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user