Skip to content

Improve pipeline execution time

Lukas Eipert requested to merge leipert-review-app into master

This improves pipeline execution time by utilizing DAG. This means we can cut down deployment times for review apps and on master.

This just adds the DAG needs: [] to the review job and the test jobs. Review will be immediately deployed after the compile_dev is finished and test jobs will run immediately after the pipeline starts.

Edited by Lukas Eipert

Merge request reports