ansible-test - Use latest RHEL minor versions (#86206)

stable-2.14
Matt Clay 3 weeks ago committed by GitHub
parent 5000f2683d
commit 976aee9400
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -81,22 +81,22 @@ stages:
targets:
- name: RHEL 7.9
test: rhel/7.9
- name: RHEL 8.6 py36
test: rhel/8.6@3.6
- name: RHEL 8.6 py39
test: rhel/8.6@3.9
- name: RHEL 9.0
test: rhel/9.0
- name: RHEL 8.10 py36
test: rhel/8.10@3.6
- name: RHEL 8.10 py39
test: rhel/8.10@3.9
- name: RHEL 9.6
test: rhel/9.6
groups:
- 1
- 2
- template: templates/matrix.yml # context/controller
parameters:
targets:
- name: RHEL 8.6
test: rhel/8.6
- name: RHEL 9.0
test: rhel/9.0
- name: RHEL 8.10
test: rhel/8.10
- name: RHEL 9.6
test: rhel/9.6
groups:
- 3
- 4
@ -104,10 +104,10 @@ stages:
- template: templates/matrix.yml # context/controller (ansible-test container management)
parameters:
targets:
- name: RHEL 8.6
test: rhel/8.6
- name: RHEL 9.0
test: rhel/9.0
- name: RHEL 8.10
test: rhel/8.10
- name: RHEL 9.6
test: rhel/9.6
- name: Ubuntu 20.04
test: ubuntu/20.04
- name: Ubuntu 22.04

@ -0,0 +1,3 @@
minor_changes:
- ansible-test - Switch from RHEL 8.6 to 8.10.
- ansible-test - Switch from RHEL 9.0 to 9.6.

@ -1,6 +1,5 @@
shippable/posix/group2
skip/osx
skip/macos
skip/rhel/9.0b # svn checkout hangs
destructive
needs/root

@ -7,8 +7,8 @@ freebsd python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
macos/12.0 python=3.10 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/7.9 python=2.7 become=sudo provider=aws arch=x86_64
rhel/8.6 python=3.6,3.8,3.9 become=sudo provider=aws arch=x86_64
rhel/9.0 python=3.9 become=sudo provider=aws arch=x86_64
rhel/8.10 python=3.6,3.8,3.9 become=sudo provider=aws arch=x86_64
rhel/9.6 python=3.9 become=sudo provider=aws arch=x86_64
rhel become=sudo provider=aws arch=x86_64
ubuntu/20.04 python=3.8,3.9 become=sudo provider=aws arch=x86_64
ubuntu/22.04 python=3.10 become=sudo provider=aws arch=x86_64

Loading…
Cancel
Save