From 3c8f93f04d5a051ba7c28bd493829e25b909a33e Mon Sep 17 00:00:00 2001 From: Carlos Hernandez Date: Wed, 27 Sep 2017 13:49:55 -0600 Subject: [PATCH] Add centos to list of tested plaforms on kitchen --- .kitchen.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.kitchen.yml b/.kitchen.yml index 3b89fdff..a1ccbc0c 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -69,6 +69,20 @@ platforms: tmpfs: - /run + - name: centos-latest + driver_config: + run_command: /lib/systemd/systemd + dockerfile: .Dockerfiles/centos/latest/Dockerfile + platform: centos + cap_add: + - SYS_ADMIN + volume: + - /sys/fs/cgroup:/sys/fs/cgroup:ro + - <%=ENV['PWD']%>:/opt/workspace # Make the working directory available inside the container + run_options: + tmpfs: + - /run + - name: ubuntu-latest driver_config: run_command: /lib/systemd/systemd @@ -110,6 +124,8 @@ suites: - roles/git-secret/.ci-tests/integration/gnupg1/serverspec/*_spec.rb bundler_path: '/usr/local/bin' rspec_path: '/usr/local/bin' + excludes: + - centos-latest - name: gnupg2 verifier: patterns: