From 84e5ca63d33e66d6aa38124223e19a6aca32dd84 Mon Sep 17 00:00:00 2001 From: diodonfrost Date: Fri, 28 Dec 2018 13:57:42 +0100 Subject: [PATCH] remove opensuse container tests --- .kitchen.yml | 26 -------------------------- .travis.yml | 12 ------------ 2 files changed, 38 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index bf4f61c..6be862a 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -116,32 +116,6 @@ platforms: run_command: /sbin/init platform: centos - # Opensuse - - name: opensuse-42.3 - driver: - image: diodonfrost/opensuse-42.3-ansible - run_command: /usr/lib/systemd/systemd - platform: opensuse - provision_command: - - sed -i 's/UsePAM yes/UsePAM no/g' /etc/ssh/sshd_config - - systemctl enable sshd - - name: opensuse-42.2 - driver: - image: diodonfrost/opensuse-42.2-ansible - run_command: /usr/lib/systemd/systemd - platform: opensuse - provision_command: - - sed -i 's/UsePAM yes/UsePAM no/g' /etc/ssh/sshd_config - - systemctl enable sshd - - name: opensuse-13.2 - driver: - image: diodonfrost/opensuse-13.2-ansible - run_command: /usr/lib/systemd/systemd - platform: opensuse - provision_command: - - sed -i 's/UsePAM yes/UsePAM no/g' /etc/ssh/sshd_config - - systemctl enable sshd - # Archlinux - name: archlinux-rolling driver: diff --git a/.travis.yml b/.travis.yml index e950112..d061752 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,18 +73,6 @@ env: - distribution: amazonlinux version: "1" -#-------------------------------- -# -# Opensuse -# -#-------------------------------- - - distribution: opensuse - version: "42.3" - - distribution: opensuse - version: "42.2" - - distribution: opensuse - version: "13.2" - #-------------------------------- # # Archlinux