Skip to content

Commit fb6f13c

Browse files
committed
(CAT-2476) Add SLES 15 Docker provisioning support
This commit introduces support for provisioning SLES 15 through Docker.
1 parent de7ef27 commit fb6f13c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

exe/matrix.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@
7676
"Scientific": {
7777
"7": { "x86_64": "litmusimage/scientificlinux:7" }
7878
},
79+
"SLES": {
80+
"15": { "x86_64": "litmusimage/sles:15" }
81+
},
7982
"Ubuntu": {
8083
"18.04": { "x86_64": "litmusimage/ubuntu:18.04" },
8184
"20.04": { "x86_64": "litmusimage/ubuntu:20.04" },
@@ -86,7 +89,7 @@
8689
},
8790
"github_runner": {
8891
"docker": {
89-
"^(AmazonLinux-2|(CentOS|OracleLinux|Scientific)-7|(AlmaLinux|OracleLinux|Rocky|CentOS)-9|AlmaLinux-8|Fedora-36|Ubuntu-18|Debian-10)": "ubuntu-22.04"
92+
"^(AmazonLinux-2|(CentOS|OracleLinux|Scientific)-7|(AlmaLinux|OracleLinux|Rocky|CentOS)-9|AlmaLinux-8|Fedora-36|SLES-15|Ubuntu-18|Debian-10)": "ubuntu-22.04"
9093
}
9194
}
9295
}

0 commit comments

Comments
 (0)