From d4949d5166fdede21feae02fd6ba9ecf22f817e2 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 23 Feb 2017 20:07:12 -0800 Subject: [PATCH] Testing updates Signed-off-by: Tim Smith --- .kitchen.yml | 7 ++----- .travis.yml | 4 ---- Berksfile | 1 - 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index ba34ff3..c4ea52a 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -9,14 +9,11 @@ verifier: platforms: - name: centos-6.8 - - name: centos-7.2 + - name: centos-7.3 - name: debian-7.11 - name: debian-8.6 - name: fedora-25 - run_list: yum::dnf_yum_compat - - name: opensuse-13.2 - - name: opensuse-leap-42.1 - - name: ubuntu-12.04 + - name: opensuse-leap-42.2 - name: ubuntu-14.04 - name: ubuntu-16.04 diff --git a/.travis.yml b/.travis.yml index 20d2033..0018193 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,22 +20,18 @@ services: docker env: matrix: - - INSTANCE=default-ubuntu-1204 - INSTANCE=default-ubuntu-1404 - INSTANCE=default-ubuntu-1604 - INSTANCE=default-debian-8 - INSTANCE=default-centos-6 - INSTANCE=default-centos-7 - - INSTANCE=default-opensuse-132 - INSTANCE=default-opensuse-leap - INSTANCE=default-fedora-latest - - INSTANCE=instance-ubuntu-1204 - INSTANCE=instance-ubuntu-1404 - INSTANCE=instance-ubuntu-1604 - INSTANCE=instance-debian-8 - INSTANCE=instance-centos-6 - INSTANCE=instance-centos-7 - - INSTANCE=instance-opensuse-132 - INSTANCE=instance-opensuse-leap - INSTANCE=instance-fedora-latest - INSTANCE=runit-instance-ubuntu-1604 diff --git a/Berksfile b/Berksfile index 2a2065d..e09849c 100644 --- a/Berksfile +++ b/Berksfile @@ -3,6 +3,5 @@ source 'https://supermarket.chef.io' metadata group :integration do - cookbook 'yum' cookbook 'test', path: 'test/fixtures/cookbooks/test' end