feat: add Gentoo support
* Semi-automated using https://github.com/myii/ssf-formula/pull/269
This commit is contained in:
parent
22fa616f59
commit
127c5d779b
@ -84,6 +84,8 @@ jobs:
|
|||||||
# - env: INSTANCE=v3001-py3-amazonlinux-2-3001-py3
|
# - env: INSTANCE=v3001-py3-amazonlinux-2-3001-py3
|
||||||
- env: INSTANCE=v3001-py3-oraclelinux-8-3001-py3
|
- env: INSTANCE=v3001-py3-oraclelinux-8-3001-py3
|
||||||
# - env: INSTANCE=v3001-py3-oraclelinux-7-3001-py3
|
# - env: INSTANCE=v3001-py3-oraclelinux-7-3001-py3
|
||||||
|
- env: INSTANCE=v3001-py3-gentoo-stage3-latest-3001-py3
|
||||||
|
- env: INSTANCE=v3001-py3-gentoo-stage3-systemd-3001-py3
|
||||||
# - env: INSTANCE=v3000-py3-debian-10-3000-3-py3
|
# - env: INSTANCE=v3000-py3-debian-10-3000-3-py3
|
||||||
# - env: INSTANCE=v3000-py3-debian-9-3000-3-py3
|
# - env: INSTANCE=v3000-py3-debian-9-3000-3-py3
|
||||||
# - env: INSTANCE=v3000-py3-ubuntu-1804-3000-3-py3
|
# - env: INSTANCE=v3000-py3-ubuntu-1804-3000-3-py3
|
||||||
@ -96,6 +98,8 @@ jobs:
|
|||||||
- env: INSTANCE=v3000-py3-oraclelinux-7-3000-3-py3
|
- env: INSTANCE=v3000-py3-oraclelinux-7-3000-3-py3
|
||||||
- env: INSTANCE=v3000-py2-ubuntu-1804-3000-3-py2
|
- env: INSTANCE=v3000-py2-ubuntu-1804-3000-3-py2
|
||||||
# - env: INSTANCE=v3000-py2-ubuntu-1604-3000-3-py2
|
# - env: INSTANCE=v3000-py2-ubuntu-1604-3000-3-py2
|
||||||
|
# - env: INSTANCE=v3000-py3-gentoo-stage3-latest-3000-3-py3
|
||||||
|
# - env: INSTANCE=v3000-py3-gentoo-stage3-systemd-3000-3-py3
|
||||||
# - env: INSTANCE=v201902-py3-debian-10-2019-2-py3
|
# - env: INSTANCE=v201902-py3-debian-10-2019-2-py3
|
||||||
- env: INSTANCE=v201902-py3-debian-9-2019-2-py3
|
- env: INSTANCE=v201902-py3-debian-9-2019-2-py3
|
||||||
# - env: INSTANCE=v201902-py3-ubuntu-1804-2019-2-py3
|
# - env: INSTANCE=v201902-py3-ubuntu-1804-2019-2-py3
|
||||||
|
18
kitchen.yml
18
kitchen.yml
@ -53,6 +53,13 @@ platforms:
|
|||||||
- name: oraclelinux-7-3001-py3
|
- name: oraclelinux-7-3001-py3
|
||||||
driver:
|
driver:
|
||||||
image: saltimages/salt-3001-py3:oraclelinux-7
|
image: saltimages/salt-3001-py3:oraclelinux-7
|
||||||
|
- name: gentoo-stage3-latest-3001-py3
|
||||||
|
driver:
|
||||||
|
image: saltimages/salt-3001-py3:gentoo-stage3-latest
|
||||||
|
run_command: /sbin/init
|
||||||
|
- name: gentoo-stage3-systemd-3001-py3
|
||||||
|
driver:
|
||||||
|
image: saltimages/salt-3001-py3:gentoo-stage3-systemd
|
||||||
|
|
||||||
## SALT `3000.3`
|
## SALT `3000.3`
|
||||||
- name: debian-10-3000-3-py3
|
- name: debian-10-3000-3-py3
|
||||||
@ -96,6 +103,13 @@ platforms:
|
|||||||
- name: ubuntu-1604-3000-3-py2
|
- name: ubuntu-1604-3000-3-py2
|
||||||
driver:
|
driver:
|
||||||
image: saltimages/salt-3000.3-py2:ubuntu-16.04
|
image: saltimages/salt-3000.3-py2:ubuntu-16.04
|
||||||
|
- name: gentoo-stage3-latest-3000-3-py3
|
||||||
|
driver:
|
||||||
|
image: saltimages/salt-3000.3-py3:gentoo-stage3-latest
|
||||||
|
run_command: /sbin/init
|
||||||
|
- name: gentoo-stage3-systemd-3000-3-py3
|
||||||
|
driver:
|
||||||
|
image: saltimages/salt-3000.3-py3:gentoo-stage3-systemd
|
||||||
|
|
||||||
## SALT `2019.2`
|
## SALT `2019.2`
|
||||||
- name: debian-10-2019-2-py3
|
- name: debian-10-2019-2-py3
|
||||||
@ -172,6 +186,8 @@ suites:
|
|||||||
- amazonlinux-2-3001-py3
|
- amazonlinux-2-3001-py3
|
||||||
- oraclelinux-8-3001-py3
|
- oraclelinux-8-3001-py3
|
||||||
- oraclelinux-7-3001-py3
|
- oraclelinux-7-3001-py3
|
||||||
|
- gentoo-stage3-latest-3001-py3
|
||||||
|
- gentoo-stage3-systemd-3001-py3
|
||||||
provisioner:
|
provisioner:
|
||||||
state_top:
|
state_top:
|
||||||
base:
|
base:
|
||||||
@ -203,6 +219,8 @@ suites:
|
|||||||
- amazonlinux-2-3000-3-py3
|
- amazonlinux-2-3000-3-py3
|
||||||
- oraclelinux-8-3000-3-py3
|
- oraclelinux-8-3000-3-py3
|
||||||
- oraclelinux-7-3000-3-py3
|
- oraclelinux-7-3000-3-py3
|
||||||
|
- gentoo-stage3-latest-3000-3-py3
|
||||||
|
- gentoo-stage3-systemd-3000-3-py3
|
||||||
provisioner:
|
provisioner:
|
||||||
state_top:
|
state_top:
|
||||||
base:
|
base:
|
||||||
|
@ -17,3 +17,4 @@ supports:
|
|||||||
- platform-name: amazon
|
- platform-name: amazon
|
||||||
- platform-name: oracle
|
- platform-name: oracle
|
||||||
- platform-name: arch
|
- platform-name: arch
|
||||||
|
- platform-name: gentoo
|
||||||
|
@ -17,3 +17,4 @@ supports:
|
|||||||
- platform-name: amazon
|
- platform-name: amazon
|
||||||
- platform-name: oracle
|
- platform-name: oracle
|
||||||
- platform-name: arch
|
- platform-name: arch
|
||||||
|
- platform-name: gentoo
|
||||||
|
@ -17,3 +17,4 @@ supports:
|
|||||||
- platform-name: amazon
|
- platform-name: amazon
|
||||||
- platform-name: oracle
|
- platform-name: oracle
|
||||||
- platform-name: arch
|
- platform-name: arch
|
||||||
|
- platform-name: gentoo
|
||||||
|
@ -17,4 +17,5 @@ supports:
|
|||||||
- platform-name: amazon
|
- platform-name: amazon
|
||||||
- platform-name: oracle
|
- platform-name: oracle
|
||||||
- platform-name: arch
|
- platform-name: arch
|
||||||
|
- platform-name: gentoo
|
||||||
- platform: windows
|
- platform: windows
|
||||||
|
@ -17,3 +17,4 @@ supports:
|
|||||||
- platform-name: amazon
|
- platform-name: amazon
|
||||||
- platform-name: oracle
|
- platform-name: oracle
|
||||||
- platform-name: arch
|
- platform-name: arch
|
||||||
|
- platform-name: gentoo
|
||||||
|
@ -21,3 +21,7 @@ salt:
|
|||||||
pillar_roots:
|
pillar_roots:
|
||||||
base:
|
base:
|
||||||
- /srv/pillar
|
- /srv/pillar
|
||||||
|
|
||||||
|
# Gentoo-specific, improves performance for subsequent test runs within the same day
|
||||||
|
portage:
|
||||||
|
sync_wait_one_day: true
|
||||||
|
Loading…
Reference in New Issue
Block a user