Skip to content

Commit 8a1c505

Browse files
committed
ci: add Debian 11 Bullseye & update yamllint configuration [skip ci]
* Automated using myii/ssf-formula#345
1 parent 104b032 commit 8a1c505

File tree

4 files changed

+34
-6
lines changed

4 files changed

+34
-6
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ rubocop:
123123
## Define the rest of the matrix based on Kitchen testing
124124
# Make sure the instances listed below match up with
125125
# the `platforms` defined in `kitchen.yml`
126+
# prod-server-debian-11-tiamat-py3: {extends: '.test_instance'}
126127
# prod-server-debian-10-tiamat-py3: {extends: '.test_instance'}
127128
# prod-server-debian-9-tiamat-py3: {extends: '.test_instance'}
128129
# prod-server-ubuntu-2004-tiamat-py3: {extends: '.test_instance'}
@@ -134,6 +135,8 @@ rubocop:
134135
# prod-server-oraclelinux-7-tiamat-py3: {extends: '.test_instance'}
135136
# prod-server-almalinux-8-tiamat-py3: {extends: '.test_instance'}
136137
# prod-server-rockylinux-8-tiamat-py3: {extends: '.test_instance'}
138+
# prod-server-debian-11-master-py3: {extends: '.test_instance'}
139+
debian-11-master-py3: {extends: '.test_instance'}
137140
# prod-server-debian-10-master-py3: {extends: '.test_instance'}
138141
debian-10-master-py3: {extends: '.test_instance'}
139142
# prod-server-debian-9-master-py3: {extends: '.test_instance'}
@@ -172,6 +175,7 @@ arch-base-latest-master-py3: {extends: '.test_instance'}
172175
almalinux-8-master-py3: {extends: '.test_instance'}
173176
# prod-server-rockylinux-8-master-py3: {extends: '.test_instance'}
174177
rockylinux-8-master-py3: {extends: '.test_instance'}
178+
# prod-server-debian-11-3003-1-py3: {extends: '.test_instance'}
175179
# prod-server-debian-10-3003-1-py3: {extends: '.test_instance'}
176180
# prod-server-debian-9-3003-1-py3: {extends: '.test_instance'}
177181
# prod-server-ubuntu-2004-3003-1-py3: {extends: '.test_instance'}
@@ -189,6 +193,7 @@ rockylinux-8-master-py3: {extends: '.test_instance'}
189193
# prod-server-arch-base-latest-3003-1-py3: {extends: '.test_instance'}
190194
# prod-server-gentoo-stage3-latest-3003-1-py3: {extends: '.test_instance'}
191195
# prod-server-gentoo-stage3-systemd-3003-1-py3: {extends: '.test_instance'}
196+
# prod-server-debian-11-3002-6-py3: {extends: '.test_instance'}
192197
# prod-server-debian-10-3002-6-py3: {extends: '.test_instance'}
193198
# prod-server-debian-9-3002-6-py3: {extends: '.test_instance'}
194199
# prod-server-ubuntu-2004-3002-6-py3: {extends: '.test_instance'}

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
## Define the rest of the matrix based on Kitchen testing
8484
# Make sure the instances listed below match up with
8585
# the `platforms` defined in `kitchen.yml`
86+
# - env: INSTANCE=prod-server-debian-11-tiamat-py3
8687
# - env: INSTANCE=prod-server-debian-10-tiamat-py3
8788
# - env: INSTANCE=prod-server-debian-9-tiamat-py3
8889
# - env: INSTANCE=prod-server-ubuntu-2004-tiamat-py3
@@ -94,6 +95,8 @@ jobs:
9495
# - env: INSTANCE=prod-server-oraclelinux-7-tiamat-py3
9596
# - env: INSTANCE=prod-server-almalinux-8-tiamat-py3
9697
# - env: INSTANCE=prod-server-rockylinux-8-tiamat-py3
98+
# - env: INSTANCE=prod-server-debian-11-master-py3
99+
- env: INSTANCE=debian-11-master-py3
97100
# - env: INSTANCE=prod-server-debian-10-master-py3
98101
- env: INSTANCE=debian-10-master-py3
99102
# - env: INSTANCE=prod-server-debian-9-master-py3
@@ -132,6 +135,7 @@ jobs:
132135
- env: INSTANCE=almalinux-8-master-py3
133136
# - env: INSTANCE=prod-server-rockylinux-8-master-py3
134137
- env: INSTANCE=rockylinux-8-master-py3
138+
# - env: INSTANCE=prod-server-debian-11-3003-1-py3
135139
# - env: INSTANCE=prod-server-debian-10-3003-1-py3
136140
# - env: INSTANCE=prod-server-debian-9-3003-1-py3
137141
# - env: INSTANCE=prod-server-ubuntu-2004-3003-1-py3
@@ -149,6 +153,7 @@ jobs:
149153
# - env: INSTANCE=prod-server-arch-base-latest-3003-1-py3
150154
# - env: INSTANCE=prod-server-gentoo-stage3-latest-3003-1-py3
151155
# - env: INSTANCE=prod-server-gentoo-stage3-systemd-3003-1-py3
156+
# - env: INSTANCE=prod-server-debian-11-3002-6-py3
152157
# - env: INSTANCE=prod-server-debian-10-3002-6-py3
153158
# - env: INSTANCE=prod-server-debian-9-3002-6-py3
154159
# - env: INSTANCE=prod-server-ubuntu-2004-3002-6-py3

.yamllint

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
extends: 'default'
66

77
# Files to ignore completely
8-
# 1. All YAML files under directory `.cache/`, introduced during the GitLab CI run
9-
# 2. All YAML files under directory `.git/`
10-
# 3. All YAML files under directory `node_modules/`, introduced during the Travis run
11-
# 4. Any SLS files under directory `test/`, which are actually state files
12-
# 5. Any YAML files under directory `.kitchen/`, introduced during local testing
13-
# 6. `kitchen.vagrant.yml`, which contains Embedded Ruby (ERB) template syntax
8+
# 1. All YAML files under directory `.bundle/`, introduced if gems are installed locally
9+
# 2. All YAML files under directory `.cache/`, introduced during the CI run
10+
# 3. All YAML files under directory `.git/`
11+
# 4. All YAML files under directory `node_modules/`, introduced during the CI run
12+
# 5. Any SLS files under directory `test/`, which are actually state files
13+
# 6. Any YAML files under directory `.kitchen/`, introduced during local testing
14+
# 7. `kitchen.vagrant.yml`, which contains Embedded Ruby (ERB) template syntax
1415
ignore: |
16+
.bundle/
1517
.cache/
1618
.git/
1719
node_modules/

kitchen.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ provisioner:
2020

2121
platforms:
2222
## SALT `tiamat`
23+
- name: debian-11-tiamat-py3
24+
driver:
25+
image: saltimages/salt-tiamat-py3:debian-11
26+
run_command: /lib/systemd/systemd
2327
- name: debian-10-tiamat-py3
2428
driver:
2529
image: saltimages/salt-tiamat-py3:debian-10
@@ -59,6 +63,10 @@ platforms:
5963
image: saltimages/salt-tiamat-py3:rockylinux-8
6064

6165
## SALT `master`
66+
- name: debian-11-master-py3
67+
driver:
68+
image: saltimages/salt-master-py3:debian-11
69+
run_command: /lib/systemd/systemd
6270
- name: debian-10-master-py3
6371
driver:
6472
image: saltimages/salt-master-py3:debian-10
@@ -135,6 +143,10 @@ platforms:
135143
image: saltimages/salt-master-py3:rockylinux-8
136144

137145
## SALT `3003.1`
146+
- name: debian-11-3003-1-py3
147+
driver:
148+
image: saltimages/salt-3003.1-py3:debian-11
149+
run_command: /lib/systemd/systemd
138150
- name: debian-10-3003-1-py3
139151
driver:
140152
image: saltimages/salt-3003.1-py3:debian-10
@@ -205,6 +217,10 @@ platforms:
205217
image: saltimages/salt-3003.1-py3:gentoo-stage3-systemd
206218

207219
## SALT `3002.6`
220+
- name: debian-11-3002-6-py3
221+
driver:
222+
image: saltimages/salt-3002.6-py3:debian-11
223+
run_command: /lib/systemd/systemd
208224
- name: debian-10-3002-6-py3
209225
driver:
210226
image: saltimages/salt-3002.6-py3:debian-10

0 commit comments

Comments
 (0)