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:
parent
04f612d758
commit
1aabc1870d
1 changed files with 8 additions and 1 deletions
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue