platform/upstream/gstreamer.git
4 years agodocker/windows: Update python, git, and MSYS2
Nirbheek Chauhan [Thu, 12 Dec 2019 04:52:43 +0000 (10:22 +0530)]
docker/windows: Update python, git, and MSYS2

The git update is particularly important because of security
vulnerabilities on Windows related to NTFS.

4 years agodocker/windows: Use load-balancing for sourceforge URLs
Nirbheek Chauhan [Thu, 12 Dec 2019 04:52:06 +0000 (10:22 +0530)]
docker/windows: Use load-balancing for sourceforge URLs

Instead of using a specific mirror, which may be slow or might
disappear.

4 years agodocker/windows: Install Python to a path without spaces
Nirbheek Chauhan [Thu, 12 Dec 2019 04:50:55 +0000 (10:20 +0530)]
docker/windows: Install Python to a path without spaces

This is needed for Cerbero since Autotools cannot handle paths to
binaries that have spaces in them.

4 years agodocker/windows: Download Python installer as python3-installer
Nirbheek Chauhan [Thu, 12 Dec 2019 04:49:53 +0000 (10:19 +0530)]
docker/windows: Download Python installer as python3-installer

Having a binary called 'python3' anywhere that might accidentally end
up in PATH is asking for trouble.

4 years agodocker/fedora: Install libdav1d
Philippe Normand [Wed, 25 Dec 2019 10:08:08 +0000 (11:08 +0100)]
docker/fedora: Install libdav1d

This library is required for the gst-plugins-rs rsdav1d plugin build.

4 years agogitlab: run gst-plugins-rs tests
Guillaume Desmottes [Wed, 15 Jan 2020 05:03:29 +0000 (10:33 +0530)]
gitlab: run gst-plugins-rs tests

Fix #46

4 years agogitlab: override 'except' on build rust job
Guillaume Desmottes [Fri, 24 Jan 2020 05:56:03 +0000 (11:26 +0530)]
gitlab: override 'except' on build rust job

The parent job has an except rule on gst-plugins-rs which was inherited
preventing the job to be run on gst-plugins-rs updates.

Fix #51

4 years agodocker: fedora: install libsodium
Guillaume Desmottes [Wed, 15 Jan 2020 08:35:34 +0000 (14:05 +0530)]
docker: fedora: install libsodium

Used by a Rust plugin.

4 years agogitlab: move gst-plugins-rs to its own job
Guillaume Desmottes [Wed, 15 Jan 2020 04:39:55 +0000 (10:09 +0530)]
gitlab: move gst-plugins-rs to its own job

Building Rust code is significantly slowing down ci so do it only for
projects which could make gst-plugins-rs regress.

4 years agoCI: integration: Split this test in 4 jobs
Nicolas Dufresne [Sun, 12 Jan 2020 04:09:04 +0000 (23:09 -0500)]
CI: integration: Split this test in 4 jobs

That job was the slowest, now each jobs takes about 12 minutes, which
makes it slightly faster then msys2 jobs, and sometime iOS due to low
bandwidth and low availibility of OSX runners.

4 years agogitlab: cache CARGO_HOME in shared cache
Guillaume Desmottes [Wed, 15 Jan 2020 05:59:01 +0000 (11:29 +0530)]
gitlab: cache CARGO_HOME in shared cache

4 years agogitlab: enable gst-plugins-rs in build fedora jobs
Guillaume Desmottes [Thu, 2 Jan 2020 08:33:54 +0000 (14:03 +0530)]
gitlab: enable gst-plugins-rs in build fedora jobs

4 years agogitlab: don't run gst-plugins-rs tests
Guillaume Desmottes [Wed, 8 Jan 2020 10:51:09 +0000 (16:21 +0530)]
gitlab: don't run gst-plugins-rs tests

They are not working with CI atm, see #46

4 years agogitlab-ci: Fix docker tag when pushing image
Nirbheek Chauhan [Wed, 8 Jan 2020 18:14:56 +0000 (23:44 +0530)]
gitlab-ci: Fix docker tag when pushing image

Missed in https://gitlab.freedesktop.org/gstreamer/gst-ci/merge_requests/213

4 years agogitlab: build gst-omx with zynq as target
Guillaume Desmottes [Thu, 19 Dec 2019 07:20:14 +0000 (12:50 +0530)]
gitlab: build gst-omx with zynq as target

Build just the minimum to be able to build gst-omx with this specific
target.

4 years agogitlab-ci.yml: Allow tagging images built on upstream branches
Nirbheek Chauhan [Tue, 7 Jan 2020 07:28:21 +0000 (12:58 +0530)]
gitlab-ci.yml: Allow tagging images built on upstream branches

If we're on the gstreamer namespace, we should push all images built
on that namespace to the registry. This is needed to, f.ex., update
the docker image used in stable builds. This is needed for:
https://gitlab.freedesktop.org/gstreamer/cerbero/merge_requests/367

4 years agodocker/cerbero: Do not manually install nasm when building image
Nirbheek Chauhan [Mon, 6 Jan 2020 21:07:55 +0000 (02:37 +0530)]
docker/cerbero: Do not manually install nasm when building image

This is pulled in correctly via cerbero's bootstrap deps now.

4 years agogitlab: disable most jobs for gst-plugins-rs
Guillaume Desmottes [Thu, 2 Jan 2020 06:29:07 +0000 (11:59 +0530)]
gitlab: disable most jobs for gst-plugins-rs

No need to run jobs which are not building gst-plugins-rs.

4 years agogitlab/gst-build: Disable building rust plugins
Nirbheek Chauhan [Wed, 25 Dec 2019 09:38:59 +0000 (15:08 +0530)]
gitlab/gst-build: Disable building rust plugins

gst-build now includes gst-plugins-rs, but gst-plugins-rs CI does not
run the gst-build CI jobs, so MRs can easily break gst-build CI.

F.ex: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/merge_requests/186#note_371696

Disable this till that's resolved.

4 years agogitlab: update Fedora image
Guillaume Desmottes [Mon, 23 Dec 2019 08:54:17 +0000 (14:24 +0530)]
gitlab: update Fedora image

Include Rust environnement fix.

4 years agodocker: export RUSTUP/CARGO_HOME in container
Guillaume Desmottes [Mon, 23 Dec 2019 06:22:20 +0000 (11:52 +0530)]
docker: export RUSTUP/CARGO_HOME in container

The rust binaries (rustc) needs those variables to be defined to work
properly.

4 years agogitlab: update fedora image
Guillaume Desmottes [Fri, 20 Dec 2019 10:15:17 +0000 (15:45 +0530)]
gitlab: update fedora image

Use image with Rust.

4 years agodocker/fedora: install Rust
Guillaume Desmottes [Wed, 18 Dec 2019 04:11:59 +0000 (09:41 +0530)]
docker/fedora: install Rust

Needed to build gst-plugins-rs, see gst-plugins-rs!205

4 years agoUpdate fedora image
Xavier Claessens [Wed, 18 Dec 2019 18:47:01 +0000 (13:47 -0500)]
Update fedora image

4 years agodocker/fedora: Update meson to 0.52.1
Xavier Claessens [Wed, 18 Dec 2019 15:48:14 +0000 (10:48 -0500)]
docker/fedora: Update meson to 0.52.1

4 years agodocker/fedora: Install libcaca and aalib
Eric Marks [Tue, 17 Dec 2019 16:13:05 +0000 (10:13 -0600)]
docker/fedora: Install libcaca and aalib

Add libcaca-devel and aalib-devel to dependencies so that cacasink and
aasink can be built.

4 years agoci_template: limit cerbero jobs to the GStreamer tagged runners
Jordan Petridis [Wed, 11 Dec 2019 15:34:19 +0000 (17:34 +0200)]
ci_template: limit cerbero jobs to the GStreamer tagged runners

CCache tends to consume a lot of space which taxes heavily some
of the shared runners. Limit the mahcines the job can run
to those were we can ensure they will not have issues with
the storage.

4 years agogitlab: enable ios builds by default
Matthew Waters [Thu, 5 Dec 2019 13:53:24 +0000 (00:53 +1100)]
gitlab: enable ios builds by default

They are small enough now to not impact the overall running time of a CI
pipeline.

4 years agoci_template: bump timeout for msys2 job
Tim-Philipp Müller [Thu, 5 Dec 2019 00:37:20 +0000 (00:37 +0000)]
ci_template: bump timeout for msys2 job

4 years agowindows: fix invalid powershell syntax
Jordan Petridis [Wed, 4 Dec 2019 22:49:40 +0000 (00:49 +0200)]
windows: fix invalid powershell syntax

```
At line:1 char:34
+ cd $env:CI_PROJECT_DIR/gst-build && python git-update --no-interactio ...
+                                  ~~
The token '&&' is not a valid statement separator in this version.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordEx
   ception
    + FullyQualifiedErrorId : InvalidEndOfLine
```

This is not bash, but powershell, hue hue hue

4 years agoci_template: make sure powershell hard exists on errors
Jordan Petridis [Wed, 4 Dec 2019 22:52:45 +0000 (00:52 +0200)]
ci_template: make sure powershell hard exists on errors

We set the env var as the shell of the image, but looks like
the gitlab runner is overriding that.

4 years agowindows: Migrate to windows 1809 base
Jordan Petridis [Mon, 2 Dec 2019 16:23:27 +0000 (18:23 +0200)]
windows: Migrate to windows 1809 base

Rebuild the windows docker image against the current ltsc [1]
of server 2019. This requires moving some of the msys setup
to the runner job cause it causes docker build to hang

Switch the job tags so they now use the 1809 runner, instead
of 1607.

Tweak the PATHs in the msys job so bash doesn't complain about
slashes..

Lastly, increase the timeout of the windows jobs, as msys2
installs its deps at runtime

[1] https://docs.microsoft.com/en-us/windows-server/get-started-19/servicing-channels-19

4 years agogitlab: build cerbero android/ios for gst-docs examples
Matthew Waters [Mon, 2 Dec 2019 23:37:16 +0000 (10:37 +1100)]
gitlab: build cerbero android/ios for gst-docs examples

4 years agoci_template: Increase the timeout of gst-builds more
Jordan Petridis [Mon, 2 Dec 2019 22:53:02 +0000 (00:53 +0200)]
ci_template: Increase the timeout of gst-builds more

Need to take into account I/O needed to upload artficats
and download docker images.

4 years agoci_template: Bump the timeout limit from 10 to 15min for windows
Jordan Petridis [Sun, 1 Dec 2019 12:46:27 +0000 (14:46 +0200)]
ci_template: Bump the timeout limit from 10 to 15min for windows

4 years agoci_template: set per-job timeouts for builds
Jordan Petridis [Thu, 28 Nov 2019 12:59:30 +0000 (14:59 +0200)]
ci_template: set per-job timeouts for builds

In case a build gets stuck for whatever reason,
happens from time to time on windows,
try to baild out quickly.

For cerbero builds, set the timeout to 3h which
according to the docs should also be able to
override the project defined timeout
Fix #19

https://docs.gitlab.com/ce/ci/yaml/README.html#timeout

4 years agoci_template: Use a host-mapped volume for the ccache directory
Jordan Petridis [Mon, 25 Nov 2019 13:51:52 +0000 (15:51 +0200)]
ci_template: Use a host-mapped volume for the ccache directory

Use hardcoded path for the cache, so it will be shared by
all jobs of all gstreamer projects running on the same runner host. This
should increase the hit rate and decrease the worst case storage used.

Adaptation of https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2818

See https://gitlab.freedesktop.org/freedesktop/freedesktop/issues/120

4 years agoupdate for macos 10.15 making / read-only
Matthew Waters [Thu, 28 Nov 2019 01:55:51 +0000 (12:55 +1100)]
update for macos 10.15 making / read-only

We've moved the host cached cerbero directory to /Users/gst-ci/cerbero
instead now.

4 years agoci_template.yml: Update the windows image used
Jordan Petridis [Fri, 22 Nov 2019 15:23:15 +0000 (17:23 +0200)]
ci_template.yml: Update the windows image used

4 years agodocker/windows: update the version of various deps we install
Jordan Petridis [Fri, 22 Nov 2019 13:44:56 +0000 (15:44 +0200)]
docker/windows: update the version of various deps we install

4 years agoci_template: skip unnecessary jobs for gst-integration-testsuites
Jordan Petridis [Thu, 21 Nov 2019 14:21:50 +0000 (16:21 +0200)]
ci_template: skip unnecessary jobs for gst-integration-testsuites

Close #42

4 years agoci_template: set the TIMEOUT_FACTOR of gst-validate-launcher to 2
Jordan Petridis [Tue, 19 Nov 2019 13:47:38 +0000 (15:47 +0200)]
ci_template: set the TIMEOUT_FACTOR of gst-validate-launcher to 2

We have lots of tests that timeout on the CI due to a high load
of jobs on the CI runners. Let's try giving them a bit more time
and see how its going.

4 years agoci_template.yml: Use the new docker cerbero-fedora image
Nirbheek Chauhan [Sun, 10 Nov 2019 09:56:48 +0000 (15:26 +0530)]
ci_template.yml: Use the new docker cerbero-fedora image

This has nasm temporarily added in it using
https://gitlab.freedesktop.org/gstreamer/gst-ci/merge_requests/179

4 years agodocker/cerbero: Temporarily add nasm to the system setup
Nirbheek Chauhan [Sat, 9 Nov 2019 22:57:14 +0000 (04:27 +0530)]
docker/cerbero: Temporarily add nasm to the system setup

We will later install it as part of the cerbero bootstrap step when
generating the image after
https://gitlab.freedesktop.org/gstreamer/cerbero/merge_requests/320 is
merged.

4 years agocitemplate: Tag test jobs to only run on the dedicated runners
Jordan Petridis [Thu, 7 Nov 2019 10:51:29 +0000 (11:51 +0100)]
citemplate: Tag test jobs to only run on the dedicated runners

Avoid spreading the jobs on lower power runners which ends
up trippling the execution time of the testsuites and/or timing out.

4 years agodocker: Stop using mdv and use bat to colorize markdown
Thibault Saunier [Mon, 12 Aug 2019 21:17:03 +0000 (17:17 -0400)]
docker: Stop using mdv and use bat to colorize markdown

4 years agoRevert "gitlab: Set COLUMNS and width variable to make terminal_markdown_view happy"
Thibault Saunier [Mon, 12 Aug 2019 21:15:47 +0000 (17:15 -0400)]
Revert "gitlab: Set COLUMNS and width variable to make terminal_markdown_view happy"

This reverts commit 157f94fb62da7582fce90c85bf2338999d83b7cc.

4 years agoci_template: remove gstreamer-vaapi control in test tag
Víctor Manuel Jáquez Leal [Fri, 25 Oct 2019 15:38:43 +0000 (17:38 +0200)]
ci_template: remove gstreamer-vaapi control in test tag

Since now gstreamer-vaapi is blacklisted in
validate (https://gitlab.freedesktop.org/gstreamer/gst-devtools/merge_requests/134)
there is no need to make exceptions in the CI. This patch removes
those exceptions.

4 years agoci_template: refresh the docker images used for the CI
Jordan Petridis [Thu, 24 Oct 2019 12:13:03 +0000 (15:13 +0300)]
ci_template: refresh the docker images used for the CI

4 years agoci_template: update the fedora image to a newer build
Jordan Petridis [Fri, 9 Aug 2019 10:27:37 +0000 (13:27 +0300)]
ci_template: update the fedora image to a newer build

Among other things, it includes the wpe dependencies !148 and
glslc !145

4 years agoci_template: avoid check.gstreamer-vaapi
U. Artie Eoff [Wed, 9 Oct 2019 15:37:01 +0000 (08:37 -0700)]
ci_template: avoid check.gstreamer-vaapi

Check tests are being added to gstreamer/gstreamer-vaapi!181.
However, gstreamer-vaapi inherently requires specific hardware
drivers and platforms to function.  The CI does not provide this
level of driver/platform selection.  Thus, avoid running any
check tests in gstreamer-vaapi.

4 years agoci_template: Add an auto-retry policy
Jordan Petridis [Wed, 11 Sep 2019 14:39:14 +0000 (17:39 +0300)]
ci_template: Add an auto-retry policy

Its common that docker will throw transient errors, especially
on the windows runner. If such the case, automatically retry
the job.

4 years agoRevert "docker/cerbero/fedora install openssl-devel libraries"
Matthew Waters [Tue, 24 Sep 2019 02:39:11 +0000 (12:39 +1000)]
Revert "docker/cerbero/fedora install openssl-devel libraries"

This reverts commit 4a8beec41044e21ffeec73b7e58d0afaf112e689.

4 years agogitlab: update cerbero docker image used
Matthew Waters [Thu, 19 Sep 2019 15:47:52 +0000 (01:47 +1000)]
gitlab: update cerbero docker image used

4 years agodocker/cerbero/fedora install openssl-devel libraries
Matthew Waters [Tue, 24 Sep 2019 01:33:46 +0000 (11:33 +1000)]
docker/cerbero/fedora install openssl-devel libraries

Temporary workaround until cerbero installs the library itself

4 years agodocker: improve logging of the setup scripts
Jordan Petridis [Mon, 9 Sep 2019 13:01:08 +0000 (16:01 +0300)]
docker: improve logging of the setup scripts

4 years agodocker/fedora: install debuginfo for python3-libs as well
Jordan Petridis [Wed, 11 Sep 2019 14:41:06 +0000 (17:41 +0300)]
docker/fedora: install debuginfo for python3-libs as well

4 years ago.gitlab-ci.yml: Rename the UID variable in the docker build job
Jordan Petridis [Thu, 5 Sep 2019 19:53:20 +0000 (22:53 +0300)]
.gitlab-ci.yml: Rename the UID variable in the docker build job

UID is a read-only protected variable in bash 5.0+

4 years ago.gitlab-ci.yml: export artifacts for the fedora build job
Jordan Petridis [Wed, 11 Sep 2019 13:50:27 +0000 (16:50 +0300)]
.gitlab-ci.yml: export artifacts for the fedora build job

20f5d7d646e7c941d71bb7264a9ba6b868982be3 stopped exporting artifacts
from the .build template which broke the local jobs since they
no longer exported the builddir.

4 years agofedora/docker: remove the fedora openh264 package
Jordan Petridis [Fri, 6 Sep 2019 15:22:55 +0000 (18:22 +0300)]
fedora/docker: remove the fedora openh264 package

The cisco repository has been problematic for a while causing
dnf to error due to some gpg issue and break the pipe in non-interactive
ttys.

```
Importing GPG key 0xCFC659B9:
 Userid     : "Fedora (30) <fedora-30-primary@fedoraproject.org>"
 Fingerprint: F1D8 EC98 F241 AAF2 0DF6 9420 EF3C 111F CFC6 59B9
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-30-x86_64
The command '/bin/sh -c /usr/bin/sh /root/prepare.sh &&     /usr/bin/sh /root/cleanup.sh' returned a non-zero code: 141
```

https://gitlab.freedesktop.org/gstreamer/gst-ci/-/jobs/573870

We do have a meson subproject for openh264 nowdays in gst-build
and it will get enabled automatically once the distro package
is no longer there.

4 years agogitlab: build the ios examples in the cerbero repository
Matthew Waters [Thu, 12 Sep 2019 03:05:37 +0000 (13:05 +1000)]
gitlab: build the ios examples in the cerbero repository

4 years agogitlab: Rename all cross jobs to have a cross- prefix
Nirbheek Chauhan [Wed, 11 Sep 2019 07:45:21 +0000 (13:15 +0530)]
gitlab: Rename all cross jobs to have a cross- prefix

For consistency, and to differentiate, f.ex., cross-windows jobs from
native windows jobs.

4 years agogitlab: Windows Cerbero jobs are cross
Nirbheek Chauhan [Tue, 10 Sep 2019 09:08:18 +0000 (14:38 +0530)]
gitlab: Windows Cerbero jobs are cross

Change the name to avoid confusion.

4 years agogitlab: remove needs from ios examples job
Matthew Waters [Tue, 10 Sep 2019 07:45:17 +0000 (17:45 +1000)]
gitlab: remove needs from ios examples job

needs and manual jobs do not really get along
https://gitlab.com/gitlab-org/gitlab-ce/issues/66602

4 years agogitlab: add ios app build testing
Matthew Waters [Wed, 28 Aug 2019 16:00:28 +0000 (02:00 +1000)]
gitlab: add ios app build testing

4 years agodocker: Upgrade cerbero image to use fedora 30
Edward Hervey [Thu, 5 Sep 2019 15:25:37 +0000 (17:25 +0200)]
docker: Upgrade cerbero image to use fedora 30

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