From 32e64c4ac369b038588f8462f474335113e5cfe8 Mon Sep 17 00:00:00 2001 From: "U. Artie Eoff" Date: Wed, 9 Oct 2019 08:37:01 -0700 Subject: [PATCH] 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. --- gitlab/ci_template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 19b0079..ab4c5d2 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -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' -- 2.7.4