Skip to content

CI pipeline improvements

piotrr requested to merge simplify-ci-pipeline into main
  • Cache was not set up properly - improved, now pipeline runs in about 7mins, 30-40% faster (was 10-12 min)
  • Used !reference to inherit .base before_script in .base_test
  • Removed apt-cache from cache in .base, since it's only required in .base_test
  • Swapped rails db:migrate in favor of db:schema:load
  • Removed policy: pull from .base cache since it made us not update it
Edited by piotrr

Merge request reports