Add Ubuntu 20.04 testing
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
parent
9ab78d05a6
commit
3727f97797
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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'
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user