Skip to content

Commit 586a846

Browse files
committed
ci: add images for v3008.0
1 parent 90121fc commit 586a846

3 files changed

Lines changed: 92 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ jobs:
7171
- ubuntu-2404-master
7272
- ubuntu-2204-master
7373
- ubuntu-2004-master
74+
- debian-12-3008
75+
- debian-11-3008
76+
- ubuntu-2404-3008
77+
- ubuntu-2204-3008
78+
- ubuntu-2004-3008
7479
- debian-12-3007
7580
- debian-11-3007
7681
- ubuntu-2404-3007

.gitlab-ci.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,24 @@ rockylinux-8-master: {extends: '.test_instance_failure_permitted'}
222222
ubuntu-2404-master: {extends: '.test_instance_failure_permitted'}
223223
ubuntu-2204-master: {extends: '.test_instance_failure_permitted'}
224224
ubuntu-2004-master: {extends: '.test_instance_failure_permitted'}
225+
almalinux-9-3008: {extends: '.test_instance'}
226+
almalinux-8-3008: {extends: '.test_instance'}
227+
amazonlinux-2023-3008: {extends: '.test_instance'}
228+
amazonlinux-2-3008: {extends: '.test_instance_failure_permitted'}
229+
centos-stream9-3008: {extends: '.test_instance'}
230+
debian-12-3008: {extends: '.test_instance'}
231+
debian-11-3008: {extends: '.test_instance'}
232+
fedora-41-3008: {extends: '.test_instance_failure_permitted'}
233+
fedora-40-3008: {extends: '.test_instance'}
234+
opensuse-leap-156-3008: {extends: '.test_instance'}
235+
opensuse-tmbl-latest-3008: {extends: '.test_instance'}
236+
oraclelinux-9-3008: {extends: '.test_instance'}
237+
oraclelinux-8-3008: {extends: '.test_instance'}
238+
rockylinux-9-3008: {extends: '.test_instance'}
239+
rockylinux-8-3008: {extends: '.test_instance'}
240+
ubuntu-2404-3008: {extends: '.test_instance'}
241+
ubuntu-2204-3008: {extends: '.test_instance'}
242+
ubuntu-2004-3008: {extends: '.test_instance'}
225243
almalinux-9-3007: {extends: '.test_instance'}
226244
almalinux-8-3007: {extends: '.test_instance'}
227245
amazonlinux-2023-3007: {extends: '.test_instance'}

kitchen.yml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,75 @@ platforms:
9191
driver:
9292
image: saltimages/salt-master-py3:rockylinux-8
9393

94+
## SALT `3008.0`
95+
- name: debian-12-3008-0
96+
driver:
97+
image: saltimages/salt-3008.0-py3:debian-12
98+
run_command: /lib/systemd/systemd
99+
- name: debian-11-3008-0
100+
driver:
101+
image: saltimages/salt-3008.0-py3:debian-11
102+
run_command: /lib/systemd/systemd
103+
- name: ubuntu-2404-3008-0
104+
driver:
105+
image: saltimages/salt-3008.0-py3:ubuntu-24.04
106+
run_command: /lib/systemd/systemd
107+
- name: ubuntu-2204-3008-0
108+
driver:
109+
image: saltimages/salt-3008.0-py3:ubuntu-22.04
110+
run_command: /lib/systemd/systemd
111+
- name: ubuntu-2004-3008-0
112+
driver:
113+
image: saltimages/salt-3008.0-py3:ubuntu-20.04
114+
run_command: /lib/systemd/systemd
115+
- name: centos-stream9-3008-0
116+
driver:
117+
image: saltimages/salt-3008.0-py3:centos-stream9
118+
- name: opensuse-leap-156-3008-0
119+
driver:
120+
image: saltimages/salt-3008.0-py3:opensuse-leap-15.6
121+
# Workaround to avoid intermittent failures on `opensuse-leap-15.6`:
122+
# => SCP did not finish successfully (255): (Net::SCP::Error)
123+
transport:
124+
max_ssh_sessions: 1
125+
- name: opensuse-tmbl-latest-3008-0
126+
driver:
127+
image: saltimages/salt-3008.0-py3:opensuse-tumbleweed-latest
128+
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
129+
# => SCP did not finish successfully (255): (Net::SCP::Error)
130+
transport:
131+
max_ssh_sessions: 1
132+
- name: fedora-41-3008-0
133+
driver:
134+
image: saltimages/salt-3008.0-py3:fedora-41
135+
- name: fedora-40-3008-0
136+
driver:
137+
image: saltimages/salt-3008.0-py3:fedora-40
138+
- name: amazonlinux-2023-3008-0
139+
driver:
140+
image: saltimages/salt-3008.0-py3:amazonlinux-2023
141+
- name: amazonlinux-2-3008-0
142+
driver:
143+
image: saltimages/salt-3008.0-py3:amazonlinux-2
144+
- name: oraclelinux-9-3008-0
145+
driver:
146+
image: saltimages/salt-3008.0-py3:oraclelinux-9
147+
- name: oraclelinux-8-3008-0
148+
driver:
149+
image: saltimages/salt-3008.0-py3:oraclelinux-8
150+
- name: almalinux-9-3008-0
151+
driver:
152+
image: saltimages/salt-3008.0-py3:almalinux-9
153+
- name: almalinux-8-3008-0
154+
driver:
155+
image: saltimages/salt-3008.0-py3:almalinux-8
156+
- name: rockylinux-9-3008-0
157+
driver:
158+
image: saltimages/salt-3008.0-py3:rockylinux-9
159+
- name: rockylinux-8-3008-0
160+
driver:
161+
image: saltimages/salt-3008.0-py3:rockylinux-8
162+
94163
## SALT `3007.14`
95164
- name: debian-12-3007-14
96165
driver:

0 commit comments

Comments
 (0)