Skip to content

Commit

Permalink
ansible-test: replace RHEL 9.3 with 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrizek committed May 9, 2024
1 parent 8ad68f1 commit 886683b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ stages:
targets:
- name: macOS 14.3
test: macos/14.3
- name: RHEL 9.3 py39
test: rhel/9.3@3.9
- name: RHEL 9.3 py311
test: rhel/9.3@3.11
- name: RHEL 9.4 py39
test: rhel/9.4@3.9
- name: RHEL 9.4 py311
test: rhel/9.4@3.11
- name: FreeBSD 13.3
test: freebsd/13.3
- name: FreeBSD 14.0
Expand All @@ -94,8 +94,8 @@ stages:
targets:
- name: macOS 14.3
test: macos/14.3
- name: RHEL 9.3
test: rhel/9.3
- name: RHEL 9.4
test: rhel/9.4
- name: FreeBSD 13.3
test: freebsd/13.3
- name: FreeBSD 14.0
Expand All @@ -111,8 +111,8 @@ stages:
test: alpine/3.19
- name: Fedora 39
test: fedora/39
- name: RHEL 9.3
test: rhel/9.3
- name: RHEL 9.4
test: rhel/9.4
- name: Ubuntu 22.04
test: ubuntu/22.04
groups:
Expand Down
2 changes: 2 additions & 0 deletions changelogs/fragments/ansible-test-rhel-9.4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- ansible-test - replace support for RHEL 9.3 with 9.4 (https://github.com/ansible/ansible/issues/83100)
2 changes: 1 addition & 1 deletion test/lib/ansible_test/_data/completion/remote.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ freebsd/14.0 python=3.9,3.11 python_dir=/usr/local/bin become=su_sudo provider=a
freebsd python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
macos/14.3 python=3.11 python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64
macos python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64
rhel/9.3 python=3.9,3.11 become=sudo provider=aws arch=x86_64
rhel/9.4 python=3.9,3.11 become=sudo provider=aws arch=x86_64
rhel become=sudo provider=aws arch=x86_64
ubuntu/22.04 python=3.10 become=sudo provider=aws arch=x86_64
ubuntu become=sudo provider=aws arch=x86_64

0 comments on commit 886683b

Please sign in to comment.