Compare commits

..

No commits in common. "main" and "5.2.0" have entirely different histories.
main ... 5.2.0

3 changed files with 4 additions and 4 deletions

View File

@ -116,8 +116,8 @@ stages:
parameters: parameters:
testFormat: devel/linux/{0} testFormat: devel/linux/{0}
targets: targets:
- name: Fedora 44 - name: Fedora 43
test: fedora44 test: fedora43
- name: Ubuntu 22.04 - name: Ubuntu 22.04
test: ubuntu2204 test: ubuntu2204
- name: Ubuntu 24.04 - name: Ubuntu 24.04

View File

@ -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 = [ "fedora43", "ubuntu2204", "ubuntu2404", "alpine323" ]
[[sessions.ansible_test_integration.groups.sessions]] [[sessions.ansible_test_integration.groups.sessions]]
ansible_core = "devel" ansible_core = "devel"

View File

@ -7,7 +7,7 @@
namespace: community namespace: community
name: docker name: docker
version: 5.3.0 version: 5.2.0
readme: README.md readme: README.md
authors: authors:
- Ansible Docker Working Group - Ansible Docker Working Group