Skip to content

Commit

Permalink
coin: enable GStreamer unit tests
Browse files Browse the repository at this point in the history
Pick-to: 6.5 6.7 6.8
Change-Id: I7a958e839ef364579a3dc51e2038ccc5275da279
Reviewed-by: Pavel Dubsky <[email protected]>
Reviewed-by: Artem Dyomin <[email protected]>
  • Loading branch information
timblechmann committed Jul 8, 2024
1 parent 81bb2f7 commit b46a721
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions coin/instructions/run_gstreamer_backend_tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
type: Group
enable_if:
condition: or
conditions:
- condition: runtime
env_var: TARGET_OSVERSION_COIN
contains_value: ubuntu
# Disabling on rhel/opensuse for now due to missing h264 codecs on CI
# - condition: runtime
# env_var: TARGET_OSVERSION_COIN
# contains_value: rhel
# - condition: runtime
# env_var: TARGET_OSVERSION_COIN
# contains_value: opensuse

instructions:
- type: EnvironmentVariable
variableName: QT_MEDIA_BACKEND
variableValue: gstreamer
- !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"
1 change: 1 addition & 0 deletions coin/module_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ instructions:

Test:
- !include "{{qt/qtmultimedia}}/run_ffmpeg_backend_tests.yaml"
- !include "{{qt/qtmultimedia}}/run_gstreamer_backend_tests.yaml"
- !include "{{qt/qtbase}}/coin_module_test_docs.yaml"

0 comments on commit b46a721

Please sign in to comment.