mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 22:16:22 +00:00
ci_template: avoid check.gstreamer-vaapi
Check tests are being added to gstreamer/gstreamer-vaapi!181. However, gstreamer-vaapi inherently requires specific hardware drivers and platforms to function. The CI does not provide this level of driver/platform selection. Thus, avoid running any check tests in gstreamer-vaapi.
This commit is contained in:
parent
92709d5542
commit
32e64c4ac3
1 changed files with 1 additions and 0 deletions
|
@ -242,6 +242,7 @@ check fedora:
|
|||
- $CI_PROJECT_NAME == "gst-examples"
|
||||
- $CI_PROJECT_NAME == "gst-omx"
|
||||
- $CI_PROJECT_NAME == "gst-docs"
|
||||
- $CI_PROJECT_NAME == "gstreamer-vaapi"
|
||||
|
||||
integration testsuites fedora:
|
||||
extends: '.test fedora x86_64'
|
||||
|
|
Loading…
Reference in a new issue