.gitlab-ci.yml: kill local jobs
authorJordan Petridis <jordan@centricular.com>
Fri, 19 Jun 2020 08:09:38 +0000 (11:09 +0300)
committerJordan Petridis <jpetridis@gnome.org>
Fri, 26 Jun 2020 12:14:28 +0000 (12:14 +0000)
commite73ced3676701946f486624df00e2d799848d58d
tree64c9074912b7c9737e2ca8b860b419d0ac0a1bb1
parentfe959679b84d9bbe0d7e15eb729bba0457e92f86
.gitlab-ci.yml: kill local jobs

The idea behind local jobs was that you would have jobs that
share the same setup as the citemplate ones but would always
be pointing to your forked registry with your custom build of
the image, since the citemplate hardcoded the image it was
running against.

With the changes introduced in the previous commit
we now mirror the setup from freedesktop/ci-templates and the idea
is that jobs always run from the registry in your fork. If the
image sha/id matches the one from the upstream registry, its copied
over else a new one is build, pushed and tested.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/308>
.gitlab-ci.yml