mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
CI: do not run local jobs for master branch
They are identical to the normal jobs
This commit is contained in:
parent
5856b05f30
commit
96c5f89d79
1 changed files with 6 additions and 0 deletions
|
@ -128,6 +128,9 @@ build fedora x86_64 local:
|
||||||
extends: '.build'
|
extends: '.build'
|
||||||
stage: 'build'
|
stage: 'build'
|
||||||
image: "${CI_REGISTRY_IMAGE}/amd64/fedora:latest"
|
image: "${CI_REGISTRY_IMAGE}/amd64/fedora:latest"
|
||||||
|
except:
|
||||||
|
refs:
|
||||||
|
- "master@gstreamer/gst-ci"
|
||||||
|
|
||||||
build android 28 local:
|
build android 28 local:
|
||||||
extends: '.build'
|
extends: '.build'
|
||||||
|
@ -137,3 +140,6 @@ build android 28 local:
|
||||||
-Dbad:androidmedia=enabled
|
-Dbad:androidmedia=enabled
|
||||||
--cross-file /android_arm64_28.txt
|
--cross-file /android_arm64_28.txt
|
||||||
image: "${CI_REGISTRY_IMAGE}/amd64/android_28:latest"
|
image: "${CI_REGISTRY_IMAGE}/amd64/android_28:latest"
|
||||||
|
except:
|
||||||
|
refs:
|
||||||
|
- "master@gstreamer/gst-ci"
|
||||||
|
|
Loading…
Reference in a new issue