From 9ab78d05a68b907ba241e5eb2dd76850458d2f1b Mon Sep 17 00:00:00 2001 From: Lance Albertson Date: Sun, 11 Oct 2020 09:56:40 -0700 Subject: [PATCH] Remove Amazon Linux 1 testing Signed-off-by: Lance Albertson --- .github/workflows/ci.yml | 1 - CHANGELOG.md | 1 + kitchen.dokken.yml | 5 ----- kitchen.yml | 3 --- 4 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49a4563..37b457b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,6 @@ jobs: strategy: matrix: os: - - 'amazonlinux' - 'amazonlinux-2' - 'debian-9' - 'debian-10' diff --git a/CHANGELOG.md b/CHANGELOG.md index 9624ce7..fda144d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Remove EL 6 testing +- Remove Amazon Linux 1 testing ## 5.3.1 (2018-07-24) diff --git a/kitchen.dokken.yml b/kitchen.dokken.yml index 9b84e76..61409ea 100644 --- a/kitchen.dokken.yml +++ b/kitchen.dokken.yml @@ -12,11 +12,6 @@ provisioner: name: dokken platforms: - - name: amazonlinux - driver: - image: dokken/amazonlinux - pid_one_command: /sbin/init - - name: amazonlinux-2 driver: image: dokken/amazonlinux-2 diff --git a/kitchen.yml b/kitchen.yml index 1b2e705..cf73c86 100644 --- a/kitchen.yml +++ b/kitchen.yml @@ -13,9 +13,6 @@ verifier: name: inspec platforms: - - name: amazonlinux - driver_config: - box: mvbcoding/awslinux - name: amazonlinux-2 - name: centos-7 - name: centos-8