ci: Make the plugin update jobs depend on the image builds

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1210>
This commit is contained in:
Jordan Petridis 2023-02-02 14:04:10 +02:00
parent 478606e44c
commit c4dc549a5e

View file

@ -237,6 +237,9 @@ plugins-update-stable:
- .plugins-update
- .img-stable
image: quay.io/freedesktop.org/ci-templates:container-build-base-2021-07-29.0
needs:
- job: 'build-stable'
artifacts: false
variables:
UPDATE_IMG: "stable"
@ -245,6 +248,9 @@ plugins-update-msrv:
- .plugins-update
- .img-msrv
image: quay.io/freedesktop.org/ci-templates:container-build-base-2021-07-29.0
needs:
- job: 'build-msrv'
artifacts: false
variables:
UPDATE_IMG: "msrv"
@ -253,6 +259,9 @@ plugins-update-nightly:
- .plugins-update
- .img-nightly
image: quay.io/freedesktop.org/ci-templates:container-build-base-2021-07-29.0
needs:
- job: 'build-nightly'
artifacts: false
variables:
UPDATE_IMG: "nightly"