From 530d15075eb57395c8e4d5ed107dc4c739653c1a Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Fri, 7 Jun 2024 16:17:06 +0200 Subject: [PATCH] test: update ec2-sap distro list in config map CentOS and Fedora don't support the ec2-sap image type. All RHEL 9.x should use the config by default. Only RHEL 8.4 gets a special config for ec2-sap to disable the lm_sensors service, which fails to start on boot. See RHEL-14096 --- test/config-map.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/test/config-map.json b/test/config-map.json index e78c8e5386..03f283c6c4 100644 --- a/test/config-map.json +++ b/test/config-map.json @@ -33,21 +33,13 @@ }, "./configs/ec2-sap-empty.json": { "distros": [ - "centos-8", - "centos-9", - "fedora-39", - "fedora-40", "rhel-8.10", "rhel-8.5", "rhel-8.6", "rhel-8.7", "rhel-8.8", "rhel-8.9", - "rhel-9.0", - "rhel-9.1", - "rhel-9.2", - "rhel-9.3", - "rhel-9.4" + "rhel-9.*" ], "image-types": [ "ec2-sap"