Use rockylinux, but allow overriding to i.e. centos.

This commit is contained in:
Robert de Bock 2021-07-07 09:50:21 +02:00
parent f6b9577918
commit 8ca240a86d
2 changed files with 8 additions and 3 deletions

View File

@ -98,9 +98,15 @@ exceptions:
This optional file describes how Travis, Tox and Molecule should behave.
|parameter |type |default|description|
|----------------|---------------|-------|-----------|
|tox_version |list of strings|not set|What versions should Tox test? (Default: all.)|
|enterprise_linux|string |not set|If `EL` is used in `meta/main.yml` where should tests happen on? (Default: `rockylinux`.)
```yaml
---
travis_parallel: no
tox_versions:
- current
enterprise_linx: centos
```

View File

@ -26,7 +26,7 @@ platform_image_mapping:
Amazon: amazonlinux
Archlinux: archlinux
Debian: debian
EL: centos
EL: "{{ enterprise_linux | default('rockylinux') }}"
Fedora: fedora
OpenSUSE: opensuse
Ubuntu: ubuntu
@ -57,7 +57,6 @@ distribution_version_mapping:
- bullseye
EL:
all:
- 7
- latest
7:
- 7