summaryrefslogtreecommitdiff
path: root/kitchen-tests
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-03-17 20:09:45 -0700
committerTim Smith <tsmith@chef.io>2018-03-19 15:27:43 -0700
commit00d33cac95db5ca34caf7dcdb105f392fa57a858 (patch)
treef7a58889fb9f41e0082b38fe6774caf1a49ea0e0 /kitchen-tests
parent29465a9e25006611fce53eb20ad1bf627c0081a0 (diff)
downloadchef-00d33cac95db5ca34caf7dcdb105f392fa57a858.tar.gz
Test no Amazon Linux 2.0amazon_linux_build_essential
It's enough different and we're starting to get a good number of users on the new version. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r--kitchen-tests/.kitchen.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/kitchen-tests/.kitchen.travis.yml b/kitchen-tests/.kitchen.travis.yml
index 54a4ec6bc2..fdf4f05f69 100644
--- a/kitchen-tests/.kitchen.travis.yml
+++ b/kitchen-tests/.kitchen.travis.yml
@@ -37,6 +37,15 @@ platforms:
- RUN yum -y install sudo
- RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers
+- name: amazonlinux-2
+ driver:
+ image: dokken/amazonlinux-2
+ pid_one_command: /usr/lib/systemd/systemd
+ intermediate_instructions:
+ - RUN yum -y install sudo
+ - RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers
+
+
- name: debian-8
driver:
image: dokken/debian-8