Skip to content
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

Container CI testing shouldn't install packages onto the pulp-api container #261

Closed
fao89 opened this issue Nov 15, 2021 · 2 comments
Closed

Comments

@fao89
Copy link
Member

fao89 commented Nov 15, 2021

Author: @mikedep333 (mdepaulo@redhat.com)

Redmine Issue: 5404, https://pulp.plan.io/issues/5404


Currently in order to do CI testing, plugin-template installs RPM and python packages into the pulp-api container.

This has 3 problems:
1. It is brittle. If pulp-api is restarted, they are lost.
2. It means the container image is being modified; which could possibly invalidate tests.
3. It is probably not the correct design pattern.

This task is to reach the correct design pattern, and implement it.
A possible alternative pattern is running tests from a separate sidecar container in the same pod.

@stale
Copy link

stale bot commented Jul 11, 2022

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

@stale stale bot added the stale label Jul 11, 2022
@stale
Copy link

stale bot commented Aug 10, 2022

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.

@stale stale bot closed this as completed Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant