-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a sieve to filter out packages based on ABI provided by s2i Thoth #1632
Conversation
/hold |
e144575
to
ffde355
Compare
/assign @KPostOffice Kevin, please have a look at this one. It's based on your sieve for filtering out packages based on ABI symbols present in the environment. As the query for obtaining ABI symbols present in the container image was not specific to a concrete container image, this implementation tigthly couples Thoth s2i base container image with the query so we know exactly which Thoth s2i container image is used and what ABI symbols it offers. Tests will fail as this change requires a new release of thoth-storages with linked PRs. |
f88dcfd
to
c93eadc
Compare
/retest |
c93eadc
to
88f91a7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: KPostOffice The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The tests will fail due to #1641. I will merge this. @KPostOffice Thanks for the review 👍 |
Related Issues and Dependencies
Related: #1631
Depends-On: thoth-station/storages#2193
Depends-On: thoth-station/storages#2195
This introduces a breaking change