Update the first blueprint to use "normal" kernel instead of to use "rt" kernel. Then upgrade to "rt" kernel. To work with this bug fix, we need osbuild fix and have to pin to osbuild latest commit. The customizations.user is removed from upgrade blueprint to work with this bug fix. But it's for RHEL 8.5 only.
57 lines
1.2 KiB
Text
57 lines
1.2 KiB
Text
{
|
|
"fedora-33": {
|
|
"dependencies": {
|
|
"osbuild": {
|
|
"commit": "35de3093a7b52569512bdc61d2105febbb9b0c7e"
|
|
}
|
|
},
|
|
"dependants": {
|
|
"koji-osbuild": {
|
|
"commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174"
|
|
}
|
|
}
|
|
},
|
|
"fedora-34": {
|
|
"dependencies": {
|
|
"osbuild": {
|
|
"commit": "35de3093a7b52569512bdc61d2105febbb9b0c7e"
|
|
}
|
|
}
|
|
},
|
|
"rhel-8.3": {
|
|
"dependencies": {
|
|
"osbuild": {
|
|
"commit": "35de3093a7b52569512bdc61d2105febbb9b0c7e"
|
|
}
|
|
},
|
|
"dependants": {
|
|
"koji-osbuild": {
|
|
"commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174",
|
|
"pre_install_packages": [
|
|
"https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"rhel-8.4": {
|
|
"dependencies": {
|
|
"osbuild": {
|
|
"commit": "35de3093a7b52569512bdc61d2105febbb9b0c7e"
|
|
}
|
|
}
|
|
},
|
|
"rhel-8.5": {
|
|
"dependencies": {
|
|
"osbuild": {
|
|
"commit": "ca3941feb67202f7165c7dde0ff12fae5601f0cf"
|
|
}
|
|
}
|
|
},
|
|
"rhel-9.0": {
|
|
"dependencies": {
|
|
"osbuild": {
|
|
"commit": "152b14a0d6c5deccfce2096308230f6d9067d23e"
|
|
}
|
|
}
|
|
}
|
|
}
|