Skip to content

Commit

Permalink
ansible-test: Added Fedora 39 (ansible#82218)
Browse files Browse the repository at this point in the history
* Fedora 39 remote
* Fedora 39 container

Fixes: ansible#82018

Signed-off-by: Abhijeet Kasurde <[email protected]>
  • Loading branch information
Akasurde authored Nov 17, 2023
1 parent 8fd1aa0 commit fbdb666
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ stages:
targets:
- name: Alpine 3.18
test: alpine/3.18
- name: Fedora 38
test: fedora/38
- name: Fedora 39
test: fedora/39
- name: RHEL 9.3
test: rhel/9.3
- name: Ubuntu 22.04
Expand All @@ -123,8 +123,8 @@ stages:
targets:
- name: Alpine 3
test: alpine3
- name: Fedora 38
test: fedora38
- name: Fedora 39
test: fedora39
- name: Ubuntu 20.04
test: ubuntu2004
- name: Ubuntu 22.04
Expand All @@ -138,8 +138,8 @@ stages:
targets:
- name: Alpine 3
test: alpine3
- name: Fedora 38
test: fedora38
- name: Fedora 39
test: fedora39
- name: Ubuntu 22.04
test: ubuntu2204
groups:
Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/ansible-test-added-fedora-39.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
minor_changes:
- ansible-test - Add Fedora 39 remote.
- ansible-test - Add Fedora 39 container.
1 change: 1 addition & 0 deletions test/lib/ansible_test/_data/completion/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ default image=quay.io/ansible/default-test-container:9.3.0 python=3.12,3.7,3.8,3
default image=quay.io/ansible/ansible-core-test-container:9.3.0 python=3.12,3.7,3.8,3.9,3.10,3.11 context=ansible-core
alpine3 image=quay.io/ansible/alpine3-test-container:6.3.0 python=3.11 cgroup=none audit=none
fedora38 image=quay.io/ansible/fedora38-test-container:6.3.0 python=3.11
fedora39 image=quay.io/ansible/fedora39-test-container:7.0.0 python=3.12
ubuntu2004 image=quay.io/ansible/ubuntu2004-test-container:6.3.0 python=3.8
ubuntu2204 image=quay.io/ansible/ubuntu2204-test-container:6.3.0 python=3.10
1 change: 1 addition & 0 deletions test/lib/ansible_test/_data/completion/remote.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
alpine/3.18 python=3.11 become=doas_sudo provider=aws arch=x86_64
alpine become=doas_sudo provider=aws arch=x86_64
fedora/38 python=3.11 become=sudo provider=aws arch=x86_64
fedora/39 python=3.12 become=sudo provider=aws arch=x86_64
fedora become=sudo provider=aws arch=x86_64
freebsd/13.2 python=3.9,3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
freebsd python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
Expand Down

0 comments on commit fbdb666

Please sign in to comment.