citemplate: run check in gst-examples but not integration tests
authorJordan Petridis <jordan@centricular.com>
Wed, 1 Jul 2020 15:34:07 +0000 (18:34 +0300)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 3 Jul 2020 09:47:27 +0000 (09:47 +0000)
gst-example contains tests for check but not integrations suite

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/318>

gitlab/ci_template.yml

index 814b218..0d8a876 100644 (file)
@@ -521,7 +521,7 @@ check fedora:
   variables:
     TEST_SUITE: "check.gst*"
   rules:
-    - if: '$CI_PROJECT_NAME !~ /^(cerbero|gst-docs|gst-examples|gst-integration-testsuites|gst-omx|gst-plugins-rs)$/'
+    - if: '$CI_PROJECT_NAME !~ /^(cerbero|gst-docs|gst-integration-testsuites|gst-omx|gst-plugins-rs)$/'
 
 integration testsuites fedora:
   extends: '.test fedora x86_64'
@@ -530,7 +530,7 @@ integration testsuites fedora:
     EXTRA_VALIDATE_ARGS: "--timeout-factor=2 --retry-on-failures --check-bugs --parts=${CI_NODE_TOTAL} --part-index=${CI_NODE_INDEX}"
     TEST_SUITE: "validate ges"
   rules:
-    - if: '$CI_PROJECT_NAME !~ /^(cerbero|gst-docs|gst-omx|gst-plugins-rs)$/'
+    - if: '$CI_PROJECT_NAME !~ /^(cerbero|gst-docs|gst-examples|gst-omx|gst-plugins-rs)$/'
 
 gstreamer-full:
   extends: 'build static fedora x86_64'