Add Ubuntu 20.04 testing

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

View File

@ -48,6 +48,7 @@ jobs:
- 'fedora-latest' - 'fedora-latest'
- 'ubuntu-1604' - 'ubuntu-1604'
- 'ubuntu-1804' - 'ubuntu-1804'
- 'ubuntu-2004'
- 'opensuse-leap-15' - 'opensuse-leap-15'
suite: suite:
- 'default' - 'default'

View File

@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Standardise files with files in sous-chefs/repo-management - Standardise files with files in sous-chefs/repo-management
- Add Ubuntu 20.04 testing
### Fixed ### Fixed

View File

@ -60,6 +60,13 @@ platforms:
intermediate_instructions: intermediate_instructions:
- RUN /usr/bin/apt-get update - 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 - name: opensuse-leap-15
driver: driver:
image: dokken/opensuse-leap-15 image: dokken/opensuse-leap-15

View File

@ -22,6 +22,7 @@ platforms:
- name: opensuse-leap-15 - name: opensuse-leap-15
- name: ubuntu-16.04 - name: ubuntu-16.04
- name: ubuntu-18.04 - name: ubuntu-18.04
- name: ubuntu-20.04
suites: suites:
- name: default - name: default