From 58caa8af620c8179bed721b02435c7c98d8eae21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Tue, 19 Oct 2021 13:11:01 +0200 Subject: [PATCH] ci: gstreamer-full: reenable build The gstreamer-full job should be run during the integrate stage always. Part-of: --- .gitlab-ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40538a6bb2..4efb46e885 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