Skip to content

feat: Migrate to GitLab

Piotr Surowiec requested to merge agrendalath/bb-4564-migrate_to_gitlab into master

This migrates Sprints from GitHub to GitLab. It adds:

  1. Convenient Makefile with basic commands - it doesn't need to be perfect at the moment, as it'll definitely need many refinements in the future.
  2. Docker registry versioning - the intermediary Docker images are tagged as $CI_COMMIT_REF_SLUG.
  3. GitLab security scanners - currently they are added as a child pipeline, as the "code quality" one was a bottleneck for tests, and it has been blocking the "test" stage. The downside of this is that these warnings are not being displayed directly in the MR. However, as long as we can catch them in the GitLab dashboards, it sounds fine for now (I've added TODO for this).

The test of the full pipeline is here.

Fixes #23 (closed).

Edited by Piotr Surowiec

Merge request reports