From 929d52346870e1dcaed532f44deffefcaf6f7118 Mon Sep 17 00:00:00 2001 From: Artem Sidorenko Date: Tue, 29 Oct 2019 13:26:15 +0100 Subject: [PATCH] CI: testing of Centos 8 Signed-off-by: Artem Sidorenko --- .kitchen.do.yml | 3 +++ .kitchen.dokken.yml | 4 ++++ .kitchen.yml | 1 + .travis.yml | 2 ++ 4 files changed, 10 insertions(+) diff --git a/.kitchen.do.yml b/.kitchen.do.yml index 7b915a83..077512a2 100644 --- a/.kitchen.do.yml +++ b/.kitchen.do.yml @@ -23,6 +23,9 @@ platforms: - name: centos-7 driver_config: image: centos-7-x64 +- name: centos-8 + driver_config: + image: centos-8-x64 - name: debian-9 driver_config: image: debian-9-x64 diff --git a/.kitchen.dokken.yml b/.kitchen.dokken.yml index 3a7adf6b..55d88478 100644 --- a/.kitchen.dokken.yml +++ b/.kitchen.dokken.yml @@ -33,6 +33,10 @@ platforms: driver: image: dokken/centos-7 pid_one_command: /usr/lib/systemd/systemd +- name: centos-8 + driver: + image: dokken/centos-8 + pid_one_command: /usr/lib/systemd/systemd - name: oracle-6 driver: image: oraclelinux:6 diff --git a/.kitchen.yml b/.kitchen.yml index 4616565e..3050c2cb 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -11,6 +11,7 @@ platforms: box: bento/ubuntu-18.04 - name: centos-6 - name: centos-7 +- name: centos-8 - name: oracle-6 - name: oracle-7 - name: debian-9 diff --git a/.travis.yml b/.travis.yml index d5fd709e..09c42f5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ env: - INSTANCE=centos-6 KITCHEN_LOCAL_YAML=.kitchen.do.yml - INSTANCE=centos-7 KITCHEN_LOCAL_YAML=.kitchen.do.yml - INSTANCE=centos-7 CHEF_VERSION=14.13.11 KITCHEN_LOCAL_YAML=.kitchen.do.yml + - INSTANCE=centos-8 KITCHEN_LOCAL_YAML=.kitchen.do.yml - INSTANCE=debian-9 KITCHEN_LOCAL_YAML=.kitchen.do.yml - INSTANCE=fedora-28 KITCHEN_LOCAL_YAML=.kitchen.do.yml - INSTANCE=fedora-29 KITCHEN_LOCAL_YAML=.kitchen.do.yml @@ -26,6 +27,7 @@ env: - INSTANCE=centos-7 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml - INSTANCE=centos-7 CHEF_VERSION=14.13.11 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml - INSTANCE=centos-7 CHEF_VERSION=current KITCHEN_LOCAL_YAML=.kitchen.dokken.yml + - INSTANCE=centos-8 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml - INSTANCE=oracle-6 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml - INSTANCE=oracle-7 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml - INSTANCE=debian-9 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml