Merge pull request #4306 from radarhere/6.2.x_centos

Added CentOS 8 to 6.2.x
This commit is contained in:
Andrew Murray 2019-12-27 07:09:35 +11:00 committed by GitHub
commit f269b49cff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

View File

@ -44,6 +44,7 @@ matrix:
- env: DOCKER="debian-10-buster-x86" DOCKER_TAG="6.2.x"
- env: DOCKER="centos-6-amd64" DOCKER_TAG="6.2.x"
- env: DOCKER="centos-7-amd64" DOCKER_TAG="6.2.x"
- env: DOCKER="centos-8-amd64" DOCKER_TAG="master"
- env: DOCKER="amazon-1-amd64" DOCKER_TAG="6.2.x"
- env: DOCKER="amazon-2-amd64" DOCKER_TAG="6.2.x"
- env: DOCKER="fedora-30-amd64" DOCKER_TAG="6.2.x"

View File

@ -51,6 +51,11 @@ jobs:
docker: 'centos-7-amd64'
name: 'centos_7_amd64'
- template: .azure-pipelines/jobs/test-docker.yml
parameters:
docker: 'centos-8-amd64'
name: 'centos_8_amd64'
- template: .azure-pipelines/jobs/test-docker.yml
parameters:
docker: 'amazon-1-amd64'

View File

@ -397,14 +397,16 @@ These platforms are built and tested for every change.
+----------------------------------+-------------------------------+-----------------------+
| CentOS 7 | 2.7, 3.6 |x86-64 |
+----------------------------------+-------------------------------+-----------------------+
| CentOS 8 | 2.7, 3.6 |x86-64 |
+----------------------------------+-------------------------------+-----------------------+
| Debian 9 Stretch | 2.7, 3.5 |x86 |
+----------------------------------+-------------------------------+-----------------------+
| Debian 10 Buster | 2.7, 3.7 |x86 |
+----------------------------------+-------------------------------+-----------------------+
| Fedora 29 | 2.7, 3.7 |x86-64 |
+----------------------------------+-------------------------------+-----------------------+
| Fedora 30 | 2.7, 3.7 |x86-64 |
+----------------------------------+-------------------------------+-----------------------+
| Fedora 31 | 2.7, 3.7 |x86-64 |
+----------------------------------+-------------------------------+-----------------------+
| macOS 10.13 High Sierra* | 2.7, 3.5, 3.6, 3.7, 3.8 |x86-64 |
+----------------------------------+-------------------------------+-----------------------+
| Ubuntu Linux 16.04 LTS | 2.7, 3.5, 3.6, 3.7, 3.8, |x86-64 |