From 3727f977971b150965612cc88ca475adf8217f5b Mon Sep 17 00:00:00 2001 From: Lance Albertson Date: Sun, 11 Oct 2020 09:58:07 -0700 Subject: [PATCH] Add Ubuntu 20.04 testing Signed-off-by: Lance Albertson --- .github/workflows/ci.yml | 1 + CHANGELOG.md | 1 + kitchen.dokken.yml | 7 +++++++ kitchen.yml | 1 + 4 files changed, 10 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37b457b..58e0b08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,7 @@ jobs: - 'fedora-latest' - 'ubuntu-1604' - 'ubuntu-1804' + - 'ubuntu-2004' - 'opensuse-leap-15' suite: - 'default' diff --git a/CHANGELOG.md b/CHANGELOG.md index fda144d..5270112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Standardise files with files in sous-chefs/repo-management +- Add Ubuntu 20.04 testing ### Fixed diff --git a/kitchen.dokken.yml b/kitchen.dokken.yml index 61409ea..1d3b9e2 100644 --- a/kitchen.dokken.yml +++ b/kitchen.dokken.yml @@ -60,6 +60,13 @@ platforms: intermediate_instructions: - RUN /usr/bin/apt-get update + - name: ubuntu-20.04 + driver: + image: dokken/ubuntu-20.04 + pid_one_command: /bin/systemd + intermediate_instructions: + - RUN /usr/bin/apt-get update + - name: opensuse-leap-15 driver: image: dokken/opensuse-leap-15 diff --git a/kitchen.yml b/kitchen.yml index cf73c86..9e70fff 100644 --- a/kitchen.yml +++ b/kitchen.yml @@ -22,6 +22,7 @@ platforms: - name: opensuse-leap-15 - name: ubuntu-16.04 - name: ubuntu-18.04 + - name: ubuntu-20.04 suites: - name: default