Skip to content

gitlab: use the new needs yaml key

Matthew Waters requested to merge ystreet/gst-ci:needs into master

Allows implementing a DAG where a dependant job can be built before the entirety of the previous stage has completed.

We can use this for a couple of things.

  1. The tests can be run and documentation built while cerbero is building
  2. Each cerbero platform/arch can complete independently

Merge request reports