action #43619
closedImprove workflow for dealing with openQA's dependencies
Description
The workflow of eg. adding a new dependency to os-autoinst/openQA is badly documented and there is room for improvement. The following points could be improved in my opinion:
- Move files for the docker environment used to run tests of os-autoinst and openQA within Travis to its own repository. Or at least get somehow rid of the cyclic dependency between os-autoinst and openQA regarding the test environment.
- DONE:
Have os-autoinst's *.spec file in Git like it is already done for openQA. This would ease updating the dependencies. Or am I missing a technical limitation preventing us to do so?- already implemented - DONE: See https://github.com/os-autoinst/openQA/blob/master/docs/Contributing.asciidoc#dependency-handling :
Document all the places where to add/remove new/obsolete dependencies. Incomplete list of places which should be covered:- CPAN files for Perl dependencies
- *.spec files
- Docker files
- asset cache for external JavaScript/CSS libraries
- Document the purpose of the different Docker files.
This ticket is mainly for gathering some ideas and further discussion. If we want to implement some of the points, we can create separate ticket if required.
Updated by coolo almost 6 years ago
possibly I'm retro, but I would rather move os-autoinst into openQA than creating a 3rd repo to take care of when reworking things.
Updated by mkittler almost 6 years ago
@coolo I had the same thought but somehow assumed this option wouldn't be on the table. It raises somehow the question whether it had been spitted for a (maybe good) reason?
And about your comment on IRC: I agree and point 1. would be a lot of pain indeed.
Updated by okurz over 5 years ago
- Related to action #53546: Easier dependencies handling for packages, e.g. reduce duplication of build requirements in spec, documentation, Dockerfile added
Updated by mkittler over 5 years ago
- PR for improving documentation: https://github.com/os-autoinst/openQA/pull/2209
- PR for making newly added dependencies instantly available in the CI tests: https://github.com/os-autoinst/openQA/pull/2187
Updated by okurz about 5 years ago
- Related to action #55346: packaging test as part of every PR added
Updated by okurz about 5 years ago
- Status changed from New to Blocked
- Assignee set to okurz
waiting for #56525
Updated by okurz about 4 years ago
- Related to action #43718: Docker image for webui and workers are versioned and uploaded to obs registry added
Updated by okurz about 4 years ago
- Related to action #70654: Create git-subrepo for tools/update-deps added
Updated by okurz over 3 years ago
- Status changed from Blocked to Resolved
- Assignee changed from okurz to tinita
the main work was done by tinita and works good so let's be happy with that :)