ci_template: remove gstreamer-vaapi control in test tag
Since now gstreamer-vaapi is blacklisted in validate (https://gitlab.freedesktop.org/gstreamer/gst-devtools/merge_requests/134) there is no need to make exceptions in the CI. This patch removes those exceptions.
This commit is contained in:
parent
20c2bb8080
commit
e8abe05e02
@ -242,19 +242,15 @@ check fedora:
|
|||||||
- $CI_PROJECT_NAME == "gst-examples"
|
- $CI_PROJECT_NAME == "gst-examples"
|
||||||
- $CI_PROJECT_NAME == "gst-omx"
|
- $CI_PROJECT_NAME == "gst-omx"
|
||||||
- $CI_PROJECT_NAME == "gst-docs"
|
- $CI_PROJECT_NAME == "gst-docs"
|
||||||
- $CI_PROJECT_NAME == "gstreamer-vaapi"
|
|
||||||
|
|
||||||
integration testsuites fedora:
|
integration testsuites fedora:
|
||||||
extends: '.test fedora x86_64'
|
extends: '.test fedora x86_64'
|
||||||
before_script:
|
|
||||||
- rm -f gst-build/build/subprojects/gstreamer-vaapi/gst/vaapi/libgstvaapi.so
|
|
||||||
variables:
|
variables:
|
||||||
EXTRA_VALIDATE_ARGS: "--timeout-factor=2 --retry-on-failures --check-bugs"
|
EXTRA_VALIDATE_ARGS: "--timeout-factor=2 --retry-on-failures --check-bugs"
|
||||||
TEST_SUITE: "validate ges"
|
TEST_SUITE: "validate ges"
|
||||||
except:
|
except:
|
||||||
variables:
|
variables:
|
||||||
- $CI_PROJECT_NAME == "gst-omx"
|
- $CI_PROJECT_NAME == "gst-omx"
|
||||||
- $CI_PROJECT_NAME == "gstreamer-vaapi"
|
|
||||||
- $CI_PROJECT_NAME == "cerbero"
|
- $CI_PROJECT_NAME == "cerbero"
|
||||||
- $CI_PROJECT_NAME == "gst-docs"
|
- $CI_PROJECT_NAME == "gst-docs"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user