ci_template: avoid check.gstreamer-vaapi
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Wed, 9 Oct 2019 15:37:01 +0000 (08:37 -0700)
committerU. Artie Eoff <ullysses.a.eoff@intel.com>
Wed, 9 Oct 2019 15:37:20 +0000 (08:37 -0700)
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.

gitlab/ci_template.yml

index 19b0079..ab4c5d2 100644 (file)
@@ -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'