summaryrefslogtreecommitdiff
path: root/kitchen-tests/kitchen.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'kitchen-tests/kitchen.travis.yml')
-rw-r--r--kitchen-tests/kitchen.travis.yml21
1 files changed, 8 insertions, 13 deletions
diff --git a/kitchen-tests/kitchen.travis.yml b/kitchen-tests/kitchen.travis.yml
index 7daf95195f..5aba9f7a02 100644
--- a/kitchen-tests/kitchen.travis.yml
+++ b/kitchen-tests/kitchen.travis.yml
@@ -35,7 +35,7 @@ platforms:
pid_one_command: /sbin/init
intermediate_instructions:
# TODO: inspec 2.0 requires gcc-c++, adding here until it can be added to appbundler-updater
- - RUN yum -y install sudo gcc-c++
+ - RUN yum -y install gcc-c++
- RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers
- name: amazonlinux-2
@@ -43,7 +43,7 @@ platforms:
image: dokken/amazonlinux-2
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- - RUN yum -y install sudo gcc-c++
+ - RUN yum -y install gcc-c++
- RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers
- name: debian-8
@@ -52,7 +52,6 @@ platforms:
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update
- - RUN /usr/bin/apt-get -y install sudo
- name: debian-9
driver:
@@ -60,14 +59,13 @@ platforms:
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update
- - RUN /usr/bin/apt-get -y install sudo
- name: centos-6
driver:
image: dokken/centos-6
pid_one_command: /sbin/init
intermediate_instructions:
- - RUN yum -y install sudo gcc-c++
+ - RUN yum -y install gcc-c++
- RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers
- name: centos-7
@@ -75,7 +73,7 @@ platforms:
image: dokken/centos-7
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- - RUN yum -y install sudo gcc-c++
+ - RUN yum -y install gcc-c++
- RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers
- name: fedora-latest
@@ -83,7 +81,7 @@ platforms:
image: dokken/fedora-latest
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- - RUN dnf -y install sudo gcc-c++
+ - RUN dnf -y install gcc-c++
- RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers
- name: ubuntu-14.04
@@ -92,7 +90,6 @@ platforms:
pid_one_command: /sbin/init
intermediate_instructions:
- RUN /usr/bin/apt-get update
- - RUN /usr/bin/apt-get -y install sudo
- name: ubuntu-16.04
driver:
@@ -100,7 +97,6 @@ platforms:
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update
- - RUN /usr/bin/apt-get -y install sudo
- name: ubuntu-18.04
driver:
@@ -108,16 +104,15 @@ platforms:
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
pid_one_command: /bin/systemd
intermediate_instructions:
- - RUN /usr/bin/zypper install -y sudo gcc-c++
+ - RUN /usr/bin/zypper install -y gcc-c++
suites:
- - name: base
+ - name: end-to-end
run_list:
- - recipe[base::default]
+ - recipe[end_to_end::default]