From: Stéphane Cerveau Date: Tue, 19 Oct 2021 11:11:01 +0000 (+0200) Subject: ci: gstreamer-full: reenable build X-Git-Tag: 1.19.3~123 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58caa8af620c8179bed721b02435c7c98d8eae21;p=platform%2Fupstream%2Fgstreamer.git ci: gstreamer-full: reenable build The gstreamer-full job should be run during the integrate stage always. Part-of: --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40538a6..4efb46e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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