ci: add Debian 11 Bullseye & update yamllint configuration [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/345
This commit is contained in:
Imran Iqbal 2021-07-18 19:03:53 +01:00
parent 9b05109c28
commit c22aba797e
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819
4 changed files with 36 additions and 6 deletions

View File

@ -123,6 +123,7 @@ rubocop:
## Define the rest of the matrix based on Kitchen testing
# Make sure the instances listed below match up with
# the `platforms` defined in `kitchen.yml`
# debian-debian-11-tiamat-py3: {extends: '.test_instance'}
# debian-debian-10-tiamat-py3: {extends: '.test_instance'}
# debian-debian-9-tiamat-py3: {extends: '.test_instance'}
# ubuntu-ubuntu-2004-tiamat-py3: {extends: '.test_instance'}
@ -134,6 +135,7 @@ rubocop:
# redhat-oraclelinux-7-tiamat-py3: {extends: '.test_instance'}
# redhat-almalinux-8-tiamat-py3: {extends: '.test_instance'}
# redhat-rockylinux-8-tiamat-py3: {extends: '.test_instance'}
debian-debian-11-master-py3: {extends: '.test_instance'}
debian-debian-10-master-py3: {extends: '.test_instance'}
debian-debian-9-master-py3: {extends: '.test_instance'}
ubuntu-ubuntu-2004-master-py3: {extends: '.test_instance'}
@ -150,6 +152,7 @@ redhat-oraclelinux-8-master-py3: {extends: '.test_instance'}
redhat-oraclelinux-7-master-py3: {extends: '.test_instance'}
redhat-almalinux-8-master-py3: {extends: '.test_instance'}
redhat-rockylinux-8-master-py3: {extends: '.test_instance'}
# debian-debian-11-3003-1-py3: {extends: '.test_instance'}
# debian-debian-10-3003-1-py3: {extends: '.test_instance'}
# debian-debian-9-3003-1-py3: {extends: '.test_instance'}
# ubuntu-ubuntu-2004-3003-1-py3: {extends: '.test_instance'}
@ -164,6 +167,7 @@ redhat-rockylinux-8-master-py3: {extends: '.test_instance'}
# redhat-amazonlinux-2-3003-1-py3: {extends: '.test_instance'}
# redhat-oraclelinux-8-3003-1-py3: {extends: '.test_instance'}
# redhat-oraclelinux-7-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'}

View File

@ -83,6 +83,7 @@ jobs:
## Define the rest of the matrix based on Kitchen testing
# Make sure the instances listed below match up with
# the `platforms` defined in `kitchen.yml`
# - env: INSTANCE=debian-debian-11-tiamat-py3
# - env: INSTANCE=debian-debian-10-tiamat-py3
# - env: INSTANCE=debian-debian-9-tiamat-py3
# - env: INSTANCE=ubuntu-ubuntu-2004-tiamat-py3
@ -94,6 +95,7 @@ jobs:
# - env: INSTANCE=redhat-oraclelinux-7-tiamat-py3
# - env: INSTANCE=redhat-almalinux-8-tiamat-py3
# - env: INSTANCE=redhat-rockylinux-8-tiamat-py3
- env: INSTANCE=debian-debian-11-master-py3
- env: INSTANCE=debian-debian-10-master-py3
- env: INSTANCE=debian-debian-9-master-py3
- env: INSTANCE=ubuntu-ubuntu-2004-master-py3
@ -110,6 +112,7 @@ jobs:
- env: INSTANCE=redhat-oraclelinux-7-master-py3
- env: INSTANCE=redhat-almalinux-8-master-py3
- env: INSTANCE=redhat-rockylinux-8-master-py3
# - env: INSTANCE=debian-debian-11-3003-1-py3
# - env: INSTANCE=debian-debian-10-3003-1-py3
# - env: INSTANCE=debian-debian-9-3003-1-py3
# - env: INSTANCE=ubuntu-ubuntu-2004-3003-1-py3
@ -124,6 +127,7 @@ jobs:
# - env: INSTANCE=redhat-amazonlinux-2-3003-1-py3
# - env: INSTANCE=redhat-oraclelinux-8-3003-1-py3
# - env: INSTANCE=redhat-oraclelinux-7-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

View File

@ -5,13 +5,15 @@
extends: 'default'
# Files to ignore completely
# 1. All YAML files under directory `.cache/`, introduced during the GitLab CI run
# 2. All YAML files under directory `.git/`
# 3. All YAML files under directory `node_modules/`, introduced during the Travis run
# 4. Any SLS files under directory `test/`, which are actually state files
# 5. Any YAML files under directory `.kitchen/`, introduced during local testing
# 6. `kitchen.vagrant.yml`, which contains Embedded Ruby (ERB) template syntax
# 1. All YAML files under directory `.bundle/`, introduced if gems are installed locally
# 2. All YAML files under directory `.cache/`, introduced during the CI run
# 3. All YAML files under directory `.git/`
# 4. All YAML files under directory `node_modules/`, introduced during the CI run
# 5. Any SLS files under directory `test/`, which are actually state files
# 6. Any YAML files under directory `.kitchen/`, introduced during local testing
# 7. `kitchen.vagrant.yml`, which contains Embedded Ruby (ERB) template syntax
ignore: |
.bundle/
.cache/
.git/
node_modules/

View File

@ -20,6 +20,10 @@ provisioner:
platforms:
## SALT `tiamat`
- name: debian-11-tiamat-py3
driver:
image: saltimages/salt-tiamat-py3:debian-11
run_command: /lib/systemd/systemd
- name: debian-10-tiamat-py3
driver:
image: saltimages/salt-tiamat-py3:debian-10
@ -59,6 +63,10 @@ platforms:
image: saltimages/salt-tiamat-py3:rockylinux-8
## SALT `master`
- name: debian-11-master-py3
driver:
image: saltimages/salt-master-py3:debian-11
run_command: /lib/systemd/systemd
- name: debian-10-master-py3
driver:
image: saltimages/salt-master-py3:debian-10
@ -135,6 +143,10 @@ platforms:
image: saltimages/salt-master-py3:rockylinux-8
## SALT `3003.1`
- name: debian-11-3003-1-py3
driver:
image: saltimages/salt-3003.1-py3:debian-11
run_command: /lib/systemd/systemd
- name: debian-10-3003-1-py3
driver:
image: saltimages/salt-3003.1-py3:debian-10
@ -205,6 +217,10 @@ platforms:
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
run_command: /lib/systemd/systemd
- name: debian-10-3002-6-py3
driver:
image: saltimages/salt-3002.6-py3:debian-10
@ -414,12 +430,16 @@ verifier:
suites:
- name: debian
includes:
- debian-11-tiamat-py3
- debian-10-tiamat-py3
- debian-9-tiamat-py3
- debian-11-master-py3
- debian-10-master-py3
- debian-9-master-py3
- debian-11-3003-1-py3
- debian-10-3003-1-py3
- debian-9-3003-1-py3
- debian-11-3002-6-py3
- debian-10-3002-6-py3
- debian-9-3002-6-py3
- debian-10-3001-7-py3