mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 11:55:39 +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'
|
||||
stage: 'build'
|
||||
image: "${CI_REGISTRY_IMAGE}/amd64/fedora:latest"
|
||||
except:
|
||||
refs:
|
||||
- "master@gstreamer/gst-ci"
|
||||
|
||||
build android 28 local:
|
||||
extends: '.build'
|
||||
|
@ -137,3 +140,6 @@ build android 28 local:
|
|||
-Dbad:androidmedia=enabled
|
||||
--cross-file /android_arm64_28.txt
|
||||
image: "${CI_REGISTRY_IMAGE}/amd64/android_28:latest"
|
||||
except:
|
||||
refs:
|
||||
- "master@gstreamer/gst-ci"
|
||||
|
|
Loading…
Reference in a new issue