Skip to content

Commit

Permalink
reduce test matrix: drop centos7, ubuntu 16.x, fedora < 32 (#91)
Browse files Browse the repository at this point in the history
* reduce test matrix: drop centos7, ubuntu 16.x, fedora < 32

* edit
  • Loading branch information
stefangweichinger committed Mar 25, 2021
1 parent dbd56e3 commit 165823a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/molecule_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@ jobs:
scenario:
- default
distros:
- centos7
- centos8
- debian10
- debian9
- fedora32
- fedora33
- ubuntu1604
- ubuntu1804
- ubuntu2004
releases:
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Please note that this role installs rclone from the upstream repository and not

## Supported Platforms

The build tests run on a selected set of distros, currently I decided to use the last two releases of each CentOS, Debian, Fedora, Ubuntu.
The build tests run on a selected set of distros:

* CentOS 7,8
* Debian 8,9,10
* Fedora 30,31,32,33
* Ubuntu 1604,1804,2004
* CentOS 8
* Debian 9,10
* Fedora 32,33
* Ubuntu 1804,2004
* Ubuntu derivated distros: Linux Mint, Pop!\_OS

Some older releases also work with this role, but I decided to remove some of them from `galaxy_info`.
Expand Down
4 changes: 0 additions & 4 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ galaxy_info:
platforms:
- name: EL
versions:
- 7
- 8
- name: Debian
versions:
Expand All @@ -22,13 +21,10 @@ galaxy_info:
versions:
- 33
- 32
- 31
- 30
- name: Ubuntu
versions:
- focal
- bionic
- xenial
galaxy_tags:
- networking
- system

0 comments on commit 165823a

Please sign in to comment.