diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-10-02 20:27:04 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-10-02 20:45:33 -0700 |
commit | 9672bd7956eadeb438aa67dba38430e0ca1935d5 (patch) | |
tree | 54705e5d6acd3afa65624b29c08d8399bb79518c /kitchen-tests | |
parent | a5f803ac2a59a707291c3fe5c5f1b06fe3c51087 (diff) | |
download | chef-9672bd7956eadeb438aa67dba38430e0ca1935d5.tar.gz |
Add CentOS 8 kitchen testing to buildkitecentos8
Validate each PR against a Test Kitchen run on CentOS 8
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/kitchen.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml index ffea0220e5..c640325a2b 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 |