Skip to content

Proposal: Reduce duplicate tasks being run

Warren Gifford requested to merge web/node-build-perf into master

Created by: eseliger

Part of #6770

Description: We built the webapp 4 times,

  • the actual build enterprise CI step
  • within the build step of generating the server candidate (master, release only)
  • building the server docker image
  • building the frontend docker image

do you have an idea how we would be able to extract the build enterprise web app into it's own step again and then pull it in to the serverCandidate step?

Merge request reports

Loading