diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 06c0c0fb..690668b5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -71,6 +71,11 @@ jobs: - ubuntu-2404-master - ubuntu-2204-master - ubuntu-2004-master + - debian-12-3008 + - debian-11-3008 + - ubuntu-2404-3008 + - ubuntu-2204-3008 + - ubuntu-2004-3008 - debian-12-3007 - debian-11-3007 - ubuntu-2404-3007 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 578570fc..b722d513 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -222,6 +222,24 @@ rockylinux-8-master: {extends: '.test_instance_failure_permitted'} ubuntu-2404-master: {extends: '.test_instance_failure_permitted'} ubuntu-2204-master: {extends: '.test_instance_failure_permitted'} ubuntu-2004-master: {extends: '.test_instance_failure_permitted'} +almalinux-9-3008: {extends: '.test_instance'} +almalinux-8-3008: {extends: '.test_instance'} +amazonlinux-2023-3008: {extends: '.test_instance'} +amazonlinux-2-3008: {extends: '.test_instance_failure_permitted'} +centos-stream9-3008: {extends: '.test_instance'} +debian-12-3008: {extends: '.test_instance'} +debian-11-3008: {extends: '.test_instance'} +fedora-41-3008: {extends: '.test_instance_failure_permitted'} +fedora-40-3008: {extends: '.test_instance'} +opensuse-leap-156-3008: {extends: '.test_instance'} +opensuse-tmbl-latest-3008: {extends: '.test_instance'} +oraclelinux-9-3008: {extends: '.test_instance'} +oraclelinux-8-3008: {extends: '.test_instance'} +rockylinux-9-3008: {extends: '.test_instance'} +rockylinux-8-3008: {extends: '.test_instance'} +ubuntu-2404-3008: {extends: '.test_instance'} +ubuntu-2204-3008: {extends: '.test_instance'} +ubuntu-2004-3008: {extends: '.test_instance'} almalinux-9-3007: {extends: '.test_instance'} almalinux-8-3007: {extends: '.test_instance'} amazonlinux-2023-3007: {extends: '.test_instance'} diff --git a/kitchen.yml b/kitchen.yml index 2dc402f1..e91b7e01 100644 --- a/kitchen.yml +++ b/kitchen.yml @@ -91,6 +91,75 @@ platforms: driver: image: saltimages/salt-master-py3:rockylinux-8 + ## SALT `3008.0` + - name: debian-12-3008-0 + driver: + image: saltimages/salt-3008.0-py3:debian-12 + run_command: /lib/systemd/systemd + - name: debian-11-3008-0 + driver: + image: saltimages/salt-3008.0-py3:debian-11 + run_command: /lib/systemd/systemd + - name: ubuntu-2404-3008-0 + driver: + image: saltimages/salt-3008.0-py3:ubuntu-24.04 + run_command: /lib/systemd/systemd + - name: ubuntu-2204-3008-0 + driver: + image: saltimages/salt-3008.0-py3:ubuntu-22.04 + run_command: /lib/systemd/systemd + - name: ubuntu-2004-3008-0 + driver: + image: saltimages/salt-3008.0-py3:ubuntu-20.04 + run_command: /lib/systemd/systemd + - name: centos-stream9-3008-0 + driver: + image: saltimages/salt-3008.0-py3:centos-stream9 + - name: opensuse-leap-156-3008-0 + driver: + image: saltimages/salt-3008.0-py3:opensuse-leap-15.6 + # Workaround to avoid intermittent failures on `opensuse-leap-15.6`: + # => SCP did not finish successfully (255): (Net::SCP::Error) + transport: + max_ssh_sessions: 1 + - name: opensuse-tmbl-latest-3008-0 + driver: + image: saltimages/salt-3008.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: fedora-41-3008-0 + driver: + image: saltimages/salt-3008.0-py3:fedora-41 + - name: fedora-40-3008-0 + driver: + image: saltimages/salt-3008.0-py3:fedora-40 + - name: amazonlinux-2023-3008-0 + driver: + image: saltimages/salt-3008.0-py3:amazonlinux-2023 + - name: amazonlinux-2-3008-0 + driver: + image: saltimages/salt-3008.0-py3:amazonlinux-2 + - name: oraclelinux-9-3008-0 + driver: + image: saltimages/salt-3008.0-py3:oraclelinux-9 + - name: oraclelinux-8-3008-0 + driver: + image: saltimages/salt-3008.0-py3:oraclelinux-8 + - name: almalinux-9-3008-0 + driver: + image: saltimages/salt-3008.0-py3:almalinux-9 + - name: almalinux-8-3008-0 + driver: + image: saltimages/salt-3008.0-py3:almalinux-8 + - name: rockylinux-9-3008-0 + driver: + image: saltimages/salt-3008.0-py3:rockylinux-9 + - name: rockylinux-8-3008-0 + driver: + image: saltimages/salt-3008.0-py3:rockylinux-8 + ## SALT `3007.14` - name: debian-12-3007-14 driver: