Skip to content

Commit 7564603

Browse files
committed
Switch from RHEL 8.0 & 8.1b to 8.1 in CI.
1 parent 7348185 commit 7564603

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
minor_changes:
2+
- ansible-test - switch from testing RHEL 8.0 and RHEL 8.1 Beta to RHEL 8.1

shippable.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ matrix:
8181

8282
- env: T=osx/10.11/1
8383
- env: T=rhel/7.6/1
84-
- env: T=rhel/8.0/1
85-
- env: T=rhel/8.1b/1
84+
- env: T=rhel/8.1/1
8685
- env: T=freebsd/11.1/1
8786
- env: T=freebsd/12.0/1
8887
- env: T=linux/centos6/1
@@ -96,8 +95,7 @@ matrix:
9695

9796
- env: T=osx/10.11/2
9897
- env: T=rhel/7.6/2
99-
- env: T=rhel/8.0/2
100-
- env: T=rhel/8.1b/2
98+
- env: T=rhel/8.1/2
10199
- env: T=freebsd/11.1/2
102100
- env: T=freebsd/12.0/2
103101
- env: T=linux/centos6/2
@@ -111,8 +109,7 @@ matrix:
111109

112110
- env: T=osx/10.11/3
113111
- env: T=rhel/7.6/3
114-
- env: T=rhel/8.0/3
115-
- env: T=rhel/8.1b/3
112+
- env: T=rhel/8.1/3
116113
- env: T=freebsd/11.1/3
117114
- env: T=freebsd/12.0/3
118115
- env: T=linux/centos6/3
@@ -126,8 +123,7 @@ matrix:
126123

127124
- env: T=osx/10.11/4
128125
- env: T=rhel/7.6/4
129-
- env: T=rhel/8.0/4
130-
- env: T=rhel/8.1b/4
126+
- env: T=rhel/8.1/4
131127
- env: T=freebsd/11.1/4
132128
- env: T=freebsd/12.0/4
133129
- env: T=linux/centos6/4

test/lib/ansible_test/_data/completion/remote.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ freebsd/11.1 python=2.7,3.6 python_dir=/usr/local/bin
22
freebsd/12.0 python=3.6,2.7 python_dir=/usr/local/bin
33
osx/10.11 python=2.7 python_dir=/usr/local/bin
44
rhel/7.6 python=2.7
5-
rhel/8.0 python=3.6
6-
rhel/8.1b python=3.6
5+
rhel/8.1 python=3.6

0 commit comments

Comments
 (0)