Browse Source

ci(kitchen+ci): update with `3004` pre-salted images/boxes [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/385
master
Imran Iqbal 3 years ago
parent
commit
361b72a2c3
No account linked to committer's email address
4 changed files with 165 additions and 5 deletions
  1. +37
    -5
      .gitlab-ci.yml
  2. +25
    -0
      .travis.yml
  3. +1
    -0
      CODEOWNERS
  4. +102
    -0
      kitchen.yml

+ 37
- 5
.gitlab-ci.yml View File

@@ -102,7 +102,7 @@ rubocop:
###############################################################################
# Define `test` template
###############################################################################
.test_instance:
.test_instance: &test_instance
stage: *stage_test
image: *image_dindruby
services: *services_docker_dind
@@ -117,6 +117,13 @@ rubocop:
# Alternative value to consider: `${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
###############################################################################
@@ -128,6 +135,7 @@ rubocop:
# without-ipv6-debian-9-tiamat-py3: {extends: '.test_instance'}
# without-ipv6-ubuntu-2004-tiamat-py3: {extends: '.test_instance'}
# without-ipv6-ubuntu-1804-tiamat-py3: {extends: '.test_instance'}
# default-centos-stream8-tiamat-py3: {extends: '.test_instance_failure_permitted'}
# default-centos-8-tiamat-py3: {extends: '.test_instance'}
# without-ipv6-centos-7-tiamat-py3: {extends: '.test_instance'}
# without-ipv6-amazonlinux-2-tiamat-py3: {extends: '.test_instance'}
@@ -142,6 +150,8 @@ default-debian-10-master-py3: {extends: '.test_instance'}
without-ipv6-debian-9-master-py3: {extends: '.test_instance'}
without-ipv6-ubuntu-2004-master-py3: {extends: '.test_instance'}
without-ipv6-ubuntu-1804-master-py3: {extends: '.test_instance'}
default-centos-stream8-master-py3: {extends: '.test_instance_failure_permitted'}
# without-ipv6-centos-stream8-master-py3: {extends: '.test_instance_failure_permitted'}
default-centos-8-master-py3: {extends: '.test_instance'}
# without-ipv6-centos-8-master-py3: {extends: '.test_instance'}
without-ipv6-centos-7-master-py3: {extends: '.test_instance'}
@@ -149,7 +159,7 @@ without-ipv6-fedora-34-master-py3: {extends: '.test_instance'}
without-ipv6-fedora-33-master-py3: {extends: '.test_instance'}
without-ipv6-opensuse-leap-153-master-py3: {extends: '.test_instance'}
without-ipv6-opensuse-leap-152-master-py3: {extends: '.test_instance'}
# without-ipv6-opensuse-tmbl-latest-master-py3: {extends: '.test_instance'}
# without-ipv6-opensuse-tmbl-latest-master-py3: {extends: '.test_instance_failure_permitted'}
without-ipv6-amazonlinux-2-master-py3: {extends: '.test_instance'}
default-oraclelinux-8-master-py3: {extends: '.test_instance'}
# without-ipv6-oraclelinux-8-master-py3: {extends: '.test_instance'}
@@ -161,18 +171,40 @@ default-almalinux-8-master-py3: {extends: '.test_instance'}
# without-ipv6-almalinux-8-master-py3: {extends: '.test_instance'}
default-rockylinux-8-master-py3: {extends: '.test_instance'}
# without-ipv6-rockylinux-8-master-py3: {extends: '.test_instance'}
# default-debian-11-3004-0-py3: {extends: '.test_instance'}
# default-debian-10-3004-0-py3: {extends: '.test_instance'}
# without-ipv6-debian-9-3004-0-py3: {extends: '.test_instance'}
# without-ipv6-ubuntu-2004-3004-0-py3: {extends: '.test_instance'}
# without-ipv6-ubuntu-1804-3004-0-py3: {extends: '.test_instance'}
# default-centos-stream8-3004-0-py3: {extends: '.test_instance_failure_permitted'}
# default-centos-8-3004-0-py3: {extends: '.test_instance'}
# without-ipv6-centos-7-3004-0-py3: {extends: '.test_instance'}
# without-ipv6-fedora-34-3004-0-py3: {extends: '.test_instance'}
# without-ipv6-fedora-33-3004-0-py3: {extends: '.test_instance'}
# without-ipv6-opensuse-leap-153-3004-0-py3: {extends: '.test_instance'}
# without-ipv6-opensuse-leap-152-3004-0-py3: {extends: '.test_instance'}
# without-ipv6-opensuse-tmbl-latest-3004-0-py3: {extends: '.test_instance_failure_permitted'}
# without-ipv6-amazonlinux-2-3004-0-py3: {extends: '.test_instance'}
# default-oraclelinux-8-3004-0-py3: {extends: '.test_instance'}
# without-ipv6-oraclelinux-7-3004-0-py3: {extends: '.test_instance'}
# without-ipv6-arch-base-latest-3004-0-py3: {extends: '.test_instance'}
# without-ipv6-gentoo-stage3-latest-3004-0-py3: {extends: '.test_instance'}
# without-ipv6-gentoo-stage3-systemd-3004-0-py3: {extends: '.test_instance'}
# default-almalinux-8-3004-0-py3: {extends: '.test_instance'}
# default-rockylinux-8-3004-0-py3: {extends: '.test_instance'}
# default-debian-11-3003-3-py3: {extends: '.test_instance'}
# default-debian-10-3003-3-py3: {extends: '.test_instance'}
# without-ipv6-debian-9-3003-3-py3: {extends: '.test_instance'}
# without-ipv6-ubuntu-2004-3003-3-py3: {extends: '.test_instance'}
# without-ipv6-ubuntu-1804-3003-3-py3: {extends: '.test_instance'}
# default-centos-stream8-3003-3-py3: {extends: '.test_instance_failure_permitted'}
# default-centos-8-3003-3-py3: {extends: '.test_instance'}
# without-ipv6-centos-7-3003-3-py3: {extends: '.test_instance'}
# without-ipv6-fedora-34-3003-3-py3: {extends: '.test_instance'}
# without-ipv6-fedora-33-3003-3-py3: {extends: '.test_instance'}
# without-ipv6-opensuse-leap-153-3003-3-py3: {extends: '.test_instance'}
# without-ipv6-opensuse-leap-152-3003-3-py3: {extends: '.test_instance'}
# without-ipv6-opensuse-tmbl-latest-3003-3-py3: {extends: '.test_instance'}
# without-ipv6-opensuse-tmbl-latest-3003-3-py3: {extends: '.test_instance_failure_permitted'}
# without-ipv6-amazonlinux-2-3003-3-py3: {extends: '.test_instance'}
# default-oraclelinux-8-3003-3-py3: {extends: '.test_instance'}
# without-ipv6-oraclelinux-7-3003-3-py3: {extends: '.test_instance'}
@@ -191,7 +223,7 @@ default-rockylinux-8-master-py3: {extends: '.test_instance'}
# without-ipv6-fedora-33-3002-7-py3: {extends: '.test_instance'}
# without-ipv6-opensuse-leap-153-3002-7-py3: {extends: '.test_instance'}
# without-ipv6-opensuse-leap-152-3002-7-py3: {extends: '.test_instance'}
# without-ipv6-opensuse-tmbl-latest-3002-7-py3: {extends: '.test_instance'}
# without-ipv6-opensuse-tmbl-latest-3002-7-py3: {extends: '.test_instance_failure_permitted'}
# without-ipv6-amazonlinux-2-3002-7-py3: {extends: '.test_instance'}
# default-oraclelinux-8-3002-7-py3: {extends: '.test_instance'}
# without-ipv6-oraclelinux-7-3002-7-py3: {extends: '.test_instance'}
@@ -208,7 +240,7 @@ default-rockylinux-8-master-py3: {extends: '.test_instance'}
# without-ipv6-fedora-33-3001-8-py3: {extends: '.test_instance'}
# without-ipv6-opensuse-leap-153-3001-8-py3: {extends: '.test_instance'}
# without-ipv6-opensuse-leap-152-3001-8-py3: {extends: '.test_instance'}
# without-ipv6-opensuse-tmbl-latest-3001-8-py3: {extends: '.test_instance'}
# without-ipv6-opensuse-tmbl-latest-3001-8-py3: {extends: '.test_instance_failure_permitted'}
# without-ipv6-amazonlinux-2-3001-8-py3: {extends: '.test_instance'}
# default-oraclelinux-8-3001-8-py3: {extends: '.test_instance'}
# without-ipv6-oraclelinux-7-3001-8-py3: {extends: '.test_instance'}

+ 25
- 0
.travis.yml View File

@@ -88,6 +88,7 @@ jobs:
# - env: INSTANCE=without-ipv6-debian-9-tiamat-py3
# - env: INSTANCE=without-ipv6-ubuntu-2004-tiamat-py3
# - env: INSTANCE=without-ipv6-ubuntu-1804-tiamat-py3
# - env: INSTANCE=default-centos-stream8-tiamat-py3
# - env: INSTANCE=default-centos-8-tiamat-py3
# - env: INSTANCE=without-ipv6-centos-7-tiamat-py3
# - env: INSTANCE=without-ipv6-amazonlinux-2-tiamat-py3
@@ -102,6 +103,8 @@ jobs:
- env: INSTANCE=without-ipv6-debian-9-master-py3
- env: INSTANCE=without-ipv6-ubuntu-2004-master-py3
- env: INSTANCE=without-ipv6-ubuntu-1804-master-py3
- env: INSTANCE=default-centos-stream8-master-py3
# - env: INSTANCE=without-ipv6-centos-stream8-master-py3
- env: INSTANCE=default-centos-8-master-py3
# - env: INSTANCE=without-ipv6-centos-8-master-py3
- env: INSTANCE=without-ipv6-centos-7-master-py3
@@ -121,11 +124,33 @@ jobs:
# - env: INSTANCE=without-ipv6-almalinux-8-master-py3
- env: INSTANCE=default-rockylinux-8-master-py3
# - env: INSTANCE=without-ipv6-rockylinux-8-master-py3
# - env: INSTANCE=default-debian-11-3004-0-py3
# - env: INSTANCE=default-debian-10-3004-0-py3
# - env: INSTANCE=without-ipv6-debian-9-3004-0-py3
# - env: INSTANCE=without-ipv6-ubuntu-2004-3004-0-py3
# - env: INSTANCE=without-ipv6-ubuntu-1804-3004-0-py3
# - env: INSTANCE=default-centos-stream8-3004-0-py3
# - env: INSTANCE=default-centos-8-3004-0-py3
# - env: INSTANCE=without-ipv6-centos-7-3004-0-py3
# - env: INSTANCE=without-ipv6-fedora-34-3004-0-py3
# - env: INSTANCE=without-ipv6-fedora-33-3004-0-py3
# - env: INSTANCE=without-ipv6-opensuse-leap-153-3004-0-py3
# - env: INSTANCE=without-ipv6-opensuse-leap-152-3004-0-py3
# - env: INSTANCE=without-ipv6-opensuse-tmbl-latest-3004-0-py3
# - env: INSTANCE=without-ipv6-amazonlinux-2-3004-0-py3
# - env: INSTANCE=default-oraclelinux-8-3004-0-py3
# - env: INSTANCE=without-ipv6-oraclelinux-7-3004-0-py3
# - env: INSTANCE=without-ipv6-arch-base-latest-3004-0-py3
# - env: INSTANCE=without-ipv6-gentoo-stage3-latest-3004-0-py3
# - env: INSTANCE=without-ipv6-gentoo-stage3-systemd-3004-0-py3
# - env: INSTANCE=default-almalinux-8-3004-0-py3
# - env: INSTANCE=default-rockylinux-8-3004-0-py3
# - env: INSTANCE=default-debian-11-3003-3-py3
# - env: INSTANCE=default-debian-10-3003-3-py3
# - env: INSTANCE=without-ipv6-debian-9-3003-3-py3
# - env: INSTANCE=without-ipv6-ubuntu-2004-3003-3-py3
# - env: INSTANCE=without-ipv6-ubuntu-1804-3003-3-py3
# - env: INSTANCE=default-centos-stream8-3003-3-py3
# - env: INSTANCE=default-centos-8-3003-3-py3
# - env: INSTANCE=without-ipv6-centos-7-3003-3-py3
# - env: INSTANCE=without-ipv6-fedora-34-3003-3-py3

+ 1
- 0
CODEOWNERS View File

@@ -26,6 +26,7 @@
/test/integration/**/libraries/system.rb @saltstack-formulas/ssf
/test/integration/**/inspec.yml @saltstack-formulas/ssf
/test/integration/**/README.md @saltstack-formulas/ssf
/test/salt/pillar/top.sls @saltstack-formulas/ssf
/.gitignore @saltstack-formulas/ssf
/.cirrus.yml @saltstack-formulas/ssf
/.gitlab-ci.yml @saltstack-formulas/ssf

+ 102
- 0
kitchen.yml View File

@@ -40,6 +40,9 @@ platforms:
driver:
image: saltimages/salt-tiamat-py3:ubuntu-18.04
run_command: /lib/systemd/systemd
- name: centos-stream8-tiamat-py3
driver:
image: saltimages/salt-tiamat-py3:centos-stream8
- name: centos-8-tiamat-py3
driver:
image: saltimages/salt-tiamat-py3:centos-8
@@ -83,6 +86,9 @@ platforms:
driver:
image: saltimages/salt-master-py3:ubuntu-18.04
run_command: /lib/systemd/systemd
- name: centos-stream8-master-py3
driver:
image: saltimages/salt-master-py3:centos-stream8
- name: centos-8-master-py3
driver:
image: saltimages/salt-master-py3:centos-8
@@ -142,6 +148,89 @@ platforms:
driver:
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`
- name: debian-11-3003-3-py3
driver:
@@ -163,6 +252,9 @@ platforms:
driver:
image: saltimages/salt-3003.3-py3:ubuntu-18.04
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
driver:
image: saltimages/salt-3003.3-py3:centos-8
@@ -376,18 +468,28 @@ suites:
includes:
- debian-11-tiamat-py3
- debian-10-tiamat-py3
- centos-stream8-tiamat-py3
- centos-8-tiamat-py3
- oraclelinux-8-tiamat-py3
- almalinux-8-tiamat-py3
- rockylinux-8-tiamat-py3
- debian-11-master-py3
- debian-10-master-py3
- centos-stream8-master-py3
- centos-8-master-py3
- oraclelinux-8-master-py3
- almalinux-8-master-py3
- rockylinux-8-master-py3
- debian-11-3004-0-py3
- debian-10-3004-0-py3
- centos-stream8-3004-0-py3
- centos-8-3004-0-py3
- oraclelinux-8-3004-0-py3
- almalinux-8-3004-0-py3
- rockylinux-8-3004-0-py3
- debian-11-3003-3-py3
- debian-10-3003-3-py3
- centos-stream8-3003-3-py3
- centos-8-3003-3-py3
- oraclelinux-8-3003-3-py3
- almalinux-8-3003-3-py3

Loading…
Cancel
Save