mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +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'
|
extends: '.test fedora x86_64'
|
||||||
variables:
|
variables:
|
||||||
TEST_SUITE: "check.gst*"
|
TEST_SUITE: "check.gst*"
|
||||||
|
except:
|
||||||
|
variables:
|
||||||
|
- $CI_PROJECT_NAME == "gst-integration-testsuites"
|
||||||
|
|
||||||
integration testsuites fedora:
|
integration testsuites fedora:
|
||||||
extends: '.test fedora x86_64'
|
extends: '.test fedora x86_64'
|
||||||
|
@ -696,6 +699,9 @@ build cerbero cross win64:
|
||||||
paths:
|
paths:
|
||||||
- "manifest.xml"
|
- "manifest.xml"
|
||||||
- "${EXAMPLES_HOME}/outputs"
|
- "${EXAMPLES_HOME}/outputs"
|
||||||
|
except:
|
||||||
|
variables:
|
||||||
|
- $CI_PROJECT_NAME == "gst-integration-testsuites"
|
||||||
|
|
||||||
android universal examples:
|
android universal examples:
|
||||||
extends: ".android universal examples"
|
extends: ".android universal examples"
|
||||||
|
|
Loading…
Reference in a new issue