Skip to content

Rake task to fetch project ids from Sisense

What does this MR do and why?

Creates rake task to download a list of project IDs in GitLab.com with incorrect build artifact size in the project statistics. (rake task 1 mentioned in #238536 (comment 840253770)).

It prints out the project IDs separated by space.

Usage:

$ SISENSE_PROJECT_IDS_WITH_INCORRECT_ARTIFACTS_URL=https://csv.url/blah bin/rake ci:build_artifacts:project_with_incorrect_artifact_size
1 3 5 7 # space separated project ids

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #238536 (closed)

Edited by Albert

Merge request reports