From 98cc3cc865fa962836dab5c4956424b5e312aa3b Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 20 Feb 2023 11:38:28 +0100 Subject: ci: Add playbin3 validate step Part-of: --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.gitlab-ci.yml') 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' -- cgit v1.2.1