From 48908c94e8e7bc43a9ca525055bf5d97897d521c Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 26 Dec 2019 21:18:27 +1100 Subject: [PATCH 1/2] Updated CI targets [ci skip] --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 13333e465..a97922b64 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -401,10 +401,10 @@ These platforms are built and tested for every change. +----------------------------------+-------------------------------+-----------------------+ | 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 | From cc04ee7b5cb39d05faccaba5c161acef38c6d679 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 26 Dec 2019 21:20:19 +1100 Subject: [PATCH 2/2] Added CentOS 8 --- .travis.yml | 1 + azure-pipelines.yml | 5 +++++ docs/installation.rst | 2 ++ 3 files changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8eaee2e40..18dc421ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 38cf61f62..1cbe484ab 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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' diff --git a/docs/installation.rst b/docs/installation.rst index a97922b64..8760a0f4e 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -397,6 +397,8 @@ 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 |