gitlab-ci: Extend filtering by package to all retrieval jobs
Currently FILTER
only works for GitLab projects, the OBS and APT jobs
always retrieve everything, which is particularly costly for OBS as it
scans the content of each package.
Drop the FILTER
variable and replace it with a PROJECTS_NAMESPACE
variable for GitLab and a FILTER_PACKAGES
variable to be used by
all jobs to narrow the amount of data retrieved, which is often very
useful for testing.
Test filtering for dash
:
Edited by Emanuele Aina
Merge request reports
Activity
added 1 commit
- e6fbae1f - gitlab-ci: Enable filtering by package for OBS and APT
added 1 commit
- a47c072d - gitlab-ci: Enable filtering by package for OBS and APT
added 1 commit
- 5bbb1315 - gitlab-ci: Enable filtering by package for OBS and APT
added 1 commit
- 1c250c15 - gitlab-ci: Extend filtering by package to all retrieval jobs
added 1 commit
- a27543ba - gitlab-ci: Extend filtering by package to all retrieval jobs
Please register or sign in to reply