mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-07 04:51:41 +00:00
ci(kitchen+ci): update with latest CVE pre-salted images [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/374
This commit is contained in:
parent
4250e88bee
commit
1df89bcba3
4 changed files with 281 additions and 410 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -127,6 +127,7 @@ tmp/
|
|||
# `salt-formula` -- Vagrant Specific files
|
||||
.vagrant
|
||||
top.sls
|
||||
!test/salt/pillar/top.sls
|
||||
|
||||
# `suricata-formula` -- Platform binaries
|
||||
*.rpm
|
||||
|
|
125
.gitlab-ci.yml
125
.gitlab-ci.yml
|
@ -162,77 +162,60 @@ gentoo-gentoo-stage3-latest-master-py3: {extends: '.test_instance'}
|
|||
gentoo-gentoo-stage3-systemd-master-py3: {extends: '.test_instance'}
|
||||
redhat8-almalinux-8-master-py3: {extends: '.test_instance'}
|
||||
redhat8-rockylinux-8-master-py3: {extends: '.test_instance'}
|
||||
# debian-debian-11-3003-2-py3: {extends: '.test_instance'}
|
||||
# debian-debian-10-3003-2-py3: {extends: '.test_instance'}
|
||||
# debian-debian-9-3003-2-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-2004-3003-2-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-1804-3003-2-py3: {extends: '.test_instance'}
|
||||
# redhat8-centos-8-3003-2-py3: {extends: '.test_instance'}
|
||||
# centos-centos-7-3003-2-py3: {extends: '.test_instance'}
|
||||
# fedora-fedora-34-3003-2-py3: {extends: '.test_instance'}
|
||||
# fedora-fedora-33-3003-2-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-leap-153-3003-2-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-leap-152-3003-2-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-tmbl-latest-3003-2-py3: {extends: '.test_instance'}
|
||||
# amazon-amazonlinux-2-3003-2-py3: {extends: '.test_instance'}
|
||||
# redhat8-oraclelinux-8-3003-2-py3: {extends: '.test_instance'}
|
||||
# centos-oraclelinux-7-3003-2-py3: {extends: '.test_instance'}
|
||||
# arch-arch-base-latest-3003-2-py3: {extends: '.test_instance'}
|
||||
# gentoo-gentoo-stage3-latest-3003-2-py3: {extends: '.test_instance'}
|
||||
# gentoo-gentoo-stage3-systemd-3003-2-py3: {extends: '.test_instance'}
|
||||
# redhat8-almalinux-8-3003-2-py3: {extends: '.test_instance'}
|
||||
# arch-arch-base-latest-3003-1-py3: {extends: '.test_instance'}
|
||||
# gentoo-gentoo-stage3-latest-3003-1-py3: {extends: '.test_instance'}
|
||||
# gentoo-gentoo-stage3-systemd-3003-1-py3: {extends: '.test_instance'}
|
||||
# debian-debian-11-3002-6-py3: {extends: '.test_instance'}
|
||||
# debian-debian-10-3002-6-py3: {extends: '.test_instance'}
|
||||
# debian-debian-9-3002-6-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-2004-3002-6-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-1804-3002-6-py3: {extends: '.test_instance'}
|
||||
# redhat8-centos-8-3002-6-py3: {extends: '.test_instance'}
|
||||
# centos-centos-7-3002-6-py3: {extends: '.test_instance'}
|
||||
# fedora-fedora-34-3002-6-py3: {extends: '.test_instance'}
|
||||
# fedora-fedora-33-3002-6-py3: {extends: '.test_instance'}
|
||||
# amazon-amazonlinux-2-3002-6-py3: {extends: '.test_instance'}
|
||||
# redhat8-oraclelinux-8-3002-6-py3: {extends: '.test_instance'}
|
||||
# centos-oraclelinux-7-3002-6-py3: {extends: '.test_instance'}
|
||||
# arch-arch-base-latest-3002-6-py3: {extends: '.test_instance'}
|
||||
# gentoo-gentoo-stage3-latest-3002-6-py3: {extends: '.test_instance'}
|
||||
# gentoo-gentoo-stage3-systemd-3002-6-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-leap-153-3002-2-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-leap-152-3002-2-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-tmbl-latest-3002-2-py3: {extends: '.test_instance'}
|
||||
# debian-debian-10-3001-7-py3: {extends: '.test_instance'}
|
||||
# debian-debian-9-3001-7-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-2004-3001-7-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-1804-3001-7-py3: {extends: '.test_instance'}
|
||||
# redhat8-centos-8-3001-7-py3: {extends: '.test_instance'}
|
||||
# centos-centos-7-3001-7-py3: {extends: '.test_instance'}
|
||||
# fedora-fedora-34-3001-7-py3: {extends: '.test_instance'}
|
||||
# fedora-fedora-33-3001-7-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-leap-153-3001-7-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-leap-152-3001-7-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-tmbl-latest-3001-7-py3: {extends: '.test_instance'}
|
||||
# amazon-amazonlinux-2-3001-7-py3: {extends: '.test_instance'}
|
||||
# redhat8-oraclelinux-8-3001-7-py3: {extends: '.test_instance'}
|
||||
# centos-oraclelinux-7-3001-7-py3: {extends: '.test_instance'}
|
||||
# arch-arch-base-latest-3001-7-py3: {extends: '.test_instance'}
|
||||
# gentoo-gentoo-stage3-latest-3001-7-py3: {extends: '.test_instance'}
|
||||
# gentoo-gentoo-stage3-systemd-3001-7-py3: {extends: '.test_instance'}
|
||||
# debian-debian-10-3000-9-py3: {extends: '.test_instance'}
|
||||
# debian-debian-9-3000-9-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-1804-3000-9-py3: {extends: '.test_instance'}
|
||||
# redhat8-centos-8-3000-9-py3: {extends: '.test_instance'}
|
||||
# centos-centos-7-3000-9-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-leap-153-3000-9-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-leap-152-3000-9-py3: {extends: '.test_instance'}
|
||||
# amazon-amazonlinux-2-3000-9-py3: {extends: '.test_instance'}
|
||||
# redhat8-oraclelinux-8-3000-9-py3: {extends: '.test_instance'}
|
||||
# centos-oraclelinux-7-3000-9-py3: {extends: '.test_instance'}
|
||||
# gentoo-gentoo-stage3-latest-3000-9-py3: {extends: '.test_instance'}
|
||||
# gentoo-gentoo-stage3-systemd-3000-9-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-1804-3000-9-py2: {extends: '.test_instance'}
|
||||
# arch-arch-base-latest-3000-9-py2: {extends: '.test_instance'}
|
||||
# debian-debian-11-3003-3-py3: {extends: '.test_instance'}
|
||||
# debian-debian-10-3003-3-py3: {extends: '.test_instance'}
|
||||
# debian-debian-9-3003-3-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-2004-3003-3-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-1804-3003-3-py3: {extends: '.test_instance'}
|
||||
# redhat8-centos-8-3003-3-py3: {extends: '.test_instance'}
|
||||
# centos-centos-7-3003-3-py3: {extends: '.test_instance'}
|
||||
# fedora-fedora-34-3003-3-py3: {extends: '.test_instance'}
|
||||
# fedora-fedora-33-3003-3-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-leap-153-3003-3-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-leap-152-3003-3-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-tmbl-latest-3003-3-py3: {extends: '.test_instance'}
|
||||
# amazon-amazonlinux-2-3003-3-py3: {extends: '.test_instance'}
|
||||
# redhat8-oraclelinux-8-3003-3-py3: {extends: '.test_instance'}
|
||||
# centos-oraclelinux-7-3003-3-py3: {extends: '.test_instance'}
|
||||
# arch-arch-base-latest-3003-3-py3: {extends: '.test_instance'}
|
||||
# gentoo-gentoo-stage3-latest-3003-3-py3: {extends: '.test_instance'}
|
||||
# gentoo-gentoo-stage3-systemd-3003-3-py3: {extends: '.test_instance'}
|
||||
# redhat8-almalinux-8-3003-3-py3: {extends: '.test_instance'}
|
||||
# debian-debian-11-3002-7-py3: {extends: '.test_instance'}
|
||||
# debian-debian-10-3002-7-py3: {extends: '.test_instance'}
|
||||
# debian-debian-9-3002-7-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-2004-3002-7-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-1804-3002-7-py3: {extends: '.test_instance'}
|
||||
# redhat8-centos-8-3002-7-py3: {extends: '.test_instance'}
|
||||
# centos-centos-7-3002-7-py3: {extends: '.test_instance'}
|
||||
# fedora-fedora-34-3002-7-py3: {extends: '.test_instance'}
|
||||
# fedora-fedora-33-3002-7-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-leap-153-3002-7-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-leap-152-3002-7-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-tmbl-latest-3002-7-py3: {extends: '.test_instance'}
|
||||
# amazon-amazonlinux-2-3002-7-py3: {extends: '.test_instance'}
|
||||
# redhat8-oraclelinux-8-3002-7-py3: {extends: '.test_instance'}
|
||||
# centos-oraclelinux-7-3002-7-py3: {extends: '.test_instance'}
|
||||
# arch-arch-base-latest-3002-7-py3: {extends: '.test_instance'}
|
||||
# gentoo-gentoo-stage3-latest-3002-7-py3: {extends: '.test_instance'}
|
||||
# gentoo-gentoo-stage3-systemd-3002-7-py3: {extends: '.test_instance'}
|
||||
# debian-debian-10-3001-8-py3: {extends: '.test_instance'}
|
||||
# debian-debian-9-3001-8-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-2004-3001-8-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-1804-3001-8-py3: {extends: '.test_instance'}
|
||||
# redhat8-centos-8-3001-8-py3: {extends: '.test_instance'}
|
||||
# centos-centos-7-3001-8-py3: {extends: '.test_instance'}
|
||||
# fedora-fedora-34-3001-8-py3: {extends: '.test_instance'}
|
||||
# fedora-fedora-33-3001-8-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-leap-153-3001-8-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-leap-152-3001-8-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-tmbl-latest-3001-8-py3: {extends: '.test_instance'}
|
||||
# amazon-amazonlinux-2-3001-8-py3: {extends: '.test_instance'}
|
||||
# redhat8-oraclelinux-8-3001-8-py3: {extends: '.test_instance'}
|
||||
# centos-oraclelinux-7-3001-8-py3: {extends: '.test_instance'}
|
||||
# arch-arch-base-latest-3001-8-py3: {extends: '.test_instance'}
|
||||
# gentoo-gentoo-stage3-latest-3001-8-py3: {extends: '.test_instance'}
|
||||
# gentoo-gentoo-stage3-systemd-3001-8-py3: {extends: '.test_instance'}
|
||||
|
||||
###############################################################################
|
||||
# `release` stage: `semantic-release`
|
||||
|
|
125
.travis.yml
125
.travis.yml
|
@ -115,77 +115,60 @@ jobs:
|
|||
- env: INSTANCE=gentoo-gentoo-stage3-systemd-master-py3
|
||||
- env: INSTANCE=redhat8-almalinux-8-master-py3
|
||||
- env: INSTANCE=redhat8-rockylinux-8-master-py3
|
||||
# - env: INSTANCE=debian-debian-11-3003-2-py3
|
||||
# - env: INSTANCE=debian-debian-10-3003-2-py3
|
||||
# - env: INSTANCE=debian-debian-9-3003-2-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-2004-3003-2-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1804-3003-2-py3
|
||||
# - env: INSTANCE=redhat8-centos-8-3003-2-py3
|
||||
# - env: INSTANCE=centos-centos-7-3003-2-py3
|
||||
# - env: INSTANCE=fedora-fedora-34-3003-2-py3
|
||||
# - env: INSTANCE=fedora-fedora-33-3003-2-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-153-3003-2-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-152-3003-2-py3
|
||||
# - env: INSTANCE=suse-opensuse-tmbl-latest-3003-2-py3
|
||||
# - env: INSTANCE=amazon-amazonlinux-2-3003-2-py3
|
||||
# - env: INSTANCE=redhat8-oraclelinux-8-3003-2-py3
|
||||
# - env: INSTANCE=centos-oraclelinux-7-3003-2-py3
|
||||
# - env: INSTANCE=arch-arch-base-latest-3003-2-py3
|
||||
# - env: INSTANCE=gentoo-gentoo-stage3-latest-3003-2-py3
|
||||
# - env: INSTANCE=gentoo-gentoo-stage3-systemd-3003-2-py3
|
||||
# - env: INSTANCE=redhat8-almalinux-8-3003-2-py3
|
||||
# - env: INSTANCE=arch-arch-base-latest-3003-1-py3
|
||||
# - env: INSTANCE=gentoo-gentoo-stage3-latest-3003-1-py3
|
||||
# - env: INSTANCE=gentoo-gentoo-stage3-systemd-3003-1-py3
|
||||
# - env: INSTANCE=debian-debian-11-3002-6-py3
|
||||
# - env: INSTANCE=debian-debian-10-3002-6-py3
|
||||
# - env: INSTANCE=debian-debian-9-3002-6-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-2004-3002-6-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1804-3002-6-py3
|
||||
# - env: INSTANCE=redhat8-centos-8-3002-6-py3
|
||||
# - env: INSTANCE=centos-centos-7-3002-6-py3
|
||||
# - env: INSTANCE=fedora-fedora-34-3002-6-py3
|
||||
# - env: INSTANCE=fedora-fedora-33-3002-6-py3
|
||||
# - env: INSTANCE=amazon-amazonlinux-2-3002-6-py3
|
||||
# - env: INSTANCE=redhat8-oraclelinux-8-3002-6-py3
|
||||
# - env: INSTANCE=centos-oraclelinux-7-3002-6-py3
|
||||
# - env: INSTANCE=arch-arch-base-latest-3002-6-py3
|
||||
# - env: INSTANCE=gentoo-gentoo-stage3-latest-3002-6-py3
|
||||
# - env: INSTANCE=gentoo-gentoo-stage3-systemd-3002-6-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-153-3002-2-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-152-3002-2-py3
|
||||
# - env: INSTANCE=suse-opensuse-tmbl-latest-3002-2-py3
|
||||
# - env: INSTANCE=debian-debian-10-3001-7-py3
|
||||
# - env: INSTANCE=debian-debian-9-3001-7-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-2004-3001-7-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1804-3001-7-py3
|
||||
# - env: INSTANCE=redhat8-centos-8-3001-7-py3
|
||||
# - env: INSTANCE=centos-centos-7-3001-7-py3
|
||||
# - env: INSTANCE=fedora-fedora-34-3001-7-py3
|
||||
# - env: INSTANCE=fedora-fedora-33-3001-7-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-153-3001-7-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-152-3001-7-py3
|
||||
# - env: INSTANCE=suse-opensuse-tmbl-latest-3001-7-py3
|
||||
# - env: INSTANCE=amazon-amazonlinux-2-3001-7-py3
|
||||
# - env: INSTANCE=redhat8-oraclelinux-8-3001-7-py3
|
||||
# - env: INSTANCE=centos-oraclelinux-7-3001-7-py3
|
||||
# - env: INSTANCE=arch-arch-base-latest-3001-7-py3
|
||||
# - env: INSTANCE=gentoo-gentoo-stage3-latest-3001-7-py3
|
||||
# - env: INSTANCE=gentoo-gentoo-stage3-systemd-3001-7-py3
|
||||
# - env: INSTANCE=debian-debian-10-3000-9-py3
|
||||
# - env: INSTANCE=debian-debian-9-3000-9-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1804-3000-9-py3
|
||||
# - env: INSTANCE=redhat8-centos-8-3000-9-py3
|
||||
# - env: INSTANCE=centos-centos-7-3000-9-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-153-3000-9-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-152-3000-9-py3
|
||||
# - env: INSTANCE=amazon-amazonlinux-2-3000-9-py3
|
||||
# - env: INSTANCE=redhat8-oraclelinux-8-3000-9-py3
|
||||
# - env: INSTANCE=centos-oraclelinux-7-3000-9-py3
|
||||
# - env: INSTANCE=gentoo-gentoo-stage3-latest-3000-9-py3
|
||||
# - env: INSTANCE=gentoo-gentoo-stage3-systemd-3000-9-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1804-3000-9-py2
|
||||
# - env: INSTANCE=arch-arch-base-latest-3000-9-py2
|
||||
# - env: INSTANCE=debian-debian-11-3003-3-py3
|
||||
# - env: INSTANCE=debian-debian-10-3003-3-py3
|
||||
# - env: INSTANCE=debian-debian-9-3003-3-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-2004-3003-3-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1804-3003-3-py3
|
||||
# - env: INSTANCE=redhat8-centos-8-3003-3-py3
|
||||
# - env: INSTANCE=centos-centos-7-3003-3-py3
|
||||
# - env: INSTANCE=fedora-fedora-34-3003-3-py3
|
||||
# - env: INSTANCE=fedora-fedora-33-3003-3-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-153-3003-3-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-152-3003-3-py3
|
||||
# - env: INSTANCE=suse-opensuse-tmbl-latest-3003-3-py3
|
||||
# - env: INSTANCE=amazon-amazonlinux-2-3003-3-py3
|
||||
# - env: INSTANCE=redhat8-oraclelinux-8-3003-3-py3
|
||||
# - env: INSTANCE=centos-oraclelinux-7-3003-3-py3
|
||||
# - env: INSTANCE=arch-arch-base-latest-3003-3-py3
|
||||
# - env: INSTANCE=gentoo-gentoo-stage3-latest-3003-3-py3
|
||||
# - env: INSTANCE=gentoo-gentoo-stage3-systemd-3003-3-py3
|
||||
# - env: INSTANCE=redhat8-almalinux-8-3003-3-py3
|
||||
# - env: INSTANCE=debian-debian-11-3002-7-py3
|
||||
# - env: INSTANCE=debian-debian-10-3002-7-py3
|
||||
# - env: INSTANCE=debian-debian-9-3002-7-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-2004-3002-7-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1804-3002-7-py3
|
||||
# - env: INSTANCE=redhat8-centos-8-3002-7-py3
|
||||
# - env: INSTANCE=centos-centos-7-3002-7-py3
|
||||
# - env: INSTANCE=fedora-fedora-34-3002-7-py3
|
||||
# - env: INSTANCE=fedora-fedora-33-3002-7-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-153-3002-7-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-152-3002-7-py3
|
||||
# - env: INSTANCE=suse-opensuse-tmbl-latest-3002-7-py3
|
||||
# - env: INSTANCE=amazon-amazonlinux-2-3002-7-py3
|
||||
# - env: INSTANCE=redhat8-oraclelinux-8-3002-7-py3
|
||||
# - env: INSTANCE=centos-oraclelinux-7-3002-7-py3
|
||||
# - env: INSTANCE=arch-arch-base-latest-3002-7-py3
|
||||
# - env: INSTANCE=gentoo-gentoo-stage3-latest-3002-7-py3
|
||||
# - env: INSTANCE=gentoo-gentoo-stage3-systemd-3002-7-py3
|
||||
# - env: INSTANCE=debian-debian-10-3001-8-py3
|
||||
# - env: INSTANCE=debian-debian-9-3001-8-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-2004-3001-8-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1804-3001-8-py3
|
||||
# - env: INSTANCE=redhat8-centos-8-3001-8-py3
|
||||
# - env: INSTANCE=centos-centos-7-3001-8-py3
|
||||
# - env: INSTANCE=fedora-fedora-34-3001-8-py3
|
||||
# - env: INSTANCE=fedora-fedora-33-3001-8-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-153-3001-8-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-152-3001-8-py3
|
||||
# - env: INSTANCE=suse-opensuse-tmbl-latest-3001-8-py3
|
||||
# - env: INSTANCE=amazon-amazonlinux-2-3001-8-py3
|
||||
# - env: INSTANCE=redhat8-oraclelinux-8-3001-8-py3
|
||||
# - env: INSTANCE=centos-oraclelinux-7-3001-8-py3
|
||||
# - env: INSTANCE=arch-arch-base-latest-3001-8-py3
|
||||
# - env: INSTANCE=gentoo-gentoo-stage3-latest-3001-8-py3
|
||||
# - env: INSTANCE=gentoo-gentoo-stage3-systemd-3001-8-py3
|
||||
|
||||
## Define the release stage that runs `semantic-release`
|
||||
- stage: 'release'
|
||||
|
|
440
kitchen.yml
440
kitchen.yml
|
@ -166,337 +166,258 @@ platforms:
|
|||
driver:
|
||||
image: saltimages/salt-master-py3:rockylinux-8
|
||||
|
||||
## SALT `3003.2`
|
||||
- name: debian-11-3003-2-py3
|
||||
## SALT `3003.3`
|
||||
- name: debian-11-3003-3-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.2-py3:debian-11
|
||||
image: saltimages/salt-3003.3-py3:debian-11
|
||||
provision_command:
|
||||
- apt-get update
|
||||
- apt-get install --reinstall -y udev
|
||||
- apt-get install -y snapd
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: debian-10-3003-2-py3
|
||||
- name: debian-10-3003-3-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.2-py3:debian-10
|
||||
image: saltimages/salt-3003.3-py3:debian-10
|
||||
provision_command:
|
||||
- apt-get update
|
||||
- apt-get install --reinstall -y udev
|
||||
- apt-get install -y snapd
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: debian-9-3003-2-py3
|
||||
- name: debian-9-3003-3-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.2-py3:debian-9
|
||||
image: saltimages/salt-3003.3-py3:debian-9
|
||||
provision_command:
|
||||
- apt-get update
|
||||
- apt-get install --reinstall -y udev
|
||||
- apt-get install -y snapd
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: ubuntu-2004-3003-2-py3
|
||||
- name: ubuntu-2004-3003-3-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.2-py3:ubuntu-20.04
|
||||
image: saltimages/salt-3003.3-py3:ubuntu-20.04
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: ubuntu-1804-3003-2-py3
|
||||
- name: ubuntu-1804-3003-3-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.2-py3:ubuntu-18.04
|
||||
image: saltimages/salt-3003.3-py3:ubuntu-18.04
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: centos-8-3003-2-py3
|
||||
- name: centos-8-3003-3-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.2-py3:centos-8
|
||||
- name: centos-7-3003-2-py3
|
||||
image: saltimages/salt-3003.3-py3:centos-8
|
||||
- name: centos-7-3003-3-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.2-py3:centos-7
|
||||
- name: fedora-34-3003-2-py3
|
||||
image: saltimages/salt-3003.3-py3:centos-7
|
||||
- name: fedora-34-3003-3-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.2-py3:fedora-34
|
||||
- name: fedora-33-3003-2-py3
|
||||
image: saltimages/salt-3003.3-py3:fedora-34
|
||||
- name: fedora-33-3003-3-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.2-py3:fedora-33
|
||||
- name: opensuse-leap-153-3003-2-py3
|
||||
image: saltimages/salt-3003.3-py3:fedora-33
|
||||
- name: opensuse-leap-153-3003-3-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.2-py3:opensuse-leap-15.3
|
||||
image: saltimages/salt-3003.3-py3:opensuse-leap-15.3
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
- name: opensuse-leap-152-3003-2-py3
|
||||
- name: opensuse-leap-152-3003-3-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.2-py3:opensuse-leap-15.2
|
||||
image: saltimages/salt-3003.3-py3:opensuse-leap-15.2
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
- name: opensuse-tmbl-latest-3003-2-py3
|
||||
- name: opensuse-tmbl-latest-3003-3-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.2-py3:opensuse-tumbleweed-latest
|
||||
image: saltimages/salt-3003.3-py3:opensuse-tumbleweed-latest
|
||||
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
- name: amazonlinux-2-3003-2-py3
|
||||
- name: amazonlinux-2-3003-3-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.2-py3:amazonlinux-2
|
||||
- name: oraclelinux-8-3003-2-py3
|
||||
image: saltimages/salt-3003.3-py3:amazonlinux-2
|
||||
- name: oraclelinux-8-3003-3-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.2-py3:oraclelinux-8
|
||||
- name: oraclelinux-7-3003-2-py3
|
||||
image: saltimages/salt-3003.3-py3:oraclelinux-8
|
||||
- name: oraclelinux-7-3003-3-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.2-py3:oraclelinux-7
|
||||
- name: arch-base-latest-3003-2-py3
|
||||
image: saltimages/salt-3003.3-py3:oraclelinux-7
|
||||
- name: arch-base-latest-3003-3-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.2-py3:arch-base-latest
|
||||
- name: gentoo-stage3-latest-3003-2-py3
|
||||
image: saltimages/salt-3003.3-py3:arch-base-latest
|
||||
- name: gentoo-stage3-latest-3003-3-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.2-py3:gentoo-stage3-latest
|
||||
image: saltimages/salt-3003.3-py3:gentoo-stage3-latest
|
||||
run_command: /sbin/init
|
||||
- name: gentoo-stage3-systemd-3003-2-py3
|
||||
- name: gentoo-stage3-systemd-3003-3-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.2-py3:gentoo-stage3-systemd
|
||||
- name: almalinux-8-3003-2-py3
|
||||
image: saltimages/salt-3003.3-py3:gentoo-stage3-systemd
|
||||
- name: almalinux-8-3003-3-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.2-py3:almalinux-8
|
||||
image: saltimages/salt-3003.3-py3:almalinux-8
|
||||
|
||||
## SALT `3003.1`
|
||||
- name: arch-base-latest-3003-1-py3
|
||||
## SALT `3002.7`
|
||||
- name: debian-11-3002-7-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.1-py3:arch-base-latest
|
||||
- name: gentoo-stage3-latest-3003-1-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.1-py3:gentoo-stage3-latest
|
||||
run_command: /sbin/init
|
||||
- name: gentoo-stage3-systemd-3003-1-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.1-py3:gentoo-stage3-systemd
|
||||
|
||||
## SALT `3002.6`
|
||||
- name: debian-11-3002-6-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:debian-11
|
||||
image: saltimages/salt-3002.7-py3:debian-11
|
||||
provision_command:
|
||||
- apt-get update
|
||||
- apt-get install --reinstall -y udev
|
||||
- apt-get install -y snapd
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: debian-10-3002-6-py3
|
||||
- name: debian-10-3002-7-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:debian-10
|
||||
image: saltimages/salt-3002.7-py3:debian-10
|
||||
provision_command:
|
||||
- apt-get update
|
||||
- apt-get install --reinstall -y udev
|
||||
- apt-get install -y snapd
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: debian-9-3002-6-py3
|
||||
- name: debian-9-3002-7-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:debian-9
|
||||
image: saltimages/salt-3002.7-py3:debian-9
|
||||
provision_command:
|
||||
- apt-get update
|
||||
- apt-get install --reinstall -y udev
|
||||
- apt-get install -y snapd
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: ubuntu-2004-3002-6-py3
|
||||
- name: ubuntu-2004-3002-7-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:ubuntu-20.04
|
||||
image: saltimages/salt-3002.7-py3:ubuntu-20.04
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: ubuntu-1804-3002-6-py3
|
||||
- name: ubuntu-1804-3002-7-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:ubuntu-18.04
|
||||
image: saltimages/salt-3002.7-py3:ubuntu-18.04
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: centos-8-3002-6-py3
|
||||
- name: centos-8-3002-7-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:centos-8
|
||||
- name: centos-7-3002-6-py3
|
||||
image: saltimages/salt-3002.7-py3:centos-8
|
||||
- name: centos-7-3002-7-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:centos-7
|
||||
- name: fedora-34-3002-6-py3
|
||||
image: saltimages/salt-3002.7-py3:centos-7
|
||||
- name: fedora-34-3002-7-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:fedora-34
|
||||
- name: fedora-33-3002-6-py3
|
||||
image: saltimages/salt-3002.7-py3:fedora-34
|
||||
- name: fedora-33-3002-7-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:fedora-33
|
||||
- name: amazonlinux-2-3002-6-py3
|
||||
image: saltimages/salt-3002.7-py3:fedora-33
|
||||
- name: opensuse-leap-153-3002-7-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:amazonlinux-2
|
||||
- name: oraclelinux-8-3002-6-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:oraclelinux-8
|
||||
- name: oraclelinux-7-3002-6-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:oraclelinux-7
|
||||
- name: arch-base-latest-3002-6-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:arch-base-latest
|
||||
- name: gentoo-stage3-latest-3002-6-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:gentoo-stage3-latest
|
||||
run_command: /sbin/init
|
||||
- name: gentoo-stage3-systemd-3002-6-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:gentoo-stage3-systemd
|
||||
|
||||
## SALT `3002.2`
|
||||
- name: opensuse-leap-153-3002-2-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.2-py3:opensuse-leap-15.3
|
||||
image: saltimages/salt-3002.7-py3:opensuse-leap-15.3
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
- name: opensuse-leap-152-3002-2-py3
|
||||
- name: opensuse-leap-152-3002-7-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.2-py3:opensuse-leap-15.2
|
||||
image: saltimages/salt-3002.7-py3:opensuse-leap-15.2
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
- name: opensuse-tmbl-latest-3002-2-py3
|
||||
- name: opensuse-tmbl-latest-3002-7-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.2-py3:opensuse-tumbleweed-latest
|
||||
image: saltimages/salt-3002.7-py3:opensuse-tumbleweed-latest
|
||||
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
- name: amazonlinux-2-3002-7-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.7-py3:amazonlinux-2
|
||||
- name: oraclelinux-8-3002-7-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.7-py3:oraclelinux-8
|
||||
- name: oraclelinux-7-3002-7-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.7-py3:oraclelinux-7
|
||||
- name: arch-base-latest-3002-7-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.7-py3:arch-base-latest
|
||||
- name: gentoo-stage3-latest-3002-7-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.7-py3:gentoo-stage3-latest
|
||||
run_command: /sbin/init
|
||||
- name: gentoo-stage3-systemd-3002-7-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.7-py3:gentoo-stage3-systemd
|
||||
|
||||
## SALT `3001.7`
|
||||
- name: debian-10-3001-7-py3
|
||||
## SALT `3001.8`
|
||||
- name: debian-10-3001-8-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:debian-10
|
||||
image: saltimages/salt-3001.8-py3:debian-10
|
||||
provision_command:
|
||||
- apt-get update
|
||||
- apt-get install --reinstall -y udev
|
||||
- apt-get install -y snapd
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: debian-9-3001-7-py3
|
||||
- name: debian-9-3001-8-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:debian-9
|
||||
image: saltimages/salt-3001.8-py3:debian-9
|
||||
provision_command:
|
||||
- apt-get update
|
||||
- apt-get install --reinstall -y udev
|
||||
- apt-get install -y snapd
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: ubuntu-2004-3001-7-py3
|
||||
- name: ubuntu-2004-3001-8-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:ubuntu-20.04
|
||||
image: saltimages/salt-3001.8-py3:ubuntu-20.04
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: ubuntu-1804-3001-7-py3
|
||||
- name: ubuntu-1804-3001-8-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:ubuntu-18.04
|
||||
image: saltimages/salt-3001.8-py3:ubuntu-18.04
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: centos-8-3001-7-py3
|
||||
- name: centos-8-3001-8-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:centos-8
|
||||
- name: centos-7-3001-7-py3
|
||||
image: saltimages/salt-3001.8-py3:centos-8
|
||||
- name: centos-7-3001-8-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:centos-7
|
||||
- name: fedora-34-3001-7-py3
|
||||
image: saltimages/salt-3001.8-py3:centos-7
|
||||
- name: fedora-34-3001-8-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:fedora-34
|
||||
- name: fedora-33-3001-7-py3
|
||||
image: saltimages/salt-3001.8-py3:fedora-34
|
||||
- name: fedora-33-3001-8-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:fedora-33
|
||||
- name: opensuse-leap-153-3001-7-py3
|
||||
image: saltimages/salt-3001.8-py3:fedora-33
|
||||
- name: opensuse-leap-153-3001-8-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:opensuse-leap-15.3
|
||||
image: saltimages/salt-3001.8-py3:opensuse-leap-15.3
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
- name: opensuse-leap-152-3001-7-py3
|
||||
- name: opensuse-leap-152-3001-8-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:opensuse-leap-15.2
|
||||
image: saltimages/salt-3001.8-py3:opensuse-leap-15.2
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
- name: opensuse-tmbl-latest-3001-7-py3
|
||||
- name: opensuse-tmbl-latest-3001-8-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:opensuse-tumbleweed-latest
|
||||
image: saltimages/salt-3001.8-py3:opensuse-tumbleweed-latest
|
||||
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
- name: amazonlinux-2-3001-7-py3
|
||||
- name: amazonlinux-2-3001-8-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:amazonlinux-2
|
||||
- name: oraclelinux-8-3001-7-py3
|
||||
image: saltimages/salt-3001.8-py3:amazonlinux-2
|
||||
- name: oraclelinux-8-3001-8-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:oraclelinux-8
|
||||
- name: oraclelinux-7-3001-7-py3
|
||||
image: saltimages/salt-3001.8-py3:oraclelinux-8
|
||||
- name: oraclelinux-7-3001-8-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:oraclelinux-7
|
||||
- name: arch-base-latest-3001-7-py3
|
||||
image: saltimages/salt-3001.8-py3:oraclelinux-7
|
||||
- name: arch-base-latest-3001-8-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:arch-base-latest
|
||||
- name: gentoo-stage3-latest-3001-7-py3
|
||||
image: saltimages/salt-3001.8-py3:arch-base-latest
|
||||
- name: gentoo-stage3-latest-3001-8-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:gentoo-stage3-latest
|
||||
image: saltimages/salt-3001.8-py3:gentoo-stage3-latest
|
||||
run_command: /sbin/init
|
||||
- name: gentoo-stage3-systemd-3001-7-py3
|
||||
- name: gentoo-stage3-systemd-3001-8-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:gentoo-stage3-systemd
|
||||
|
||||
## SALT `3000.9`
|
||||
- name: debian-10-3000-9-py3
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py3:debian-10
|
||||
provision_command:
|
||||
- apt-get update
|
||||
- apt-get install --reinstall -y udev
|
||||
- apt-get install -y snapd
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: debian-9-3000-9-py3
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py3:debian-9
|
||||
provision_command:
|
||||
- apt-get update
|
||||
- apt-get install --reinstall -y udev
|
||||
- apt-get install -y snapd
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: ubuntu-1804-3000-9-py3
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py3:ubuntu-18.04
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: centos-8-3000-9-py3
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py3:centos-8
|
||||
- name: centos-7-3000-9-py3
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py3:centos-7
|
||||
- name: opensuse-leap-153-3000-9-py3
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py3:opensuse-leap-15.3
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
- name: opensuse-leap-152-3000-9-py3
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py3:opensuse-leap-15.2
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
- name: amazonlinux-2-3000-9-py3
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py3:amazonlinux-2
|
||||
- name: oraclelinux-8-3000-9-py3
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py3:oraclelinux-8
|
||||
- name: oraclelinux-7-3000-9-py3
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py3:oraclelinux-7
|
||||
- name: gentoo-stage3-latest-3000-9-py3
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py3:gentoo-stage3-latest
|
||||
run_command: /sbin/init
|
||||
- name: gentoo-stage3-systemd-3000-9-py3
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py3:gentoo-stage3-systemd
|
||||
- name: ubuntu-1804-3000-9-py2
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py2:ubuntu-18.04
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: arch-base-latest-3000-9-py2
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py2:arch-base-latest
|
||||
image: saltimages/salt-3001.8-py3:gentoo-stage3-systemd
|
||||
|
||||
verifier:
|
||||
# https://www.inspec.io/
|
||||
|
@ -515,16 +436,14 @@ suites:
|
|||
- debian-11-master-py3
|
||||
- debian-10-master-py3
|
||||
- debian-9-master-py3
|
||||
- debian-11-3003-2-py3
|
||||
- debian-10-3003-2-py3
|
||||
- debian-9-3003-2-py3
|
||||
- debian-11-3002-6-py3
|
||||
- debian-10-3002-6-py3
|
||||
- debian-9-3002-6-py3
|
||||
- debian-10-3001-7-py3
|
||||
- debian-9-3001-7-py3
|
||||
- debian-10-3000-9-py3
|
||||
- debian-9-3000-9-py3
|
||||
- debian-11-3003-3-py3
|
||||
- debian-10-3003-3-py3
|
||||
- debian-9-3003-3-py3
|
||||
- debian-11-3002-7-py3
|
||||
- debian-10-3002-7-py3
|
||||
- debian-9-3002-7-py3
|
||||
- debian-10-3001-8-py3
|
||||
- debian-9-3001-8-py3
|
||||
provisioner:
|
||||
dependencies:
|
||||
- name: node
|
||||
|
@ -553,14 +472,12 @@ suites:
|
|||
- ubuntu-1804-tiamat-py3
|
||||
- ubuntu-2004-master-py3
|
||||
- ubuntu-1804-master-py3
|
||||
- ubuntu-2004-3003-2-py3
|
||||
- ubuntu-1804-3003-2-py3
|
||||
- ubuntu-2004-3002-6-py3
|
||||
- ubuntu-1804-3002-6-py3
|
||||
- ubuntu-2004-3001-7-py3
|
||||
- ubuntu-1804-3001-7-py3
|
||||
- ubuntu-1804-3000-9-py3
|
||||
- ubuntu-1804-3000-9-py2
|
||||
- ubuntu-2004-3003-3-py3
|
||||
- ubuntu-1804-3003-3-py3
|
||||
- ubuntu-2004-3002-7-py3
|
||||
- ubuntu-1804-3002-7-py3
|
||||
- ubuntu-2004-3001-8-py3
|
||||
- ubuntu-1804-3001-8-py3
|
||||
provisioner:
|
||||
dependencies:
|
||||
- name: golang
|
||||
|
@ -586,12 +503,12 @@ suites:
|
|||
includes:
|
||||
- fedora-34-master-py3
|
||||
- fedora-33-master-py3
|
||||
- fedora-34-3003-2-py3
|
||||
- fedora-33-3003-2-py3
|
||||
- fedora-34-3002-6-py3
|
||||
- fedora-33-3002-6-py3
|
||||
- fedora-34-3001-7-py3
|
||||
- fedora-33-3001-7-py3
|
||||
- fedora-34-3003-3-py3
|
||||
- fedora-33-3003-3-py3
|
||||
- fedora-34-3002-7-py3
|
||||
- fedora-33-3002-7-py3
|
||||
- fedora-34-3001-8-py3
|
||||
- fedora-33-3001-8-py3
|
||||
provisioner:
|
||||
state_top:
|
||||
base:
|
||||
|
@ -618,15 +535,13 @@ suites:
|
|||
- oraclelinux-8-master-py3
|
||||
- almalinux-8-master-py3
|
||||
- rockylinux-8-master-py3
|
||||
- centos-8-3003-2-py3
|
||||
- oraclelinux-8-3003-2-py3
|
||||
- almalinux-8-3003-2-py3
|
||||
- centos-8-3002-6-py3
|
||||
- oraclelinux-8-3002-6-py3
|
||||
- centos-8-3001-7-py3
|
||||
- oraclelinux-8-3001-7-py3
|
||||
- centos-8-3000-9-py3
|
||||
- oraclelinux-8-3000-9-py3
|
||||
- centos-8-3003-3-py3
|
||||
- oraclelinux-8-3003-3-py3
|
||||
- almalinux-8-3003-3-py3
|
||||
- centos-8-3002-7-py3
|
||||
- oraclelinux-8-3002-7-py3
|
||||
- centos-8-3001-8-py3
|
||||
- oraclelinux-8-3001-8-py3
|
||||
provisioner:
|
||||
dependencies:
|
||||
- name: epel
|
||||
|
@ -654,14 +569,12 @@ suites:
|
|||
- oraclelinux-7-tiamat-py3
|
||||
- centos-7-master-py3
|
||||
- oraclelinux-7-master-py3
|
||||
- centos-7-3003-2-py3
|
||||
- oraclelinux-7-3003-2-py3
|
||||
- centos-7-3002-6-py3
|
||||
- oraclelinux-7-3002-6-py3
|
||||
- centos-7-3001-7-py3
|
||||
- oraclelinux-7-3001-7-py3
|
||||
- centos-7-3000-9-py3
|
||||
- oraclelinux-7-3000-9-py3
|
||||
- centos-7-3003-3-py3
|
||||
- oraclelinux-7-3003-3-py3
|
||||
- centos-7-3002-7-py3
|
||||
- oraclelinux-7-3002-7-py3
|
||||
- centos-7-3001-8-py3
|
||||
- oraclelinux-7-3001-8-py3
|
||||
provisioner:
|
||||
dependencies:
|
||||
- name: epel
|
||||
|
@ -687,10 +600,9 @@ suites:
|
|||
includes:
|
||||
- amazonlinux-2-tiamat-py3
|
||||
- amazonlinux-2-master-py3
|
||||
- amazonlinux-2-3003-2-py3
|
||||
- amazonlinux-2-3002-6-py3
|
||||
- amazonlinux-2-3001-7-py3
|
||||
- amazonlinux-2-3000-9-py3
|
||||
- amazonlinux-2-3003-3-py3
|
||||
- amazonlinux-2-3002-7-py3
|
||||
- amazonlinux-2-3001-8-py3
|
||||
provisioner:
|
||||
dependencies:
|
||||
- name: epel
|
||||
|
@ -717,17 +629,15 @@ suites:
|
|||
- opensuse-leap-153-master-py3
|
||||
- opensuse-leap-152-master-py3
|
||||
- opensuse-tmbl-latest-master-py3
|
||||
- opensuse-leap-153-3003-2-py3
|
||||
- opensuse-leap-152-3003-2-py3
|
||||
- opensuse-tmbl-latest-3003-2-py3
|
||||
- opensuse-leap-153-3002-2-py3
|
||||
- opensuse-leap-152-3002-2-py3
|
||||
- opensuse-tmbl-latest-3002-2-py3
|
||||
- opensuse-leap-153-3001-7-py3
|
||||
- opensuse-leap-152-3001-7-py3
|
||||
- opensuse-tmbl-latest-3001-7-py3
|
||||
- opensuse-leap-153-3000-9-py3
|
||||
- opensuse-leap-152-3000-9-py3
|
||||
- opensuse-leap-153-3003-3-py3
|
||||
- opensuse-leap-152-3003-3-py3
|
||||
- opensuse-tmbl-latest-3003-3-py3
|
||||
- opensuse-leap-153-3002-7-py3
|
||||
- opensuse-leap-152-3002-7-py3
|
||||
- opensuse-tmbl-latest-3002-7-py3
|
||||
- opensuse-leap-153-3001-8-py3
|
||||
- opensuse-leap-152-3001-8-py3
|
||||
- opensuse-tmbl-latest-3001-8-py3
|
||||
provisioner:
|
||||
state_top:
|
||||
base:
|
||||
|
@ -747,11 +657,9 @@ suites:
|
|||
- name: arch
|
||||
includes:
|
||||
- arch-base-latest-master-py3
|
||||
- arch-base-latest-3003-2-py3
|
||||
- arch-base-latest-3003-1-py3
|
||||
- arch-base-latest-3002-6-py3
|
||||
- arch-base-latest-3001-7-py3
|
||||
- arch-base-latest-3000-9-py2
|
||||
- arch-base-latest-3003-3-py3
|
||||
- arch-base-latest-3002-7-py3
|
||||
- arch-base-latest-3001-8-py3
|
||||
provisioner:
|
||||
state_top:
|
||||
base:
|
||||
|
@ -772,16 +680,12 @@ suites:
|
|||
includes:
|
||||
- gentoo-stage3-latest-master-py3
|
||||
- gentoo-stage3-systemd-master-py3
|
||||
- gentoo-stage3-latest-3003-2-py3
|
||||
- gentoo-stage3-systemd-3003-2-py3
|
||||
- gentoo-stage3-latest-3003-1-py3
|
||||
- gentoo-stage3-systemd-3003-1-py3
|
||||
- gentoo-stage3-latest-3002-6-py3
|
||||
- gentoo-stage3-systemd-3002-6-py3
|
||||
- gentoo-stage3-latest-3001-7-py3
|
||||
- gentoo-stage3-systemd-3001-7-py3
|
||||
- gentoo-stage3-latest-3000-9-py3
|
||||
- gentoo-stage3-systemd-3000-9-py3
|
||||
- gentoo-stage3-latest-3003-3-py3
|
||||
- gentoo-stage3-systemd-3003-3-py3
|
||||
- gentoo-stage3-latest-3002-7-py3
|
||||
- gentoo-stage3-systemd-3002-7-py3
|
||||
- gentoo-stage3-latest-3001-8-py3
|
||||
- gentoo-stage3-systemd-3001-8-py3
|
||||
provisioner:
|
||||
state_top:
|
||||
base:
|
||||
|
|
Loading…
Add table
Reference in a new issue