summaryrefslogtreecommitdiff
path: root/kitchen-tests
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-03-03 00:01:42 -0800
committerGitHub <noreply@github.com>2018-03-03 00:01:42 -0800
commitcadc9b3fbc51a1019b868d59259f852154633d0c (patch)
tree875c3feaa6578a6f8e0da474f1d650fca4560582 /kitchen-tests
parentf008d1af717a3ef147f00a796b99ca4679745bd6 (diff)
parent3af39331e25dbde89256f816614ea103dfb30a77 (diff)
downloadchef-cadc9b3fbc51a1019b868d59259f852154633d0c.tar.gz
Merge pull request #6937 from chef/test_18.04
Add Ubuntu 18.04 Testing in Travis
Diffstat (limited to 'kitchen-tests')
-rw-r--r--kitchen-tests/.kitchen.travis.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/kitchen-tests/.kitchen.travis.yml b/kitchen-tests/.kitchen.travis.yml
index a8bc149b94..54a4ec6bc2 100644
--- a/kitchen-tests/.kitchen.travis.yml
+++ b/kitchen-tests/.kitchen.travis.yml
@@ -93,6 +93,14 @@ platforms:
- RUN /usr/bin/apt-get update
- RUN /usr/bin/apt-get -y install sudo
+- name: ubuntu-18.04
+ driver:
+ image: dokken/ubuntu-18.04
+ pid_one_command: /bin/systemd
+ intermediate_instructions:
+ - RUN /usr/bin/apt-get update
+ - RUN /usr/bin/apt-get -y install sudo
+
- name: opensuse-leap
driver:
image: dokken/opensuse-leap
@@ -105,7 +113,7 @@ suites:
run_list:
- recipe[base::default]
- name: awesome_customers_ubuntu
- includes: [ubuntu-14.04, ubuntu-16.04]
+ includes: [ubuntu-14.04, ubuntu-16.04, ubuntu-18.04]
run_list:
- recipe[awesome_customers_ubuntu_wrapper::default]
- name: awesome_customers_rhel