GStreamer multimedia framework
Find a file
Jordan Petridis c44f415a4b citemplate: make it so docker builds only run for detached pipelines
Currently, if you have a MR open, there 2 pipelines being
triggered. One normal, and one detached.

Previously, if you were to rebuild an image, the jobs of the
docker build stage would be executed concurrently, race
and end up both rebuilding the image.

Make them manual for normal pipelines to avoid such occurrence
and waste of resources.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/320>
2020-07-26 09:57:43 +00:00
docker docker/fedora: update base to fedora 31 2020-07-23 06:58:10 +00:00
fuzzing oss-fuzz: update for autotools removal 2020-04-21 08:47:28 +00:00
gitlab citemplate: make it so docker builds only run for detached pipelines 2020-07-26 09:57:43 +00:00
jenkins jenkins: Update meson-fedora 2017-10-28 10:59:08 +02:00
.gitignore Add gitignore 2017-10-28 11:01:33 +02:00
.gitlab-ci.yml citemplate: use the fd.o pre existing buildah image to build containers 2020-06-26 12:14:28 +00:00
README.txt Initial commit 2017-10-21 12:07:02 +02:00

GStreamer Continuous Integration
================================

This repository contains all material relevant to the GStreamer
Continuous Integration system.

* Jenkins scripts

* Docker images

* Build scripts and code