Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit ceb56c1

Browse files
committed
Revert "Merge pull request #196 from suckatrash/remove_el6_support"
This reverts commit e3cf051, reversing changes made to ca53168.
1 parent 415ecdc commit ceb56c1

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

metadata.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,24 @@
4646
"operatingsystem": "CentOS",
4747
"operatingsystemrelease": [
4848
"8",
49-
"7"
49+
"7",
50+
"6"
5051
]
5152
},
5253
{
5354
"operatingsystem": "Debian",
5455
"operatingsystemrelease": [
5556
"10",
56-
"9"
57+
"9",
58+
"8"
5759
]
5860
},
5961
{
6062
"operatingsystem": "RedHat",
6163
"operatingsystemrelease": [
6264
"8",
63-
"7"
65+
"7",
66+
"6"
6467
]
6568
},
6669
{

provision.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ vagrant:
77
images: ['centos/7', 'generic/ubuntu1804']
88
travis_deb_legacy:
99
provisioner: docker
10-
images: ['litmusimage/ubuntu:16.04', 'litmusimage/ubuntu:18.04', 'litmusimage/debian:9']
10+
images: ['litmusimage/ubuntu:16.04', 'litmusimage/ubuntu:18.04', 'litmusimage/debian:8', 'litmusimage/debian:9']
1111
travis_deb:
1212
provisioner: docker
1313
images: ['litmusimage/ubuntu:16.04', 'litmusimage/ubuntu:18.04', 'litmusimage/ubuntu:20.04', 'litmusimage/debian:9', 'litmusimage/debian:10']
1414
travis_el:
1515
provisioner: docker
16-
images: ['litmusimage/centos:7']
16+
images: ['litmusimage/centos:6', 'litmusimage/centos:7' ]
1717
release_checks:
1818
provisioner: vmpooler
19-
images: ['redhat-7-x86_64', 'redhat-8-x86_64', 'centos-7-x86_64', 'centos-8-x86_64', 'oracle-7-x86_64', 'scientific-7-x86_64', 'debian-9-x86_64', 'debian-10-x86_64', 'ubuntu-1604-x86_64', 'ubuntu-1804-x86_64']
19+
images: ['redhat-6-x86_64', 'redhat-7-x86_64', 'redhat-8-x86_64', 'centos-6-x86_64', 'centos-7-x86_64', 'centos-8-x86_64', 'oracle-6-x86_64', 'oracle-7-x86_64', 'scientific-6-x86_64', 'scientific-7-x86_64', 'debian-8-x86_64', 'debian-9-x86_64', 'debian-10-x86_64', 'ubuntu-1604-x86_64', 'ubuntu-1804-x86_64']
2020
viewer:
2121
provisioner: docker
2222
images: ['litmusimage/centos:7']

0 commit comments

Comments
 (0)