Skip to content
Snippets Groups Projects
Commit a27543ba authored by Emanuele Aina's avatar Emanuele Aina
Browse files

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.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 7b5300f3
No related branches found
No related tags found
1 merge request!156gitlab-ci: Extend filtering by package to all retrieval jobs
Pipeline #595407 failed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment