mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
gitlab: Do not run check and apps job on gst-integration-testsuites
This commit is contained in:
parent
edd8ff52e3
commit
9d32304eb3
1 changed files with 6 additions and 0 deletions
|
@ -265,6 +265,9 @@ check fedora:
|
|||
extends: '.test fedora x86_64'
|
||||
variables:
|
||||
TEST_SUITE: "check.gst*"
|
||||
except:
|
||||
variables:
|
||||
- $CI_PROJECT_NAME == "gst-integration-testsuites"
|
||||
|
||||
integration testsuites fedora:
|
||||
extends: '.test fedora x86_64'
|
||||
|
@ -696,6 +699,9 @@ build cerbero cross win64:
|
|||
paths:
|
||||
- "manifest.xml"
|
||||
- "${EXAMPLES_HOME}/outputs"
|
||||
except:
|
||||
variables:
|
||||
- $CI_PROJECT_NAME == "gst-integration-testsuites"
|
||||
|
||||
android universal examples:
|
||||
extends: ".android universal examples"
|
||||
|
|
Loading…
Reference in a new issue