Merge pull request #15 from myii/feat/add-gentoo-support
feat(osfamilymap): add Gentoo support
This commit is contained in:
commit
6f3d90a0aa
|
@ -160,8 +160,8 @@ default-amazonlinux-2-master-py3: {extends: '.test_instance'}
|
||||||
default-oraclelinux-8-master-py3: {extends: '.test_instance'}
|
default-oraclelinux-8-master-py3: {extends: '.test_instance'}
|
||||||
default-oraclelinux-7-master-py3: {extends: '.test_instance'}
|
default-oraclelinux-7-master-py3: {extends: '.test_instance'}
|
||||||
default-arch-base-latest-master-py3: {extends: '.test_instance'}
|
default-arch-base-latest-master-py3: {extends: '.test_instance'}
|
||||||
# default-gentoo-stage3-latest-master-py3: {extends: '.test_instance'}
|
default-gentoo-stage3-latest-master-py3: {extends: '.test_instance'}
|
||||||
# default-gentoo-stage3-systemd-master-py3: {extends: '.test_instance'}
|
default-gentoo-stage3-systemd-master-py3: {extends: '.test_instance'}
|
||||||
default-almalinux-8-master-py3: {extends: '.test_instance'}
|
default-almalinux-8-master-py3: {extends: '.test_instance'}
|
||||||
default-rockylinux-8-master-py3: {extends: '.test_instance'}
|
default-rockylinux-8-master-py3: {extends: '.test_instance'}
|
||||||
# default-debian-11-3004-0-py3: {extends: '.test_instance'}
|
# default-debian-11-3004-0-py3: {extends: '.test_instance'}
|
||||||
|
|
|
@ -135,8 +135,8 @@ jobs:
|
||||||
- env: INSTANCE=default-oraclelinux-8-master-py3
|
- env: INSTANCE=default-oraclelinux-8-master-py3
|
||||||
- env: INSTANCE=default-oraclelinux-7-master-py3
|
- env: INSTANCE=default-oraclelinux-7-master-py3
|
||||||
- env: INSTANCE=default-arch-base-latest-master-py3
|
- env: INSTANCE=default-arch-base-latest-master-py3
|
||||||
# - env: INSTANCE=default-gentoo-stage3-latest-master-py3
|
- env: INSTANCE=default-gentoo-stage3-latest-master-py3
|
||||||
# - env: INSTANCE=default-gentoo-stage3-systemd-master-py3
|
- env: INSTANCE=default-gentoo-stage3-systemd-master-py3
|
||||||
- env: INSTANCE=default-almalinux-8-master-py3
|
- env: INSTANCE=default-almalinux-8-master-py3
|
||||||
- env: INSTANCE=default-rockylinux-8-master-py3
|
- env: INSTANCE=default-rockylinux-8-master-py3
|
||||||
# - env: INSTANCE=default-debian-11-3004-0-py3
|
# - env: INSTANCE=default-debian-11-3004-0-py3
|
||||||
|
|
|
@ -20,3 +20,7 @@ Suse: {}
|
||||||
|
|
||||||
Arch:
|
Arch:
|
||||||
service: cronie
|
service: cronie
|
||||||
|
|
||||||
|
Gentoo:
|
||||||
|
pkg: sys-process/cronie
|
||||||
|
service: cronie
|
||||||
|
|
Loading…
Reference in New Issue