Skip to content

Commit

Permalink
test: update ec2-sap distro list in config map
Browse files Browse the repository at this point in the history
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
  • Loading branch information
achilleas-k committed Jun 7, 2024
1 parent 7a4f59d commit 559b741
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions test/config-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 559b741

Please sign in to comment.