Skip to content

Commit

Permalink
Coin: disable gstreamer tests on CI
Browse files Browse the repository at this point in the history
Lots of gstreamer tests are flaky, blocking dependency update rounds. As
long as the tests are flaky, we should disable them.

Fixes: QTBUG-129469
Pick-to: 6.5 6.7 6.8
Change-Id: I7dc823471f04e2c7ff348f4a0e6436551dff3f69
Reviewed-by: Jøger Hansegård <[email protected]>
  • Loading branch information
timblechmann committed Oct 1, 2024
1 parent 36e66df commit c90fe52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion coin/instructions/run_gstreamer_backend_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ enable_if:
conditions:
- condition: runtime
env_var: TARGET_OSVERSION_COIN
contains_value: ubuntu
# QTBUG-129469 as long as we have flaky tests, we need to disable all gstreamer tests on CI to avoid blocking
# dependency update rounds
contains_value: disabled_ubuntu
# Disabling on rhel/opensuse for now due to missing h264 codecs on CI
# - condition: runtime
# env_var: TARGET_OSVERSION_COIN
Expand Down

0 comments on commit c90fe52

Please sign in to comment.