summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2023-02-20 11:38:28 +0100
committerEdward Hervey <bilboed@bilboed.com>2023-03-29 16:32:21 +0200
commit98cc3cc865fa962836dab5c4956424b5e312aa3b (patch)
tree37fce43b2b52dd8cf4b397fd9d4919ac9335fdcc /.gitlab-ci.yml
parent65f953cd235a242dc8c7d0ac3e057f5ff84f5177 (diff)
downloadgstreamer-98cc3cc865fa962836dab5c4956424b5e312aa3b.tar.gz
ci: Add playbin3 validate step
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4001>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 07bb47512b..9b873fcf82 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -572,6 +572,13 @@ integration testsuites fedora:
EXTRA_VALIDATE_ARGS: "--timeout-factor=2 --retry-on-failures --parts=${CI_NODE_TOTAL} --part-index=${CI_NODE_INDEX} --sync"
TEST_SUITE: "validate ges"
+playbin3 integration:
+ extends: 'integration testsuites fedora'
+ variables:
+ USE_PLAYBIN3: 1
+ # Let's allow failures for now until we're 100% sure everything works
+ allow_failure: true
+
# gstreamer-full:
gstreamer-full static build:
extends: '.build fedora x86_64'