Skip to content

Draft: ci: try to improve ci speed

feistel requested to merge feistel/gitlab-pages:speed/ci into master

What does this MR do?

Another attempt to improve ci jobs.

This does two things for now:

  • cache policy is now configured properly
  • avoid running make setup when not needed (check deps, code quality, race was calling it twice)

TODO:

  • investigate the impact of golangci-lint on the cache (it's technically not needed by CI since it's using the docker image)
  • room for improvement ?

TODO

Related to %{ISSUE_ID}

Edited by feistel

Merge request reports