Remove Amazon Linux 1 testing

Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2020-10-11 09:56:40 -07:00
parent 0fd6330f75
commit 9ab78d05a6
4 changed files with 1 additions and 9 deletions

View File

@ -40,7 +40,6 @@ jobs:
strategy: strategy:
matrix: matrix:
os: os:
- 'amazonlinux'
- 'amazonlinux-2' - 'amazonlinux-2'
- 'debian-9' - 'debian-9'
- 'debian-10' - 'debian-10'

View File

@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed ### Removed
- Remove EL 6 testing - Remove EL 6 testing
- Remove Amazon Linux 1 testing
## 5.3.1 (2018-07-24) ## 5.3.1 (2018-07-24)

View File

@ -12,11 +12,6 @@ provisioner:
name: dokken name: dokken
platforms: platforms:
- name: amazonlinux
driver:
image: dokken/amazonlinux
pid_one_command: /sbin/init
- name: amazonlinux-2 - name: amazonlinux-2
driver: driver:
image: dokken/amazonlinux-2 image: dokken/amazonlinux-2

View File

@ -13,9 +13,6 @@ verifier:
name: inspec name: inspec
platforms: platforms:
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: amazonlinux-2 - name: amazonlinux-2
- name: centos-7 - name: centos-7
- name: centos-8 - name: centos-8