Matthew Waters [Sun, 24 Mar 2019 10:41:31 +0000 (21:41 +1100)]
docker: add android-specific image
pre-includes the NDK/SDK
Jordan Petridis [Tue, 26 Mar 2019 00:25:07 +0000 (00:25 +0000)]
gitab/ci_template: Update cerbero image
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
Tim-Philipp Müller [Wed, 6 Mar 2019 19:01:48 +0000 (19:01 +0000)]
gitlab/ci_template: add manual valgrind jobs
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.
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
Thibault Saunier [Mon, 25 Mar 2019 12:32:27 +0000 (09:32 -0300)]
Do not run indent on gst-integration-testsuites
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
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.
Jordan Petridis [Wed, 20 Mar 2019 19:45:31 +0000 (21:45 +0200)]
gitlab/ci_template: add a build that disabled debug logs
Thibault Saunier [Thu, 21 Mar 2019 23:53:32 +0000 (20:53 -0300)]
docker:fedora: No need to add site-packages to PATH
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
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.
Thibault Saunier [Wed, 13 Mar 2019 22:10:18 +0000 (19:10 -0300)]
Track gst-integration-testsuites
Thibault Saunier [Fri, 1 Feb 2019 16:36:28 +0000 (13:36 -0300)]
fedora: Install git-lfs
Jordan Petridis [Tue, 12 Mar 2019 16:41:10 +0000 (18:41 +0200)]
gitlab/ci_template: refresh the image builds
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.
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
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
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
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.
Matthew Waters [Tue, 12 Mar 2019 01:32:15 +0000 (12:32 +1100)]
gitlab/cerbero-android: build without werror
Nicolas Dufresne [Tue, 18 Dec 2018 02:58:39 +0000 (21:58 -0500)]
CI: Add Android universal builds
Nicolas Dufresne [Wed, 13 Mar 2019 01:33:58 +0000 (21:33 -0400)]
gitlab: Move cerbero jobs in gst-ci
This will allow extending the CI at one place.
Jordan Petridis [Tue, 12 Mar 2019 11:48:59 +0000 (13:48 +0200)]
docker/fedora: Include common debug symbols in the image
Part of #14
Matthew Waters [Mon, 11 Mar 2019 09:12:01 +0000 (20:12 +1100)]
cerbero: enable the werror variant by default
Jordan Petridis [Mon, 11 Mar 2019 12:38:02 +0000 (14:38 +0200)]
docker/fedora/prepare.sh: add valgrind
Matthew Waters [Sun, 10 Mar 2019 12:51:36 +0000 (23:51 +1100)]
gitlab: update cerbero-fedora image to the latest
Thibault Saunier [Wed, 6 Mar 2019 13:47:13 +0000 (10:47 -0300)]
Blacklist check.gstreamer-sharp.SdpTests
Tim-Philipp Müller [Sun, 3 Mar 2019 21:57:16 +0000 (21:57 +0000)]
gitlab/ci_template: skip cerbero builds for gst-build changes
Thibault Saunier [Mon, 25 Feb 2019 22:17:11 +0000 (19:17 -0300)]
Enable GstSharp
Thibault Saunier [Mon, 25 Feb 2019 21:00:02 +0000 (18:00 -0300)]
Add depencencies to build gstreamer-sharp in our image
Jordan Petridis [Fri, 22 Feb 2019 12:52:53 +0000 (14:52 +0200)]
ci_template: unblacklist test
Should be fixed by the following MR
https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/merge_requests/20
Tim-Philipp Müller [Mon, 18 Feb 2019 14:12:35 +0000 (14:12 +0000)]
gitlab/ci_template: blacklist ges test_auto_transition test
Fails too often.
Reported as https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/63
Sebastian Dröge [Tue, 12 Feb 2019 09:26:03 +0000 (11:26 +0200)]
Blacklist racy audiomixer.test_flush_start_flush_stop test
See https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/555
Philippe Normand [Tue, 5 Feb 2019 11:31:30 +0000 (11:31 +0000)]
gitlab: Blacklist another ges test
python.test_timeline.TestTransitions.test_transition_type fails as reported in
https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/62
Philippe Normand [Tue, 5 Feb 2019 10:27:39 +0000 (10:27 +0000)]
gitlab: Blacklist the rtsp-server test_shared_udp test
This test sometimes fails, as reported in
https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/issues/61
Nicolas Dufresne [Tue, 18 Dec 2018 02:38:06 +0000 (21:38 -0500)]
docker: cerbero: Add Android cross toolchain
This runs the cross-android-universal bootstrap. Note that we remove the
Android NDK source as it is no longer needed during builds.
Nicolas Dufresne [Thu, 31 Jan 2019 16:18:12 +0000 (11:18 -0500)]
Update docker hash
While cleaning up, I got confused since some docker were rebuilt without
but unused. So I broke the build, this should fix it.
Tim-Philipp Müller [Wed, 16 Jan 2019 15:46:56 +0000 (15:46 +0000)]
gitlab/ci_template: blacklist multisocketsink test_add_client test
Unexpected critical/warning: gsignal.c:2641: instance '0x144a770' has no handler with id '2'
Stack trace:
gst_debug_get_stack_trace (gstinfo.c:2788)
gst_check_log_critical_func (gstcheck.c:281)
g_logv (/usr/lib64/libglib-2.0.so.0.5800.2:0x7f40d144e4fb)
g_log (/usr/lib64/libglib-2.0.so.0.5800.2:0x7f40d144e6ef)
g_signal_handler_disconnect (/usr/lib64/libgobject-2.0.so.0.5800.2:0x7f40d13c5a03)
g_cancellable_disconnect (/usr/lib64/libgio-2.0.so.0.5800.2:0x7f40d1238dae)
?? (/usr/lib64/libgio-2.0.so.0.5800.2:0x7f40d1238df8)
?? (/usr/lib64/libglib-2.0.so.0.5800.2:0x7f40d1444045)
?? (/usr/lib64/libglib-2.0.so.0.5800.2:0x7f40d1445407)
ensure_condition (gstmultisocketsink.c:999)
gst_multi_handle_sink_remove_client_link (gstmultihandlesink.c:971)
gst_multi_handle_sink_clear (gstmultihandlesink.c:847)
gst_multi_handle_sink_change_state (gstmultihandlesink.c:2200)
gst_element_change_state (gstelement.c:2952)
gst_element_change_state (gstelement.c:2991)
gst_element_change_state (gstelement.c:2991)
gst_element_set_state_func (gstelement.c:2906)
test_add_client (multisocketsink.c:230)
Likely same root cause as:
https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/516
https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/534
Jordan Petridis [Thu, 10 Jan 2019 18:14:08 +0000 (20:14 +0200)]
gitlab/ci_template: blacklist extra tests
rtpsession.test_multiple_senders_roundrobin_rbs:
https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/548
elements_audiotestsrc.test_layout:
https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/535
Jordan Petridis [Thu, 10 Jan 2019 14:26:03 +0000 (16:26 +0200)]
gitlab/ci_template: blacklist even more tests!
gstreamer.gst_gstsystemclock.test_periodic_shot:
https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/348
splitmux.test_splitmuxsrc_caps_change:
https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/547
nle_simple.test_simplest:
https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/57
ges_basic.test_ges_pipeline_change_stat:
https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/58
camerabin.test_single_video_recording:
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/864#note_101558
camerabin.test_multiple_video_recordings:
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/864#note_101646
Jordan Petridis [Tue, 8 Jan 2019 16:02:11 +0000 (18:02 +0200)]
gitlab/ci_template: Blacklist some more problematic tests
These tests are somewhat hard to reproduce and don't have an issue
associated with them yet, but they seem to fail quite often in
scenarios where they are run as part of a bigger group of tests
See !61 for more
Jordan Petridis [Mon, 31 Dec 2018 06:47:02 +0000 (08:47 +0200)]
ci_template: Remove the j = 1 restriction from check
Previously we were forcing tests to run with j 1 to avoid random
failures/races that occurred due to tests being racy. Majority
of those tests have been blacklisted and this should no longer be
needed.
Nicolas Dufresne [Fri, 11 Jan 2019 03:04:11 +0000 (22:04 -0500)]
gitlab: Update to latest cerbero docker image
Nicolas Dufresne [Thu, 10 Jan 2019 21:30:57 +0000 (16:30 -0500)]
docker: Use a local config for cerbero local_source and home_dir
Ohterwise the cerbero.cbc seems to take precendence on the localconf.cbc
during builds, which cause caching issues, since data does not get stored
at the right place.
Nicolas Dufresne [Thu, 10 Jan 2019 21:24:31 +0000 (16:24 -0500)]
gitlab: Remove uneeded mkdir
The cerbero_home is already part of the /cerbero folder that we rsync
at start.
Jordan Petridis [Thu, 10 Jan 2019 09:39:13 +0000 (11:39 +0200)]
gitlab/ci_template: blacklist another test
camerabin.test_image_video_cycle seems racy:
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/864
Jordan Petridis [Thu, 10 Jan 2019 08:41:52 +0000 (10:41 +0200)]
gitlab/ci_template: Blacklist more tests
pipelines_parse_launch.delayed_link:
https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/345
gst_gstsystemclock.test_async_sync_interaction:
https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/346
gst_gstsystemclock.test_periodic_multi:
https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/347
rtpbin.test_cleanup_recv:
https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/546
Jordan Petridis [Tue, 8 Jan 2019 20:31:06 +0000 (22:31 +0200)]
gitlab/ci_template: blacklist another splitmux test
https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/544
Jordan Petridis [Tue, 8 Jan 2019 15:10:19 +0000 (17:10 +0200)]
gitlab/ci_template: Blacklist another flvmux test
See https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/543
Nicolas Dufresne [Tue, 8 Jan 2019 18:22:02 +0000 (13:22 -0500)]
gitlab: Re-add ARCH parameter to cerbero deps jobs
This is required and was removed without proper testing.
Nicolas Dufresne [Tue, 18 Dec 2018 02:58:39 +0000 (21:58 -0500)]
CI: Add Win32 and Win64 cross builds
Jordan Petridis [Tue, 8 Jan 2019 06:15:29 +0000 (08:15 +0200)]
gitlab/ci_template: update the sha of the images
Jordan Petridis [Tue, 8 Jan 2019 06:13:07 +0000 (08:13 +0200)]
gitlab/ci_template: Factor out the image uris to variables
This avoids duplication and makes them easier to update and keep
in sync.
Nicolas Dufresne [Tue, 18 Dec 2018 02:38:06 +0000 (21:38 -0500)]
docker: cerbero: Add MingW cross toolchains
This runs the cross-win32 and cross-win64 bootstrap.
Sebastian Dröge [Mon, 7 Jan 2019 12:39:32 +0000 (14:39 +0200)]
gitlab: Unblacklist check.gst-plugins-good.elements_splitmux.test_splitmuxsrc_sparse_streams
Was caused by a bug in a MR.
Sebastian Dröge [Mon, 7 Jan 2019 12:33:50 +0000 (14:33 +0200)]
gitlab: Blacklist 4 more tests
check.gst-plugins-base.pipelines_tcp.test_that_tcpserversink_and_tcpclientsrc_are_symmetrical:
https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/221
check.gstreamer.elements_capsfilter.test_unfixed_downstream_caps:
https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/335
check.gst-rtsp-server.gst_rtspclientsink.test_record:
https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/issues/55
check.gst-plugins-good.elements_splitmux.test_splitmuxsrc_sparse_streams:
https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/542
Thibault Saunier [Thu, 3 Jan 2019 18:31:18 +0000 (19:31 +0100)]
gitlab: Stop blacklisting check.gst-devtools.validate_padmonitor.buffer
https://gitlab.freedesktop.org/gstreamer/gst-devtools/issues/34 has been closed
Nicolas Dufresne [Tue, 18 Dec 2018 19:05:37 +0000 (14:05 -0500)]
ci: Update cerbero docker image
This new image contains source cache, which should speed first fork and
cold cache cases.
Sebastian Dröge [Tue, 18 Dec 2018 16:52:24 +0000 (18:52 +0200)]
ci_template.yml: blacklist one more tests in check
check.gst-editing-services.nle_complex.test_one_expandable_another occasionally fails.
https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/55
Nicolas Dufresne [Mon, 17 Dec 2018 19:07:56 +0000 (14:07 -0500)]
docker: cerbero: Add in-docker sources caching
As our runner cache in most of the time cold, and is always cold for new
contributors, which should greatly speedup the build.
Tim-Philipp Müller [Tue, 18 Dec 2018 11:07:04 +0000 (11:07 +0000)]
ci_template: blacklist flaky gst-devtools.validate_padmonitor.buffer test
https://gitlab.freedesktop.org/gstreamer/gst-devtools/issues/34
Sebastian Dröge [Mon, 17 Dec 2018 09:43:34 +0000 (11:43 +0200)]
ci_template.yml: blacklist one more tests in check
check.gst-plugins-bad.elements_netsim.netsim_stress occasionally fails.
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/849
Sebastian Dröge [Fri, 14 Dec 2018 18:39:14 +0000 (20:39 +0200)]
ci_template.yml: Unblacklist test in check
gstpad.test_pad_probe_block_add_remove does not fail anymore.
https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/339
Jordan Petridis [Fri, 14 Dec 2018 12:09:10 +0000 (14:09 +0200)]
ci_template: bump the expiration time of artifacts
build job artifacts are the ones that consume much space, and
thus only set to 5 days, might lower it if space is an issue.
Otherwise rest job artifacts are just logs, text and xml files.
Jordan Petridis [Fri, 14 Dec 2018 12:11:17 +0000 (14:11 +0200)]
Revert "ci_template.yml: blacklist another test in check"
This reverts commit
d922144894e136b5237a20094411e15dd03be17e.
This was duplicate of
7f03e972eec5e94c66467b1e45e2ba9761f7bcc6
Jordan Petridis [Fri, 14 Dec 2018 11:33:48 +0000 (13:33 +0200)]
ci_template.yml: blacklist another test in check
check.gstreamer.gst_gstpad.test_pad_probe_block_add_remove
occasianlly fails.
https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/339
Sebastian Dröge [Fri, 14 Dec 2018 10:34:21 +0000 (12:34 +0200)]
ci_template.yml: blacklist two more tests in check
check.gst-plugins-bad.elements_shm.test_shm_live
check.gst-plugins-good.elements_splitmux.test_splitmuxsink_async
occasionally fail.
https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/531
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/847
Sebastian Dröge [Fri, 14 Dec 2018 09:59:48 +0000 (11:59 +0200)]
ci_template.yml: blacklist another test in check
gstpad.test_pad_probe_block_add_remove occasionally fails.
https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/339
Jordan Petridis [Thu, 13 Dec 2018 19:18:40 +0000 (21:18 +0200)]
ci_template.yml: blacklist another test in check
check.gst-plugins-good.elements_flvmux.test_incrementing_timestamps
occasianlly fails.
https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/530
Xavier Claessens [Thu, 13 Dec 2018 18:37:38 +0000 (13:37 -0500)]
android: Use the new docker image
Xavier Claessens [Thu, 13 Dec 2018 14:45:58 +0000 (09:45 -0500)]
android: Use cross file shipped by gst-build
We want to test that cross files shipped by gst-build are working,
instead of a generating our own.
Xavier Claessens [Thu, 29 Nov 2018 20:12:51 +0000 (15:12 -0500)]
Rename 'android' docker image back to 'ubuntu'
There is no point in doing a different docker image for each build we
are going to do inside an Ubuntu distro. We can later use the same image
for native ubuntu builds, or other cross builds (e.g. android API 21,
etc).
Xavier Claessens [Thu, 29 Nov 2018 20:01:55 +0000 (15:01 -0500)]
Move Android NDK to /opt
It was installed in '/' which doesn't feel right. Installing it in /root
is also not correct because we want to run the build as user instead of
root in the future and cleanup.sh removes everything in /root. /opt
seems the best place because that's also the default location when
installing Android Studio.
Jordan Petridis [Thu, 13 Dec 2018 15:18:40 +0000 (17:18 +0200)]
ci_template: enable h264parse.test_parse_packetized test again
Remove check.gst-plugins-bad.elements_h264parse.test_parse_packetized
from the blacklist since the relevant issue [1] seems to have been
resolved with the following MR [2]
[1] https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/842
[2] https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/merge_requests/69
Nicolas Dufresne [Mon, 10 Dec 2018 00:42:21 +0000 (19:42 -0500)]
CI: Don't reset cache on fetch
This is not needed since we only do run without cache or from a deps
cache for the specific cerbero commit we are building. This will speed
up builds in cerbero/ project when the source cache is missing.
Jordan Petridis [Mon, 10 Dec 2018 15:35:57 +0000 (17:35 +0200)]
CI: Make the docker build and local jobs manual
While they are very useful, each time we create a branch,
gitlab tries to build all the images which is very resource
intesinve. Thus make all the local images and everything that
depends upon them a manual job and only trigger them before
merging an MR.
Jordan Petridis [Tue, 11 Dec 2018 20:57:46 +0000 (22:57 +0200)]
ci_template: another blacklisted test in check
gst-plugins-good.elements_rtpbin.test_sender_eos
is occasionally failing.
For more see:
https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/527
Jordan Petridis [Tue, 11 Dec 2018 18:33:18 +0000 (20:33 +0200)]
ci_template: Blacklist another test in check
gst-plugins-base.elements_multisocketsink.test_client_next_keyframe
is occasionally failing somehow in the CI.
For more see:
https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/516
Jordan Petridis [Tue, 11 Dec 2018 11:25:37 +0000 (13:25 +0200)]
ci_template: do not .test in the cerbero repo
We already disable the .build inhereted build jobs, and thus the
tests fail to run since they depend on them. Cerbero doesn't need
to run them anyway.
Jordan Petridis [Mon, 10 Dec 2018 19:35:38 +0000 (21:35 +0200)]
ci_template: Report ccache stats for build jobs
Jordan Petridis [Mon, 10 Dec 2018 18:35:29 +0000 (20:35 +0200)]
ci_template: blacklist a problematic test in check
Also pass --dump-on-failure in the job. While the logs are
artifacts and they are integrated in the MRs, its not as
convinient to findout out what is failling if you are looking
into just a job log, of a commit. Thus make it show logs are also
priting on stdout/stderr.
Jordan Petridis [Thu, 6 Dec 2018 20:20:14 +0000 (22:20 +0200)]
ci_template: Blacklist problematic tests
Jordan Petridis [Wed, 21 Nov 2018 15:24:00 +0000 (17:24 +0200)]
ci_template.yml: Run the check test suite!!!
Add a fedora job that runs the 'check' tests with
gst-validate-launcher. Its fairly well abstracted so the same
template can be used to add the rest of the test-suites fairly
soon.
Jordan Petridis [Wed, 21 Nov 2018 13:49:51 +0000 (15:49 +0200)]
Revert "ci_template.yml: Temporarly disable builddir artifact"
This reverts commit
6ddb35c3c400586520b0f1e39f6f5369d0f61b44.
A hotfix has been deployed, lets see how it goes.
Jordan Petridis [Mon, 10 Dec 2018 09:50:49 +0000 (11:50 +0200)]
ci_template: Remove duplicate key
Looks like this slipped past the review of !47
Nicolas Dufresne [Sun, 9 Dec 2018 23:19:06 +0000 (18:19 -0500)]
CI: Enable cerbero builds for all projects
Nicolas Dufresne [Sun, 9 Dec 2018 21:29:46 +0000 (16:29 -0500)]
CI: Place cerbero docker image: in the template
This avoids having to duplicate that path into cerbero/ project and will
ease later updates.
Nicolas Dufresne [Sun, 9 Dec 2018 20:11:35 +0000 (15:11 -0500)]
CI: Add cerbero docker SHA
No job activated yet.
Nicolas Dufresne [Sun, 9 Dec 2018 02:35:26 +0000 (21:35 -0500)]
gitlab: Limit cerbero ccache to 1.7G
Testing showed that we need 1.6G to store all the objects. This limit
will prevent the cache from growing over time. Compressing the cache
can take a lot of time.
Nicolas Dufresne [Sun, 9 Dec 2018 02:26:25 +0000 (21:26 -0500)]
gitlab: Use cache key for cerbero builds
The key is set to cerbero_${ARCH}. This should help maintain a smaller
cache size and will avoid other jobs from overriding our cerbero-sources
cache.
Nicolas Dufresne [Sat, 24 Nov 2018 03:52:59 +0000 (22:52 -0500)]
gitlab: Don't build gst-build in cerbero repository
Nicolas Dufresne [Thu, 22 Nov 2018 04:05:16 +0000 (23:05 -0500)]
gitlab: Add orc and cerbero to manifest
Nicolas Dufresne [Fri, 16 Nov 2018 02:47:34 +0000 (21:47 -0500)]
gitlab: Add cerbero build template and x86_64 build
Nicolas Dufresne [Wed, 14 Nov 2018 01:13:13 +0000 (20:13 -0500)]
docker: Create Cerbero Fedora Docker
Jordan Petridis [Sun, 9 Dec 2018 02:34:35 +0000 (04:34 +0200)]
ci_template: Use a cache key specific to each job
Thibault Saunier [Thu, 6 Dec 2018 13:30:42 +0000 (10:30 -0300)]
Revert "Revert me" and fix test_manifest image to be used
This reverts commit
4717e446a9d8b4dc0c2a02ddf0630d7c65d78a37.
Jordan Petridis [Tue, 4 Dec 2018 22:06:00 +0000 (00:06 +0200)]
CI: do not run local jobs for master branch
They are identical to the normal jobs
Thibault Saunier [Thu, 6 Dec 2018 10:23:20 +0000 (07:23 -0300)]
build_manifest: fetch remote refname before checking out right commit
Working around https://gitlab.freedesktop.org/freedesktop/freedesktop/issues/95