mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
ci: Add playbin3 validate step
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4001>
This commit is contained in:
parent
65f953cd23
commit
98cc3cc865
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
EXTRA_VALIDATE_ARGS: "--timeout-factor=2 --retry-on-failures --parts=${CI_NODE_TOTAL} --part-index=${CI_NODE_INDEX} --sync"
|
||||||
TEST_SUITE: "validate ges"
|
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:
|
||||||
gstreamer-full static build:
|
gstreamer-full static build:
|
||||||
extends: '.build fedora x86_64'
|
extends: '.build fedora x86_64'
|
||||||
|
|
Loading…
Reference in a new issue