summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2022-11-26 11:02:17 +0100
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2022-12-06 17:10:10 +0000
commit95979e3a4b1fe7b167cd351a15bb966f9ba1a7b5 (patch)
tree65dcfc38903b4619edba519dc82417760c0cb2ef /.gitlab-ci.yml
parentebfbdf9076f34c96d2890af0122392462c404e2d (diff)
downloadgstreamer-95979e3a4b1fe7b167cd351a15bb966f9ba1a7b5.tar.gz
ci: build less for integration testsuite
- skip gst-omx - skip sharp bindings - skip examples and gst-examples - skip check unit tests (only needed for check job) - skip microdns (not needed and pulls in subproject) - skip avtp (ditto) - skip webrtc (same) - skip benchmarks - skip qt5 and gtk Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3520>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9c80ba7499..e0d4319cbf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -514,6 +514,21 @@ integration testsuites fedora:
extends: '.test fedora x86_64'
parallel: 8
variables:
+ MESON_BUILDTYPE_ARGS: >
+ -Domx=disabled
+ -Dsharp=disabled
+ -Dvaapi=disabled
+ -Dexamples=disabled
+ -Dgst-examples=disabled
+ -Dtests=disabled
+ -Dnls=disabled
+ -Dqt5=disabled
+ -Dgstreamer:benchmarks=disabled
+ -Dgst-plugins-good:gtk3=disabled
+ -Dgst-plugins-bad:microdns=disabled
+ -Dgst-plugins-bad:avtp=disabled
+ -Dgst-plugins-bad:opencv=disabled
+ -Dgst-plugins-bad:webrtc=disabled
EXTRA_VALIDATE_ARGS: "--timeout-factor=2 --retry-on-failures --parts=${CI_NODE_TOTAL} --part-index=${CI_NODE_INDEX} --sync"
TEST_SUITE: "validate ges"