Skip to content

Increase speed of build-test-deploy pipeline

Jamie Tanna requested to merge feature/reduce-pipeline-time into master
  • Trim required steps in all pipelines
  • Replace the builder with a multi-stage build
  • Remove any unnecessary docker tags
  • Remove staging deployment
  • Use upstream Docker images where possible

Last build on a branch took 00:06:43, this takes between 00:03:28 and 00:04:41, which is a nice saving! And will increase gains on the master pipeline, too.

Edited by Jamie Tanna

Merge request reports