* Automated using https://github.com/myii/ssf-formula/pull/385tags/v1.6.0
instance: | instance: | ||||
- freebsd-freebsd-130-master-py3 | - freebsd-freebsd-130-master-py3 | ||||
- freebsd-freebsd-122-master-py3 | - freebsd-freebsd-122-master-py3 | ||||
# - freebsd-freebsd-130-3003-1-py3 | |||||
# - freebsd-freebsd-122-3003-1-py3 | |||||
# - freebsd-freebsd-130-3004-0-py3 | |||||
# - freebsd-freebsd-122-3004-0-py3 | |||||
steps: | steps: | ||||
- name: 'Check out code' | - name: 'Check out code' | ||||
uses: 'actions/checkout@v2' | uses: 'actions/checkout@v2' |
############################################################################### | ############################################################################### | ||||
# Define `test` template | # Define `test` template | ||||
############################################################################### | ############################################################################### | ||||
.test_instance: | |||||
.test_instance: &test_instance | |||||
stage: *stage_test | stage: *stage_test | ||||
image: *image_dindruby | image: *image_dindruby | ||||
services: *services_docker_dind | services: *services_docker_dind | ||||
# Alternative value to consider: `${CI_JOB_NAME}` | # Alternative value to consider: `${CI_JOB_NAME}` | ||||
- 'bin/kitchen verify "${DOCKER_ENV_CI_JOB_NAME}"' | - 'bin/kitchen verify "${DOCKER_ENV_CI_JOB_NAME}"' | ||||
############################################################################### | |||||
# Define `test` template (`allow_failure: true`) | |||||
############################################################################### | |||||
.test_instance_failure_permitted: | |||||
<<: *test_instance | |||||
allow_failure: true | |||||
############################################################################### | ############################################################################### | ||||
# `test` stage: each instance below uses the `test` template above | # `test` stage: each instance below uses the `test` template above | ||||
############################################################################### | ############################################################################### | ||||
# debian-debian-9-tiamat-py3: {extends: '.test_instance'} | # debian-debian-9-tiamat-py3: {extends: '.test_instance'} | ||||
# ubuntu-ubuntu-2004-tiamat-py3: {extends: '.test_instance'} | # ubuntu-ubuntu-2004-tiamat-py3: {extends: '.test_instance'} | ||||
# ubuntu-ubuntu-1804-tiamat-py3: {extends: '.test_instance'} | # ubuntu-ubuntu-1804-tiamat-py3: {extends: '.test_instance'} | ||||
# redhat-centos-stream8-tiamat-py3: {extends: '.test_instance_failure_permitted'} | |||||
# redhat-centos-8-tiamat-py3: {extends: '.test_instance'} | # redhat-centos-8-tiamat-py3: {extends: '.test_instance'} | ||||
# redhat-centos-7-tiamat-py3: {extends: '.test_instance'} | # redhat-centos-7-tiamat-py3: {extends: '.test_instance'} | ||||
# redhat-amazonlinux-2-tiamat-py3: {extends: '.test_instance'} | # redhat-amazonlinux-2-tiamat-py3: {extends: '.test_instance'} | ||||
debian-debian-9-master-py3: {extends: '.test_instance'} | debian-debian-9-master-py3: {extends: '.test_instance'} | ||||
ubuntu-ubuntu-2004-master-py3: {extends: '.test_instance'} | ubuntu-ubuntu-2004-master-py3: {extends: '.test_instance'} | ||||
ubuntu-ubuntu-1804-master-py3: {extends: '.test_instance'} | ubuntu-ubuntu-1804-master-py3: {extends: '.test_instance'} | ||||
redhat-centos-stream8-master-py3: {extends: '.test_instance_failure_permitted'} | |||||
redhat-centos-8-master-py3: {extends: '.test_instance'} | redhat-centos-8-master-py3: {extends: '.test_instance'} | ||||
redhat-centos-7-master-py3: {extends: '.test_instance'} | redhat-centos-7-master-py3: {extends: '.test_instance'} | ||||
redhat-fedora-34-master-py3: {extends: '.test_instance'} | redhat-fedora-34-master-py3: {extends: '.test_instance'} | ||||
redhat-fedora-33-master-py3: {extends: '.test_instance'} | redhat-fedora-33-master-py3: {extends: '.test_instance'} | ||||
suse-opensuse-leap-153-master-py3: {extends: '.test_instance'} | suse-opensuse-leap-153-master-py3: {extends: '.test_instance'} | ||||
suse-opensuse-leap-152-master-py3: {extends: '.test_instance'} | suse-opensuse-leap-152-master-py3: {extends: '.test_instance'} | ||||
suse-opensuse-tmbl-latest-master-py3: {extends: '.test_instance'} | |||||
suse-opensuse-tmbl-latest-master-py3: {extends: '.test_instance_failure_permitted'} | |||||
redhat-amazonlinux-2-master-py3: {extends: '.test_instance'} | redhat-amazonlinux-2-master-py3: {extends: '.test_instance'} | ||||
redhat-oraclelinux-8-master-py3: {extends: '.test_instance'} | redhat-oraclelinux-8-master-py3: {extends: '.test_instance'} | ||||
redhat-oraclelinux-7-master-py3: {extends: '.test_instance'} | redhat-oraclelinux-7-master-py3: {extends: '.test_instance'} | ||||
redhat-almalinux-8-master-py3: {extends: '.test_instance'} | redhat-almalinux-8-master-py3: {extends: '.test_instance'} | ||||
redhat-rockylinux-8-master-py3: {extends: '.test_instance'} | redhat-rockylinux-8-master-py3: {extends: '.test_instance'} | ||||
# debian-debian-11-3004-0-py3: {extends: '.test_instance'} | |||||
# debian-debian-10-3004-0-py3: {extends: '.test_instance'} | |||||
# debian-debian-9-3004-0-py3: {extends: '.test_instance'} | |||||
# ubuntu-ubuntu-2004-3004-0-py3: {extends: '.test_instance'} | |||||
# ubuntu-ubuntu-1804-3004-0-py3: {extends: '.test_instance'} | |||||
# redhat-centos-stream8-3004-0-py3: {extends: '.test_instance_failure_permitted'} | |||||
# redhat-centos-8-3004-0-py3: {extends: '.test_instance'} | |||||
# redhat-centos-7-3004-0-py3: {extends: '.test_instance'} | |||||
# redhat-fedora-34-3004-0-py3: {extends: '.test_instance'} | |||||
# redhat-fedora-33-3004-0-py3: {extends: '.test_instance'} | |||||
# suse-opensuse-leap-153-3004-0-py3: {extends: '.test_instance'} | |||||
# suse-opensuse-leap-152-3004-0-py3: {extends: '.test_instance'} | |||||
# suse-opensuse-tmbl-latest-3004-0-py3: {extends: '.test_instance_failure_permitted'} | |||||
# redhat-amazonlinux-2-3004-0-py3: {extends: '.test_instance'} | |||||
# redhat-oraclelinux-8-3004-0-py3: {extends: '.test_instance'} | |||||
# redhat-oraclelinux-7-3004-0-py3: {extends: '.test_instance'} | |||||
# redhat-almalinux-8-3004-0-py3: {extends: '.test_instance'} | |||||
# redhat-rockylinux-8-3004-0-py3: {extends: '.test_instance'} | |||||
# debian-debian-11-3003-3-py3: {extends: '.test_instance'} | # debian-debian-11-3003-3-py3: {extends: '.test_instance'} | ||||
# debian-debian-10-3003-3-py3: {extends: '.test_instance'} | # debian-debian-10-3003-3-py3: {extends: '.test_instance'} | ||||
# debian-debian-9-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-2004-3003-3-py3: {extends: '.test_instance'} | ||||
# ubuntu-ubuntu-1804-3003-3-py3: {extends: '.test_instance'} | # ubuntu-ubuntu-1804-3003-3-py3: {extends: '.test_instance'} | ||||
# redhat-centos-stream8-3003-3-py3: {extends: '.test_instance_failure_permitted'} | |||||
# redhat-centos-8-3003-3-py3: {extends: '.test_instance'} | # redhat-centos-8-3003-3-py3: {extends: '.test_instance'} | ||||
# redhat-centos-7-3003-3-py3: {extends: '.test_instance'} | # redhat-centos-7-3003-3-py3: {extends: '.test_instance'} | ||||
# redhat-fedora-34-3003-3-py3: {extends: '.test_instance'} | # redhat-fedora-34-3003-3-py3: {extends: '.test_instance'} | ||||
# redhat-fedora-33-3003-3-py3: {extends: '.test_instance'} | # redhat-fedora-33-3003-3-py3: {extends: '.test_instance'} | ||||
# suse-opensuse-leap-153-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-leap-152-3003-3-py3: {extends: '.test_instance'} | ||||
# suse-opensuse-tmbl-latest-3003-3-py3: {extends: '.test_instance'} | |||||
# suse-opensuse-tmbl-latest-3003-3-py3: {extends: '.test_instance_failure_permitted'} | |||||
# redhat-amazonlinux-2-3003-3-py3: {extends: '.test_instance'} | # redhat-amazonlinux-2-3003-3-py3: {extends: '.test_instance'} | ||||
# redhat-oraclelinux-8-3003-3-py3: {extends: '.test_instance'} | # redhat-oraclelinux-8-3003-3-py3: {extends: '.test_instance'} | ||||
# redhat-oraclelinux-7-3003-3-py3: {extends: '.test_instance'} | # redhat-oraclelinux-7-3003-3-py3: {extends: '.test_instance'} | ||||
# redhat-fedora-33-3002-7-py3: {extends: '.test_instance'} | # redhat-fedora-33-3002-7-py3: {extends: '.test_instance'} | ||||
# suse-opensuse-leap-153-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-leap-152-3002-7-py3: {extends: '.test_instance'} | ||||
# suse-opensuse-tmbl-latest-3002-7-py3: {extends: '.test_instance'} | |||||
# suse-opensuse-tmbl-latest-3002-7-py3: {extends: '.test_instance_failure_permitted'} | |||||
# redhat-amazonlinux-2-3002-7-py3: {extends: '.test_instance'} | # redhat-amazonlinux-2-3002-7-py3: {extends: '.test_instance'} | ||||
# redhat-oraclelinux-8-3002-7-py3: {extends: '.test_instance'} | # redhat-oraclelinux-8-3002-7-py3: {extends: '.test_instance'} | ||||
# redhat-oraclelinux-7-3002-7-py3: {extends: '.test_instance'} | # redhat-oraclelinux-7-3002-7-py3: {extends: '.test_instance'} | ||||
# redhat-fedora-33-3001-8-py3: {extends: '.test_instance'} | # redhat-fedora-33-3001-8-py3: {extends: '.test_instance'} | ||||
# suse-opensuse-leap-153-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-leap-152-3001-8-py3: {extends: '.test_instance'} | ||||
# suse-opensuse-tmbl-latest-3001-8-py3: {extends: '.test_instance'} | |||||
# suse-opensuse-tmbl-latest-3001-8-py3: {extends: '.test_instance_failure_permitted'} | |||||
# redhat-amazonlinux-2-3001-8-py3: {extends: '.test_instance'} | # redhat-amazonlinux-2-3001-8-py3: {extends: '.test_instance'} | ||||
# redhat-oraclelinux-8-3001-8-py3: {extends: '.test_instance'} | # redhat-oraclelinux-8-3001-8-py3: {extends: '.test_instance'} | ||||
# redhat-oraclelinux-7-3001-8-py3: {extends: '.test_instance'} | # redhat-oraclelinux-7-3001-8-py3: {extends: '.test_instance'} |
# - env: INSTANCE=debian-debian-9-tiamat-py3 | # - env: INSTANCE=debian-debian-9-tiamat-py3 | ||||
# - env: INSTANCE=ubuntu-ubuntu-2004-tiamat-py3 | # - env: INSTANCE=ubuntu-ubuntu-2004-tiamat-py3 | ||||
# - env: INSTANCE=ubuntu-ubuntu-1804-tiamat-py3 | # - env: INSTANCE=ubuntu-ubuntu-1804-tiamat-py3 | ||||
# - env: INSTANCE=redhat-centos-stream8-tiamat-py3 | |||||
# - env: INSTANCE=redhat-centos-8-tiamat-py3 | # - env: INSTANCE=redhat-centos-8-tiamat-py3 | ||||
# - env: INSTANCE=redhat-centos-7-tiamat-py3 | # - env: INSTANCE=redhat-centos-7-tiamat-py3 | ||||
# - env: INSTANCE=redhat-amazonlinux-2-tiamat-py3 | # - env: INSTANCE=redhat-amazonlinux-2-tiamat-py3 | ||||
- env: INSTANCE=debian-debian-9-master-py3 | - env: INSTANCE=debian-debian-9-master-py3 | ||||
- env: INSTANCE=ubuntu-ubuntu-2004-master-py3 | - env: INSTANCE=ubuntu-ubuntu-2004-master-py3 | ||||
- env: INSTANCE=ubuntu-ubuntu-1804-master-py3 | - env: INSTANCE=ubuntu-ubuntu-1804-master-py3 | ||||
- env: INSTANCE=redhat-centos-stream8-master-py3 | |||||
- env: INSTANCE=redhat-centos-8-master-py3 | - env: INSTANCE=redhat-centos-8-master-py3 | ||||
- env: INSTANCE=redhat-centos-7-master-py3 | - env: INSTANCE=redhat-centos-7-master-py3 | ||||
- env: INSTANCE=redhat-fedora-34-master-py3 | - env: INSTANCE=redhat-fedora-34-master-py3 | ||||
- env: INSTANCE=redhat-oraclelinux-7-master-py3 | - env: INSTANCE=redhat-oraclelinux-7-master-py3 | ||||
- env: INSTANCE=redhat-almalinux-8-master-py3 | - env: INSTANCE=redhat-almalinux-8-master-py3 | ||||
- env: INSTANCE=redhat-rockylinux-8-master-py3 | - env: INSTANCE=redhat-rockylinux-8-master-py3 | ||||
# - env: INSTANCE=debian-debian-11-3004-0-py3 | |||||
# - env: INSTANCE=debian-debian-10-3004-0-py3 | |||||
# - env: INSTANCE=debian-debian-9-3004-0-py3 | |||||
# - env: INSTANCE=ubuntu-ubuntu-2004-3004-0-py3 | |||||
# - env: INSTANCE=ubuntu-ubuntu-1804-3004-0-py3 | |||||
# - env: INSTANCE=redhat-centos-stream8-3004-0-py3 | |||||
# - env: INSTANCE=redhat-centos-8-3004-0-py3 | |||||
# - env: INSTANCE=redhat-centos-7-3004-0-py3 | |||||
# - env: INSTANCE=redhat-fedora-34-3004-0-py3 | |||||
# - env: INSTANCE=redhat-fedora-33-3004-0-py3 | |||||
# - env: INSTANCE=suse-opensuse-leap-153-3004-0-py3 | |||||
# - env: INSTANCE=suse-opensuse-leap-152-3004-0-py3 | |||||
# - env: INSTANCE=suse-opensuse-tmbl-latest-3004-0-py3 | |||||
# - env: INSTANCE=redhat-amazonlinux-2-3004-0-py3 | |||||
# - env: INSTANCE=redhat-oraclelinux-8-3004-0-py3 | |||||
# - env: INSTANCE=redhat-oraclelinux-7-3004-0-py3 | |||||
# - env: INSTANCE=redhat-almalinux-8-3004-0-py3 | |||||
# - env: INSTANCE=redhat-rockylinux-8-3004-0-py3 | |||||
# - env: INSTANCE=debian-debian-11-3003-3-py3 | # - env: INSTANCE=debian-debian-11-3003-3-py3 | ||||
# - env: INSTANCE=debian-debian-10-3003-3-py3 | # - env: INSTANCE=debian-debian-10-3003-3-py3 | ||||
# - env: INSTANCE=debian-debian-9-3003-3-py3 | # - env: INSTANCE=debian-debian-9-3003-3-py3 | ||||
# - env: INSTANCE=ubuntu-ubuntu-2004-3003-3-py3 | # - env: INSTANCE=ubuntu-ubuntu-2004-3003-3-py3 | ||||
# - env: INSTANCE=ubuntu-ubuntu-1804-3003-3-py3 | # - env: INSTANCE=ubuntu-ubuntu-1804-3003-3-py3 | ||||
# - env: INSTANCE=redhat-centos-stream8-3003-3-py3 | |||||
# - env: INSTANCE=redhat-centos-8-3003-3-py3 | # - env: INSTANCE=redhat-centos-8-3003-3-py3 | ||||
# - env: INSTANCE=redhat-centos-7-3003-3-py3 | # - env: INSTANCE=redhat-centos-7-3003-3-py3 | ||||
# - env: INSTANCE=redhat-fedora-34-3003-3-py3 | # - env: INSTANCE=redhat-fedora-34-3003-3-py3 |
/test/integration/**/libraries/system.rb @saltstack-formulas/ssf | /test/integration/**/libraries/system.rb @saltstack-formulas/ssf | ||||
/test/integration/**/inspec.yml @saltstack-formulas/ssf | /test/integration/**/inspec.yml @saltstack-formulas/ssf | ||||
/test/integration/**/README.md @saltstack-formulas/ssf | /test/integration/**/README.md @saltstack-formulas/ssf | ||||
/test/salt/pillar/top.sls @saltstack-formulas/ssf | |||||
/.gitignore @saltstack-formulas/ssf | /.gitignore @saltstack-formulas/ssf | ||||
/.cirrus.yml @saltstack-formulas/ssf | /.cirrus.yml @saltstack-formulas/ssf | ||||
/.gitlab-ci.yml @saltstack-formulas/ssf | /.gitlab-ci.yml @saltstack-formulas/ssf |
- name: freebsd-122-master-py3 | - name: freebsd-122-master-py3 | ||||
driver: | driver: | ||||
box: myii/freebsd-12.2-master-py3 | box: myii/freebsd-12.2-master-py3 | ||||
- name: freebsd-130-3003-1-py3 | |||||
- name: freebsd-130-3004-0-py3 | |||||
driver: | driver: | ||||
box: myii/freebsd-13.0-3003.1-py3 | |||||
box: myii/freebsd-13.0-3004.0-py3 | |||||
synced_folders: [] # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255208 | synced_folders: [] # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255208 | ||||
- name: freebsd-122-3003-1-py3 | |||||
- name: freebsd-122-3004-0-py3 | |||||
driver: | driver: | ||||
box: myii/freebsd-12.2-3003.1-py3 | |||||
box: myii/freebsd-12.2-3004.0-py3 |
driver: | driver: | ||||
image: saltimages/salt-tiamat-py3:ubuntu-18.04 | image: saltimages/salt-tiamat-py3:ubuntu-18.04 | ||||
run_command: /lib/systemd/systemd | run_command: /lib/systemd/systemd | ||||
- name: centos-stream8-tiamat-py3 | |||||
driver: | |||||
image: saltimages/salt-tiamat-py3:centos-stream8 | |||||
- name: centos-8-tiamat-py3 | - name: centos-8-tiamat-py3 | ||||
driver: | driver: | ||||
image: saltimages/salt-tiamat-py3:centos-8 | image: saltimages/salt-tiamat-py3:centos-8 | ||||
driver: | driver: | ||||
image: saltimages/salt-master-py3:ubuntu-18.04 | image: saltimages/salt-master-py3:ubuntu-18.04 | ||||
run_command: /lib/systemd/systemd | run_command: /lib/systemd/systemd | ||||
- name: centos-stream8-master-py3 | |||||
driver: | |||||
image: saltimages/salt-master-py3:centos-stream8 | |||||
- name: centos-8-master-py3 | - name: centos-8-master-py3 | ||||
driver: | driver: | ||||
image: saltimages/salt-master-py3:centos-8 | image: saltimages/salt-master-py3:centos-8 | ||||
driver: | driver: | ||||
image: saltimages/salt-master-py3:rockylinux-8 | image: saltimages/salt-master-py3:rockylinux-8 | ||||
## SALT `3004.0` | |||||
- name: debian-11-3004-0-py3 | |||||
driver: | |||||
image: saltimages/salt-3004.0-py3:debian-11 | |||||
run_command: /lib/systemd/systemd | |||||
- name: debian-10-3004-0-py3 | |||||
driver: | |||||
image: saltimages/salt-3004.0-py3:debian-10 | |||||
run_command: /lib/systemd/systemd | |||||
- name: debian-9-3004-0-py3 | |||||
driver: | |||||
image: saltimages/salt-3004.0-py3:debian-9 | |||||
run_command: /lib/systemd/systemd | |||||
- name: ubuntu-2004-3004-0-py3 | |||||
driver: | |||||
image: saltimages/salt-3004.0-py3:ubuntu-20.04 | |||||
run_command: /lib/systemd/systemd | |||||
- name: ubuntu-1804-3004-0-py3 | |||||
driver: | |||||
image: saltimages/salt-3004.0-py3:ubuntu-18.04 | |||||
run_command: /lib/systemd/systemd | |||||
- name: centos-stream8-3004-0-py3 | |||||
driver: | |||||
image: saltimages/salt-3004.0-py3:centos-stream8 | |||||
- name: centos-8-3004-0-py3 | |||||
driver: | |||||
image: saltimages/salt-3004.0-py3:centos-8 | |||||
- name: centos-7-3004-0-py3 | |||||
driver: | |||||
image: saltimages/salt-3004.0-py3:centos-7 | |||||
- name: fedora-34-3004-0-py3 | |||||
driver: | |||||
image: saltimages/salt-3004.0-py3:fedora-34 | |||||
- name: fedora-33-3004-0-py3 | |||||
driver: | |||||
image: saltimages/salt-3004.0-py3:fedora-33 | |||||
- name: opensuse-leap-153-3004-0-py3 | |||||
driver: | |||||
image: saltimages/salt-3004.0-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-3004-0-py3 | |||||
driver: | |||||
image: saltimages/salt-3004.0-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-3004-0-py3 | |||||
driver: | |||||
image: saltimages/salt-3004.0-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-3004-0-py3 | |||||
driver: | |||||
image: saltimages/salt-3004.0-py3:amazonlinux-2 | |||||
- name: oraclelinux-8-3004-0-py3 | |||||
driver: | |||||
image: saltimages/salt-3004.0-py3:oraclelinux-8 | |||||
- name: oraclelinux-7-3004-0-py3 | |||||
driver: | |||||
image: saltimages/salt-3004.0-py3:oraclelinux-7 | |||||
- name: arch-base-latest-3004-0-py3 | |||||
driver: | |||||
image: saltimages/salt-3004.0-py3:arch-base-latest | |||||
- name: gentoo-stage3-latest-3004-0-py3 | |||||
driver: | |||||
image: saltimages/salt-3004.0-py3:gentoo-stage3-latest | |||||
run_command: /sbin/init | |||||
- name: gentoo-stage3-systemd-3004-0-py3 | |||||
driver: | |||||
image: saltimages/salt-3004.0-py3:gentoo-stage3-systemd | |||||
- name: almalinux-8-3004-0-py3 | |||||
driver: | |||||
image: saltimages/salt-3004.0-py3:almalinux-8 | |||||
- name: rockylinux-8-3004-0-py3 | |||||
driver: | |||||
image: saltimages/salt-3004.0-py3:rockylinux-8 | |||||
## SALT `3003.3` | ## SALT `3003.3` | ||||
- name: debian-11-3003-3-py3 | - name: debian-11-3003-3-py3 | ||||
driver: | driver: | ||||
driver: | driver: | ||||
image: saltimages/salt-3003.3-py3:ubuntu-18.04 | image: saltimages/salt-3003.3-py3:ubuntu-18.04 | ||||
run_command: /lib/systemd/systemd | run_command: /lib/systemd/systemd | ||||
- name: centos-stream8-3003-3-py3 | |||||
driver: | |||||
image: saltimages/salt-3003.3-py3:centos-stream8 | |||||
- name: centos-8-3003-3-py3 | - name: centos-8-3003-3-py3 | ||||
driver: | driver: | ||||
image: saltimages/salt-3003.3-py3:centos-8 | image: saltimages/salt-3003.3-py3:centos-8 | ||||
- debian-11-master-py3 | - debian-11-master-py3 | ||||
- debian-10-master-py3 | - debian-10-master-py3 | ||||
- debian-9-master-py3 | - debian-9-master-py3 | ||||
- debian-11-3004-0-py3 | |||||
- debian-10-3004-0-py3 | |||||
- debian-9-3004-0-py3 | |||||
- debian-11-3003-3-py3 | - debian-11-3003-3-py3 | ||||
- debian-10-3003-3-py3 | - debian-10-3003-3-py3 | ||||
- debian-9-3003-3-py3 | - debian-9-3003-3-py3 | ||||
- ubuntu-1804-tiamat-py3 | - ubuntu-1804-tiamat-py3 | ||||
- ubuntu-2004-master-py3 | - ubuntu-2004-master-py3 | ||||
- ubuntu-1804-master-py3 | - ubuntu-1804-master-py3 | ||||
- ubuntu-2004-3004-0-py3 | |||||
- ubuntu-1804-3004-0-py3 | |||||
- ubuntu-2004-3003-3-py3 | - ubuntu-2004-3003-3-py3 | ||||
- ubuntu-1804-3003-3-py3 | - ubuntu-1804-3003-3-py3 | ||||
- ubuntu-2004-3002-7-py3 | - ubuntu-2004-3002-7-py3 | ||||
- path: test/integration/default | - path: test/integration/default | ||||
- name: redhat | - name: redhat | ||||
includes: | includes: | ||||
- centos-stream8-tiamat-py3 | |||||
- centos-8-tiamat-py3 | - centos-8-tiamat-py3 | ||||
- centos-7-tiamat-py3 | - centos-7-tiamat-py3 | ||||
- amazonlinux-2-tiamat-py3 | - amazonlinux-2-tiamat-py3 | ||||
- oraclelinux-7-tiamat-py3 | - oraclelinux-7-tiamat-py3 | ||||
- almalinux-8-tiamat-py3 | - almalinux-8-tiamat-py3 | ||||
- rockylinux-8-tiamat-py3 | - rockylinux-8-tiamat-py3 | ||||
- centos-stream8-master-py3 | |||||
- centos-8-master-py3 | - centos-8-master-py3 | ||||
- centos-7-master-py3 | - centos-7-master-py3 | ||||
- fedora-34-master-py3 | - fedora-34-master-py3 | ||||
- oraclelinux-7-master-py3 | - oraclelinux-7-master-py3 | ||||
- almalinux-8-master-py3 | - almalinux-8-master-py3 | ||||
- rockylinux-8-master-py3 | - rockylinux-8-master-py3 | ||||
- centos-stream8-3004-0-py3 | |||||
- centos-8-3004-0-py3 | |||||
- centos-7-3004-0-py3 | |||||
- fedora-34-3004-0-py3 | |||||
- fedora-33-3004-0-py3 | |||||
- amazonlinux-2-3004-0-py3 | |||||
- oraclelinux-8-3004-0-py3 | |||||
- oraclelinux-7-3004-0-py3 | |||||
- almalinux-8-3004-0-py3 | |||||
- rockylinux-8-3004-0-py3 | |||||
- centos-stream8-3003-3-py3 | |||||
- centos-8-3003-3-py3 | - centos-8-3003-3-py3 | ||||
- centos-7-3003-3-py3 | - centos-7-3003-3-py3 | ||||
- fedora-34-3003-3-py3 | - fedora-34-3003-3-py3 | ||||
- opensuse-leap-153-master-py3 | - opensuse-leap-153-master-py3 | ||||
- opensuse-leap-152-master-py3 | - opensuse-leap-152-master-py3 | ||||
- opensuse-tmbl-latest-master-py3 | - opensuse-tmbl-latest-master-py3 | ||||
- opensuse-leap-153-3004-0-py3 | |||||
- opensuse-leap-152-3004-0-py3 | |||||
- opensuse-tmbl-latest-3004-0-py3 | |||||
- opensuse-leap-153-3003-3-py3 | - opensuse-leap-153-3003-3-py3 | ||||
- opensuse-leap-152-3003-3-py3 | - opensuse-leap-152-3003-3-py3 | ||||
- opensuse-tmbl-latest-3003-3-py3 | - opensuse-tmbl-latest-3003-3-py3 | ||||
includes: | includes: | ||||
- freebsd-130-master-py3 | - freebsd-130-master-py3 | ||||
- freebsd-122-master-py3 | - freebsd-122-master-py3 | ||||
- freebsd-130-3003-1-py3 | |||||
- freebsd-122-3003-1-py3 | |||||
- freebsd-130-3004-0-py3 | |||||
- freebsd-122-3004-0-py3 | |||||
provisioner: | provisioner: | ||||
state_top: | state_top: | ||||
base: | base: |