From 54e1ff1b7c1a13972fa22d4accf88ed7d241a63f Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Fri, 29 Nov 2024 21:39:55 +0100 Subject: [PATCH] test: test custom partitioning on RHEL and CentOS 9 and 10 --- test/config-map.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/test/config-map.json b/test/config-map.json index 9c246ef87a..e97d02ee45 100644 --- a/test/config-map.json +++ b/test/config-map.json @@ -338,7 +338,11 @@ "ami" ], "distros": [ - "fedora*" + "centos-10", + "centos-9", + "fedora*", + "rhel-10*", + "rhel-9*" ] }, "./configs/partitioning-btrfs.json": { @@ -354,7 +358,11 @@ "ami" ], "distros": [ - "fedora*" + "centos-10", + "centos-9", + "fedora*", + "rhel-10*", + "rhel-9*" ] } }