summaryrefslogtreecommitdiff
path: root/kitchen-tests
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-10-03 11:59:23 -0700
committerGitHub <noreply@github.com>2019-10-03 11:59:23 -0700
commitf02a9dc5b6e68a88a465b0463eb074665e4c1769 (patch)
tree07f06e967076dcd783d673bfa8d39b3f539fa815 /kitchen-tests
parent9b4aa0f3276a298ea62666210d186871717407d5 (diff)
parent9672bd7956eadeb438aa67dba38430e0ca1935d5 (diff)
downloadchef-f02a9dc5b6e68a88a465b0463eb074665e4c1769.tar.gz
Merge pull request #8954 from chef/centos8
Add CentOS 8 kitchen testing to buildkite
Diffstat (limited to 'kitchen-tests')
-rw-r--r--kitchen-tests/kitchen.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml
index 2455a0140c..46859e79f6 100644
--- a/kitchen-tests/kitchen.yml
+++ b/kitchen-tests/kitchen.yml
@@ -83,6 +83,14 @@ platforms:
- RUN yum -y install e2fsprogs
- RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers
+- name: centos-8
+ driver:
+ image: dokken/centos-8
+ pid_one_command: /usr/lib/systemd/systemd
+ intermediate_instructions:
+ - RUN yum -y install e2fsprogs
+ - RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers
+
- name: oraclelinux-6
driver:
image: dokken/oraclelinux-6