platform/upstream/gstreamer.git
4 years agoci_template: Only export artifacts for the main fedora build job
Jordan Petridis [Fri, 9 Aug 2019 11:31:07 +0000 (14:31 +0300)]
ci_template: Only export artifacts for the main fedora build job

We are only using the builddir of the main fedora job to run
tests, the rest where exported by accident. Its especially
problematic cause static build eat a bunch of space and take
an eternity to be uploaded.

Part of #32

4 years agoci: Cleanup gst-docs build
Thibault Saunier [Tue, 27 Aug 2019 23:30:49 +0000 (19:30 -0400)]
ci: Cleanup gst-docs build

Make sure to build against the plain fedora build and avoid
building useless things when inside gst-docs

4 years agogitlab: no need of vaapi nor omx on windows builds
Víctor Manuel Jáquez Leal [Thu, 29 Aug 2019 11:23:51 +0000 (13:23 +0200)]
gitlab: no need of vaapi nor omx on windows builds

4 years agogitlab: enable werror for macos builds
Matthew Waters [Fri, 30 Aug 2019 01:57:06 +0000 (11:57 +1000)]
gitlab: enable werror for macos builds

4 years agogitlab: enable werror for android universal builds
Matthew Waters [Mon, 26 Aug 2019 07:46:28 +0000 (17:46 +1000)]
gitlab: enable werror for android universal builds

4 years agogitlab: add a clang gst-build job
Matthew Waters [Mon, 26 Aug 2019 10:57:16 +0000 (20:57 +1000)]
gitlab: add a clang gst-build job

4 years agogitlab: use the new needs yaml key
Matthew Waters [Tue, 27 Aug 2019 11:26:28 +0000 (21:26 +1000)]
gitlab: use the new needs yaml key

Allows implementing a DAG where a dependant job can be built before the
entirety of the previous stage has completed.

4 years agogitlab: renable gst-build werror after msvc CI merge
Matthew Waters [Mon, 26 Aug 2019 11:56:40 +0000 (21:56 +1000)]
gitlab: renable gst-build werror after msvc CI merge

31cec0a2459b38ae64d8bbb3f2060d2d86f8f86f removed --werror from the
default meson args but did not add it back in all the correct places

4 years agodocker/windows: refactorings to get it to work with the new runner
Jordan Petridis [Mon, 1 Jul 2019 15:55:46 +0000 (18:55 +0300)]
docker/windows: refactorings to get it to work with the new runner

* Install git-lfs as its required now by gst-integration-suites
* Clone gst-build eache time to avoid dated gst-build checkouts
and overwritting .wrap files. Similar to !137
* Split the dockerfile and add a second run stage refresh the
powershell env inbetween calls
* Remove the msys2 workaround as its not needed anymore

4 years agoAdd Windows MSVC and MSYS2 builds
Xavier Claessens [Sun, 25 Nov 2018 18:38:06 +0000 (13:38 -0500)]
Add Windows MSVC and MSYS2 builds

This adds 3 new jobs that build against msys2 x86_64, msvc 2017 x86
and msvc 2017 x86_64. For the msvc build, some subprojects (like libnice)
don't satisfy all their deps, and are getting automatically disabled.

This doesn't add jobs that run the test suite also. Will hopefully
get implemented later on.

4 years agoDo not specify the compiler to use
Xavier Claessens [Sun, 25 Nov 2018 18:35:54 +0000 (13:35 -0500)]
Do not specify the compiler to use

Meson will autodetect ccache when available, and we don't always have
gcc available (upcoming MSVC job).

4 years agogitlab: Set COLUMNS and width variable to make terminal_markdown_view happy
Thibault Saunier [Fri, 9 Aug 2019 15:36:00 +0000 (11:36 -0400)]
gitlab: Set COLUMNS and width variable to make terminal_markdown_view happy

4 years agodocker/fedora: Enable WPEWebKit support
Philippe Normand [Tue, 6 Aug 2019 10:06:46 +0000 (11:06 +0100)]
docker/fedora: Enable WPEWebKit support

These dependencies should enable the WPE plugin build in -bad.

See https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/839

4 years agoMove to Fedora 30
Thibault Saunier [Wed, 7 Aug 2019 16:40:27 +0000 (12:40 -0400)]
Move to Fedora 30

5 years agodocker/fedora: avoid hardcoding the fedora version in the setup script
Jordan Petridis [Mon, 15 Jul 2019 09:06:38 +0000 (12:06 +0300)]
docker/fedora: avoid hardcoding the fedora version in the setup script

5 years agodocker/fedora: add glslc to the install list
Matthew Waters [Fri, 5 Jul 2019 03:19:41 +0000 (13:19 +1000)]
docker/fedora: add glslc to the install list

Enables building the vulkan plugin with shaders

5 years agogitlab/cerbero: use the correct branch on fetch-cache
Matthew Waters [Fri, 14 Jun 2019 10:59:19 +0000 (20:59 +1000)]
gitlab/cerbero: use the correct branch on fetch-cache

5 years agogitlab: make non-cerbero iOS build manual
Matthew Waters [Sun, 16 Jun 2019 03:51:39 +0000 (13:51 +1000)]
gitlab: make non-cerbero iOS build manual

5 years agoRevert "CI: Disable build cerbero ios universal"
Matthew Waters [Sun, 16 Jun 2019 03:50:23 +0000 (13:50 +1000)]
Revert "CI: Disable build cerbero ios universal"

This reverts commit 34cb58f294881e59e0728de18913d4bab188ef62.

5 years agoCI: Disable build cerbero ios universal
Nicolas Dufresne [Sat, 15 Jun 2019 20:49:49 +0000 (16:49 -0400)]
CI: Disable build cerbero ios universal

This fails because the master CI of cerbero/ never passed with, as a
result an older cerbero is being used.

Related to #29

5 years agoadd iOS CI
Matthew Waters [Sun, 2 Jun 2019 07:17:04 +0000 (17:17 +1000)]
add iOS CI

5 years agogitlab: consolidate stages
Matthew Waters [Wed, 12 Jun 2019 05:38:14 +0000 (15:38 +1000)]
gitlab: consolidate stages

This now optimizes for a successful build.

5 years agogitlab: update android docker image to the latest
Matthew Waters [Wed, 12 Jun 2019 15:00:04 +0000 (01:00 +1000)]
gitlab: update android docker image to the latest

5 years agodocker/android: cache gradle deps inside the docker image
Matthew Waters [Wed, 12 Jun 2019 04:26:10 +0000 (14:26 +1000)]
docker/android: cache gradle deps inside the docker image

5 years agogst-build: clone gst-build directly instead of relying on the docker version
Matthew Waters [Tue, 11 Jun 2019 05:50:41 +0000 (15:50 +1000)]
gst-build: clone gst-build directly instead of relying on the docker version

The git-update that is performed attempts to update gst-build however
will not use the updated git-update script for further operations.  This
causes the CI to not use any updates to the git-update which is always
stuck on the version provided by the backing docker image.

5 years agogitlab/ci_template: only run valgrind for MRs not master and stable branches
Tim-Philipp Müller [Tue, 16 Apr 2019 12:06:38 +0000 (13:06 +0100)]
gitlab/ci_template: only run valgrind for MRs not master and stable branches

The valgrind runs are there to spot obvious problems during the dev phase,
not sure we really need to run them in full after each merge.

Should reduce load on the build bots a little.

If any problems slip in they will be picked up soon enough by
the MR jobs again.

5 years agogitlab: Update cerbero docker to the new MingW
Nicolas Dufresne [Fri, 7 Jun 2019 14:15:06 +0000 (10:15 -0400)]
gitlab: Update cerbero docker to the new MingW

5 years agodocker: cerbero: Fix for mingw tarball rename
Nicolas Dufresne [Wed, 5 Jun 2019 02:28:46 +0000 (22:28 -0400)]
docker: cerbero: Fix for mingw tarball rename

5 years agogitlab/build_manifest: allow for upstream branch to be specified
Jordan Petridis [Wed, 24 Apr 2019 05:42:27 +0000 (08:42 +0300)]
gitlab/build_manifest: allow for upstream branch to be specified

When the pipeline is based on top of a stable branch, we want
to track that branch isntead of the primary development branch.

This patch makes it so the upstream branch can be specified with
an env var.

part of #11

5 years agoRevert "gitlab: build libnice as part of cerbero deps"
Nicolas Dufresne [Wed, 5 Jun 2019 13:54:17 +0000 (13:54 +0000)]
Revert "gitlab: build libnice as part of cerbero deps"

This reverts commit 478686faa76917bef6df32c73c538e05fb8f6813

5 years agogitlab: build libnice as part of cerbero deps
Matthew Waters [Wed, 5 Jun 2019 06:12:56 +0000 (16:12 +1000)]
gitlab: build libnice as part of cerbero deps

Building the same libnice from the same tarball every time is not
useful.

5 years agogitlab-ci: move overriden dist dir copy to after cache fetch
Matthew Waters [Wed, 5 Jun 2019 05:49:13 +0000 (15:49 +1000)]
gitlab-ci: move overriden dist dir copy to after cache fetch

Otherwise, the cache will not be copied to the overriden dist dir for
the normal fast builds.

5 years agoadd macos CI
Matthew Waters [Mon, 1 Apr 2019 02:24:46 +0000 (13:24 +1100)]
add macos CI

5 years agogitlab: Add static builds for gst-build
Nirbheek Chauhan [Sat, 25 May 2019 11:48:12 +0000 (13:48 +0200)]
gitlab: Add static builds for gst-build

5 years agogitlab: Always run hotdoc from git
Thibault Saunier [Sat, 1 Jun 2019 00:12:55 +0000 (20:12 -0400)]
gitlab: Always run hotdoc from git

We are moving too fast in hotdoc and the overhead of
releasing and updating docker images is too big

5 years agodoc: Use latest image with update hotdoc
Thibault Saunier [Mon, 27 May 2019 14:38:17 +0000 (10:38 -0400)]
doc: Use latest image with update hotdoc

5 years agofedora: Install gtk3 and gdk-pixbuf documentation
Thibault Saunier [Wed, 29 May 2019 02:59:19 +0000 (22:59 -0400)]
fedora: Install gtk3 and gdk-pixbuf documentation

5 years agogitlab/ci_template: make sure that the fedora build job is never run on cerbero
Jordan Petridis [Fri, 24 May 2019 15:32:16 +0000 (18:32 +0300)]
gitlab/ci_template: make sure that the fedora build job is never run on cerbero

We exclude cerbero in the .build template but that key
is getting overwritten since !126. Valgrind needs to be
fixed first in order to remove this and the previous
workarounds.

5 years agogitlab/build_manifest: add gst-sharp to the module list
Jordan Petridis [Wed, 24 Apr 2019 06:58:31 +0000 (09:58 +0300)]
gitlab/build_manifest: add gst-sharp to the module list

5 years agogitlab: Fix mixup in excepting gst-docs to build the nodebug job
Thibault Saunier [Thu, 16 May 2019 18:03:09 +0000 (14:03 -0400)]
gitlab: Fix mixup in excepting gst-docs to build the nodebug job

5 years agoAdd support to build the documentation
Thibault Saunier [Tue, 14 May 2019 16:03:49 +0000 (12:03 -0400)]
Add support to build the documentation

Since we can't run valgrind tests on fedora 30 yet (see
https://gitlab.freedesktop.org/gstreamer/gst-ci/merge_requests/125),
we build the nodebug variant with the F30 image and use the artifacts
of that build to build the documentation and not the main one.

5 years agogitlab: Run all valgrind jobs when running in gst-ci
Thibault Saunier [Tue, 14 May 2019 01:51:15 +0000 (21:51 -0400)]
gitlab: Run all valgrind jobs when running in gst-ci

Everything needs to be tested there as we might be updating the docker image

5 years agoRevert "Add support for building the doc"
Thibault Saunier [Tue, 14 May 2019 01:48:36 +0000 (21:48 -0400)]
Revert "Add support for building the doc"

This reverts commit 58861fd41092c625caf9f577d9f84574654a7cca.

5 years agodoc-importer: Update job name now that we build the API doc
Thibault Saunier [Mon, 13 May 2019 23:35:55 +0000 (19:35 -0400)]
doc-importer: Update job name now that we build the API doc

5 years agogitlab: Do not "build nodebug fedora" on gst-docs
Thibault Saunier [Fri, 19 Apr 2019 21:42:14 +0000 (17:42 -0400)]
gitlab: Do not "build nodebug fedora" on gst-docs

And do not build at all for gst-examples either

5 years agoAdd support for building the doc
Thibault Saunier [Sun, 11 Nov 2018 02:34:59 +0000 (23:34 -0300)]
Add support for building the doc

5 years agodocker: Always get latest hotdoc release
Thibault Saunier [Mon, 13 May 2019 17:56:06 +0000 (13:56 -0400)]
docker: Always get latest hotdoc release

We had another little mistake to fix and that might
happen often in the future so let's use latest releases for
now.

5 years agodocker: Update hotdoc to latest release
Thibault Saunier [Mon, 13 May 2019 15:26:23 +0000 (11:26 -0400)]
docker: Update hotdoc to latest release

5 years agogitlab/ci_template: no need to do cerbero builds for gstreamer-vaapi
Tim-Philipp Müller [Thu, 2 May 2019 08:25:57 +0000 (09:25 +0100)]
gitlab/ci_template: no need to do cerbero builds for gstreamer-vaapi

5 years agogitlab: manifest: Use a cerbero ref with build
Nicolas Dufresne [Thu, 2 May 2019 21:28:42 +0000 (17:28 -0400)]
gitlab: manifest: Use a cerbero ref with build

For non-cerbero builds, pick a cerbero reference for which a build has
completed. This will reduce the number of cache miss, hence reduce the
number of timeouts and slow build we are facing each time cerbero is
updated.

Fixes #16

5 years agogitlab: Check bugs resolutions when running the validate/ges testsuite
Thibault Saunier [Wed, 1 May 2019 13:50:58 +0000 (09:50 -0400)]
gitlab: Check bugs resolutions when running the validate/ges testsuite

5 years agodocker: Explicitely install flex before installing hotdoc
Thibault Saunier [Thu, 25 Apr 2019 20:48:02 +0000 (16:48 -0400)]
docker: Explicitely install flex before installing hotdoc

5 years agodocker:fedora: Use meson 0.50.1
Thibault Saunier [Mon, 22 Apr 2019 16:56:06 +0000 (12:56 -0400)]
docker:fedora: Use meson 0.50.1

5 years agogitlab: Do not pass --force-sync in the launcher
Thibault Saunier [Mon, 22 Apr 2019 16:25:29 +0000 (12:25 -0400)]
gitlab: Do not pass --force-sync in the launcher

We let subproject handle it for us now

5 years agodocker: Install hotdoc and required packages to build the doc
Thibault Saunier [Sun, 11 Nov 2018 02:34:59 +0000 (23:34 -0300)]
docker: Install hotdoc and required packages to build the doc

5 years agoFedora docker: Bump to f30
Jordan Petridis [Tue, 12 Feb 2019 11:49:30 +0000 (13:49 +0200)]
Fedora docker: Bump to f30

Needed to get an upgraded ffmpeg.
Also required to have a new enough version of gobject-introspection
and remove all warnings

5 years agogitlab: ORC_CODE=backup is now set in validate GstCheck application
Thibault Saunier [Wed, 17 Apr 2019 15:05:11 +0000 (11:05 -0400)]
gitlab: ORC_CODE=backup is now set in validate GstCheck application

5 years agogitlab: Blacklist moved to the check testsuite directly
Thibault Saunier [Wed, 17 Apr 2019 14:06:32 +0000 (10:06 -0400)]
gitlab: Blacklist moved to the check testsuite directly

5 years agogitlab: Run valgrind on ges tests
Thibault Saunier [Fri, 12 Apr 2019 22:26:38 +0000 (18:26 -0400)]
gitlab: Run valgrind on ges tests

blacklisting python tests for now as those are still leaky/need some python suppressions

5 years agogitlab: Dump launcher logs on failures
Thibault Saunier [Sun, 7 Apr 2019 13:49:14 +0000 (09:49 -0400)]
gitlab: Dump launcher logs on failures

5 years agofedora: Install temrinal markdown viewer
Thibault Saunier [Sun, 7 Apr 2019 13:48:42 +0000 (09:48 -0400)]
fedora: Install temrinal markdown viewer

To enhance the launcher output

5 years agogitlab: Disable integration test in cerbero repository
Nicolas Dufresne [Sun, 7 Apr 2019 22:00:02 +0000 (18:00 -0400)]
gitlab: Disable integration test in cerbero repository

This is minimal fix for this job, we don't build the required
dependency.

5 years agogitlab/ci_template: skip cerbero builds and integration tests for gst-omx
Tim-Philipp Müller [Sat, 6 Apr 2019 16:45:22 +0000 (17:45 +0100)]
gitlab/ci_template: skip cerbero builds and integration tests for gst-omx

and the integration test for gstreamer-vaapi (we explicitly
remove the vaapi plugin when running integration tests).

5 years agogitlab/ci_template: Build gst-omx as well
Jordan Petridis [Fri, 5 Apr 2019 10:14:21 +0000 (13:14 +0300)]
gitlab/ci_template: Build gst-omx as well

5 years agogitlab: The launcher now generate the right suppression files list
Thibault Saunier [Thu, 4 Apr 2019 20:23:14 +0000 (17:23 -0300)]
gitlab: The launcher now generate the right suppression files list

See https://gitlab.freedesktop.org/gstreamer/gst-devtools/commit/787939f7505407949a104539688905bc4057d2d4

5 years agogitlab: fix gst-integration-testuite exceptions
Matthew Waters [Thu, 4 Apr 2019 10:32:46 +0000 (21:32 +1100)]
gitlab: fix gst-integration-testuite exceptions

Fixes error introduced in
https://gitlab.freedesktop.org/gstreamer/gst-ci/commit/9d32304eb378483e2382739b050876349a98e5fd
https://gitlab.freedesktop.org/gstreamer/gst-ci/merge_requests/94

5 years agogitlab: Do not run check and apps job on gst-integration-testsuites
Thibault Saunier [Wed, 27 Mar 2019 21:20:04 +0000 (18:20 -0300)]
gitlab: Do not run check and apps job on gst-integration-testsuites

5 years agoci: Run 'validate' and 'ges' integration testsuites
Thibault Saunier [Wed, 27 Mar 2019 19:44:36 +0000 (16:44 -0300)]
ci: Run 'validate' and 'ges' integration testsuites

And use new validate feature to print debug logs URL directly
in the logs instead of dumping the whole files.

5 years agoUpdate to latest fedora 64 image
Thibault Saunier [Fri, 1 Feb 2019 17:24:40 +0000 (14:24 -0300)]
Update to latest fedora 64 image

5 years agogitlab: don't build cerbero jobs in gst-build
Matthew Waters [Tue, 2 Apr 2019 12:27:59 +0000 (23:27 +1100)]
gitlab: don't build cerbero jobs in gst-build

Fixes https://gitlab.freedesktop.org/gstreamer/gst-ci/issues/17

5 years agogitlab/android-examples: only output the resulting apks
Matthew Waters [Thu, 28 Mar 2019 01:15:18 +0000 (12:15 +1100)]
gitlab/android-examples: only output the resulting apks

The full build directory while useful for debugging is rather large
(almost 1GB per app depending on plugins used).

5 years agogitlab: also build-test the android tutorials from gst-docs
Matthew Waters [Thu, 28 Mar 2019 00:25:05 +0000 (11:25 +1100)]
gitlab: also build-test the android tutorials from gst-docs

5 years agogitlab/ci_template: shorten name for gstreamer nodebug build
Tim-Philipp Müller [Wed, 27 Mar 2019 15:17:23 +0000 (15:17 +0000)]
gitlab/ci_template: shorten name for gstreamer nodebug build

Shorter and nicer to read with spaces than underscores.

5 years agogitlab: disable check target in gst-examples
Matthew Waters [Wed, 27 Mar 2019 02:26:17 +0000 (13:26 +1100)]
gitlab: disable check target in gst-examples

Not particularly useful there

5 years agoadd CI for gst-examples android build
Matthew Waters [Sun, 24 Mar 2019 06:56:01 +0000 (17:56 +1100)]
add CI for gst-examples android build

5 years agogitlab: add a script to clone a repository using manifest details
Matthew Waters [Tue, 26 Mar 2019 06:21:32 +0000 (17:21 +1100)]
gitlab: add a script to clone a repository using manifest details

5 years agoregistry: Change the way in which images are tagged
Jordan Petridis [Tue, 26 Mar 2019 12:00:31 +0000 (14:00 +0200)]
registry: Change the way in which images are tagged

Previously we tried using the git commit ref as a UID for the
images. This does not work though cause multiple jobs that rebuild
the image can be triggered and override the same image tag. Instead
use the CI_JOB_ID to provide better semantics wrt naming conflicts.

Additionally add the date as part of the tag to better indicate
the age of the image. Gitlab WEBGUI doens't indicate the age
in a good way nor makes it easy to short the images.

5 years agogitlab/ci_template: disable another test in check
Jordan Petridis [Tue, 26 Mar 2019 11:46:09 +0000 (13:46 +0200)]
gitlab/ci_template: disable another test in check

close #12

5 years agodocker: add android-specific image
Matthew Waters [Sun, 24 Mar 2019 10:41:31 +0000 (21:41 +1100)]
docker: add android-specific image

pre-includes the NDK/SDK

5 years agogitab/ci_template: Update cerbero image
Jordan Petridis [Tue, 26 Mar 2019 00:25:07 +0000 (00:25 +0000)]
gitab/ci_template: Update cerbero image

5 years agogitlab/ci_template: run valgrind tests automatically
Tim-Philipp Müller [Thu, 21 Mar 2019 21:39:03 +0000 (21:39 +0000)]
gitlab/ci_template: run valgrind tests automatically

Don't valgrind everything for all changes though,
but only those modules most likely to be affected
by changes in the current ci project. So, valgrind

 - gstreamer only for gstreamer core changes
 - gst-plugins-base for core/base changes
 - gst-plugins-good for core/base/good changes
 - gst-plugins-ugly for core/base/ugly changes
 - gst-plugins-bad for core/base/good changes

In other words: don't valgrind core/base if it's
good/bad/ugly that's being changed, for example.
Don't valgrind -good or -ugly for changes in -bad,
etc.

Meaning:

 - for changes in core, valgrind core/base/good/ugly/bad
 - for changes in base, valgrind base/good/ugly/bad
 - for changes in good, valgrind good/bad
 - for changes in ugly, valgrind ugly
 - for changes in bad, valgrind bad

More modules to be added later once they're valgrind
clean on the CI.

https://gitlab.freedesktop.org/gstreamer/gst-ci/merge_requests/80

5 years agogitlab/ci_template: add manual valgrind jobs
Tim-Philipp Müller [Wed, 6 Mar 2019 19:01:48 +0000 (19:01 +0000)]
gitlab/ci_template: add manual valgrind jobs

5 years agoAlways print timestamps when running Cerbero
Nirbheek Chauhan [Mon, 25 Mar 2019 11:53:37 +0000 (17:23 +0530)]
Always print timestamps when running Cerbero

This is useful when doing performance improvements or comparisons.

5 years agodocker/cerbero: Always install lbzip2 for use in packaging
Nirbheek Chauhan [Mon, 25 Mar 2019 10:59:57 +0000 (16:29 +0530)]
docker/cerbero: Always install lbzip2 for use in packaging

See: https://gitlab.freedesktop.org/gstreamer/cerbero/issues/132

Needed for https://gitlab.freedesktop.org/gstreamer/cerbero/merge_requests/139

5 years agoDo not run indent on gst-integration-testsuites
Thibault Saunier [Mon, 25 Mar 2019 12:32:27 +0000 (09:32 -0300)]
Do not run indent on gst-integration-testsuites

5 years agogitlab/ci_template: blacklist curlhttpsrc test_multiple_http_requests
Tim-Philipp Müller [Sat, 23 Mar 2019 20:04:38 +0000 (20:04 +0000)]
gitlab/ci_template: blacklist curlhttpsrc test_multiple_http_requests

Too flaky.

https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/932

5 years agodocker:fedora: Remove Qt5 devel packages
Thibault Saunier [Fri, 22 Mar 2019 21:19:59 +0000 (18:19 -0300)]
docker:fedora: Remove Qt5 devel packages

as we haven't tested building it and it leads to build issues in
examples.

5 years agogitlab/ci_template: add a build that disabled debug logs
Jordan Petridis [Wed, 20 Mar 2019 19:45:31 +0000 (21:45 +0200)]
gitlab/ci_template: add a build that disabled debug logs

5 years agodocker:fedora: No need to add site-packages to PATH
Thibault Saunier [Thu, 21 Mar 2019 23:53:32 +0000 (20:53 -0300)]
docker:fedora: No need to add site-packages to PATH

5 years agofedora: Install meson 0.49.2
Thibault Saunier [Fri, 15 Mar 2019 11:55:13 +0000 (08:55 -0300)]
fedora: Install meson 0.49.2

Working around https://github.com/mesonbuild/meson/issues/5087

5 years agoRevert "docker/fedora: use meson from fedora repos"
Thibault Saunier [Fri, 15 Mar 2019 11:53:54 +0000 (08:53 -0300)]
Revert "docker/fedora: use meson from fedora repos"

This reverts commit a116f19eeb1d6cc40b2b9310c50c404ce407fcdd.

5 years agoTrack gst-integration-testsuites
Thibault Saunier [Wed, 13 Mar 2019 22:10:18 +0000 (19:10 -0300)]
Track gst-integration-testsuites

5 years agofedora: Install git-lfs
Thibault Saunier [Fri, 1 Feb 2019 16:36:28 +0000 (13:36 -0300)]
fedora: Install git-lfs

5 years agogitlab/ci_template: refresh the image builds
Jordan Petridis [Tue, 12 Mar 2019 16:41:10 +0000 (18:41 +0200)]
gitlab/ci_template: refresh the image builds

5 years agodocker/fedora: use the meson subprojects cmd to download subprojects
Jordan Petridis [Thu, 14 Mar 2019 15:19:49 +0000 (17:19 +0200)]
docker/fedora: use the meson subprojects cmd to download subprojects

Introduced in 0.49.0 so we can avoid the need to configure in
order to cache the subproejct repos.

5 years agodocker/fedora: use upstream registry to retch the base image
Jordan Petridis [Thu, 14 Mar 2019 14:54:11 +0000 (16:54 +0200)]
docker/fedora: use upstream registry to retch the base image

Fedora is now hosting its official docker images at
https://registry.fedoraproject.org

5 years agodocker/fedora: use git-core instead of git
Jordan Petridis [Thu, 14 Mar 2019 14:51:14 +0000 (16:51 +0200)]
docker/fedora: use git-core instead of git

We don't need the full blown git pakcage and we can avoid
a couple of perl deps that way

5 years agodocker/fedora: use meson from fedora repos
Jordan Petridis [Thu, 14 Mar 2019 00:42:15 +0000 (02:42 +0200)]
docker/fedora: use meson from fedora repos

Fedora is still on version 0.49.2 while pip is on 0.50.
With the version from pip we can no longer run some gst-sharp tests
so we essentially revert back to 0.49

https://github.com/mesonbuild/meson/issues/5087

5 years agogitlab: remove the android gst-build target
Matthew Waters [Tue, 12 Mar 2019 12:59:26 +0000 (23:59 +1100)]
gitlab: remove the android gst-build target

android is now being tested using cerbero for the binaries we produce.

5 years agogitlab/cerbero-android: build without werror
Matthew Waters [Tue, 12 Mar 2019 01:32:15 +0000 (12:32 +1100)]
gitlab/cerbero-android: build without werror