oVirt / python-ovirt-engine-sdk4

Python SDK for version 4 of the oVirt Engine API
Apache License 2.0
14 stars 24 forks source link

Fix el9stream automation #9

Closed mnecas closed 3 years ago

mnecas commented 3 years ago
mwperina commented 3 years ago

Maybe renaming existing build-artifacts.packages to build-artifacts.packages.el8 would solve the issue with el9 ...

marchukov commented 3 years ago

@mnecas you are missing check-patch.packages.el9stream. The thing is that - check-patch control what happen before the patch is merged and right now it is symlinked to build-artifacts.packages and thus during patch check it executes your el8 code. Thus you need to create check-patch.packages.el9stream that is symlinked to build-artifacts.packages.el9stream

Not that there is python3-entrypoints in el9stream, so it will still fail. But I guess we need to make sure it executes the correct configuration first.