Image tests: don't use customizations for rhel-85/90beta edge-installer

Do not apply the user customizations on edge-installer on RHEL-85/90beta,
since they are not supported there yet. The way we generate image test
cases from the `format-request-map.json` makes even the customized image
types being generated for all distributions automatically.
This commit is contained in:
Tomas Hozza 2022-03-29 15:30:27 +02:00 committed by Alexander Todorov
parent 04f612d758
commit 1aabc1870d

View file

@ -513,7 +513,14 @@
} }
}, },
"no-image-info": true, "no-image-info": true,
"overrides": {} "overrides": {
"rhel-85": {
"blueprint": {}
},
"rhel-90-beta": {
"blueprint": {}
}
}
}, },
"edge-simplified-installer": { "edge-simplified-installer": {
"compose-request": { "compose-request": {