summaryrefslogtreecommitdiff
path: root/kitchen-tests
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-09-30 21:34:47 -0700
committerTim Smith <tsmith84@gmail.com>2019-09-30 21:34:47 -0700
commit7be4b5305ccc0e9dcaf55183f1b47093defbbcc4 (patch)
treeb35818de58a53570fb5ff0b1999e04a9951814d0 /kitchen-tests
parent6bc4727f43d9656199e422052cc9a9421889b24a (diff)
downloadchef-7be4b5305ccc0e9dcaf55183f1b47093defbbcc4.tar.gz
Add testing in Buildkite for Oracle Linux 6/7/8oracle_test
Expand our PR testing to include Oracle Linux. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r--kitchen-tests/kitchen.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml
index 18ae4bcae1..9830d198f4 100644
--- a/kitchen-tests/kitchen.yml
+++ b/kitchen-tests/kitchen.yml
@@ -83,6 +83,29 @@ platforms:
- 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
+ pid_one_command: /sbin/init
+ intermediate_instructions:
+ - RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers
+
+- name: oraclelinux-7
+ driver:
+ image: dokken/oraclelinux-7
+ 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-8
+ driver:
+ image: dokken/oraclelinux-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: fedora-latest
driver:
image: dokken/fedora-latest