gitlab-ci: Use new needs: keyword
authorMichel Dänzer <michel@daenzer.net>
Tue, 27 Aug 2019 09:57:13 +0000 (11:57 +0200)
committerMichel Dänzer <michel@daenzer.net>
Fri, 30 Aug 2019 09:27:00 +0000 (11:27 +0200)
commit8de25ecd6b493c67f96d1f123535311964ba302e
tree0688d5ea5a1ca2bd8b99ac3400a2dbcbcbdd691d
parent42f8d5a531c4996dfacda2f88f14f55fa9677e02
gitlab-ci: Use new needs: keyword

This way, the test jobs can start running before all build+test jobs
have finished, once the meson-main job has.

Idea suggested by Daniel Stone on IRC.

See https://docs.gitlab.com/ce/ci/directed_acyclic_graph/ and
https://docs.gitlab.com/ce/ci/yaml/README.html#needs for details.

v2:
* Improve commit log (Daniel Stone, Eric Engestrom)

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
.gitlab-ci.yml