summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhijeet Kasurde <akasurde@redhat.com>2023-11-17 03:30:13 +0100
committerGitHub <noreply@github.com>2023-11-17 03:30:13 +0100
commitfbdb666411f0d2c833e2a74cbf35593b22abb69f (patch)
tree44bc98dd1f6a937d174098d50b90c503eb75a686
parentsyslog: Handle ValueError raised while sending logs to syslog (#82225) (diff)
downloadansible-fbdb666411f0d2c833e2a74cbf35593b22abb69f.tar.xz
ansible-fbdb666411f0d2c833e2a74cbf35593b22abb69f.zip
ansible-test: Added Fedora 39 (#82218)
* Fedora 39 remote * Fedora 39 container Fixes: #82018 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
-rw-r--r--.azure-pipelines/azure-pipelines.yml12
-rw-r--r--changelogs/fragments/ansible-test-added-fedora-39.yml3
-rw-r--r--test/lib/ansible_test/_data/completion/docker.txt1
-rw-r--r--test/lib/ansible_test/_data/completion/remote.txt1
4 files changed, 11 insertions, 6 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml
index 4fbd7456ee..50f9231344 100644
--- a/.azure-pipelines/azure-pipelines.yml
+++ b/.azure-pipelines/azure-pipelines.yml
@@ -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
@@ -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
@@ -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:
diff --git a/changelogs/fragments/ansible-test-added-fedora-39.yml b/changelogs/fragments/ansible-test-added-fedora-39.yml
new file mode 100644
index 0000000000..192536c3e1
--- /dev/null
+++ b/changelogs/fragments/ansible-test-added-fedora-39.yml
@@ -0,0 +1,3 @@
+minor_changes:
+ - ansible-test - Add Fedora 39 remote.
+ - ansible-test - Add Fedora 39 container.
diff --git a/test/lib/ansible_test/_data/completion/docker.txt b/test/lib/ansible_test/_data/completion/docker.txt
index b3433f1cae..32965410f5 100644
--- a/test/lib/ansible_test/_data/completion/docker.txt
+++ b/test/lib/ansible_test/_data/completion/docker.txt
@@ -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
diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt
index 106c195bac..59f009d0e5 100644
--- a/test/lib/ansible_test/_data/completion/remote.txt
+++ b/test/lib/ansible_test/_data/completion/remote.txt
@@ -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