You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we test 4 different scenarios against osbuild-composer. However composer tests these scenarios already. Let's make CI as fast and reliable as possible while maintaining the same level of coverage.
Move as much as possible away from schutzbot and to github workflows. At the end we should just be validating the requests image-builder produces for composer.
These requests can be validated against composer's openapi spec as a start. But we should have additional checks for any additional information that image-builder adds before sending it to composer (correct repositories for instance). Note that with composerv2 the cloud/upload options will change quite a bit, so it's unclear if image-builder will add any cloud platform info in future other than for Azure.
Implementation-wise we could just write a mock server which checks requests against composer's api spec and does the additional checks.
Let's keep the quickest full rhel image-build (aws) as a sanity check, at least initially.
The text was updated successfully, but these errors were encountered:
Currently we test 4 different scenarios against osbuild-composer. However composer tests these scenarios already. Let's make CI as fast and reliable as possible while maintaining the same level of coverage.
Move as much as possible away from schutzbot and to github workflows. At the end we should just be validating the requests image-builder produces for composer.
These requests can be validated against composer's openapi spec as a start. But we should have additional checks for any additional information that image-builder adds before sending it to composer (correct repositories for instance). Note that with composerv2 the cloud/upload options will change quite a bit, so it's unclear if image-builder will add any cloud platform info in future other than for Azure.
Implementation-wise we could just write a mock server which checks requests against composer's api spec and does the additional checks.
Let's keep the quickest full rhel image-build (aws) as a sanity check, at least initially.
The text was updated successfully, but these errors were encountered: