mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 04:45:36 +00:00
GStreamer multimedia framework
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> |
||
---|---|---|
docker | ||
fuzzing | ||
gitlab | ||
jenkins | ||
.gitignore | ||
.gitlab-ci.yml | ||
README.txt |
GStreamer Continuous Integration ================================ This repository contains all material relevant to the GStreamer Continuous Integration system. * Jenkins scripts * Docker images * Build scripts and code