ci: gstreamer-full: reenable build
authorStéphane Cerveau <scerveau@collabora.com>
Tue, 19 Oct 2021 11:11:01 +0000 (13:11 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 19 Oct 2021 18:26:03 +0000 (18:26 +0000)
The gstreamer-full job should be run
during the integrate stage always.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1190>

.gitlab-ci.yml

index 40538a6..4efb46e 100644 (file)
@@ -541,17 +541,7 @@ gstreamer-full:
     MESON_ARGS: >
       --default-library=static
       -Ddoc=disabled
-      -Dgst-editing-services:python=disabled
       $MESON_GST_WERROR
-  rules:
-    # If this matches, it means the pipeline is running against either the main
-    # or a stable branch, so make it manual
-    - if: '$CI_PROJECT_NAMESPACE == "gstreamer" && $CI_COMMIT_BRANCH == $GST_UPSTREAM_BRANCH'
-      when: manual
-    - changes:
-      - "*"
-      - scripts/*
-      - ci/**/*
 
   script:
   - *build