From cf3a306e2d6ebfbe3641c8c088927bafa9c53194 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Mon, 20 Mar 2023 11:29:12 +0000 Subject: [PATCH] Integrate gitlab-ci/run-automatic-pipelines-on-tags -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/bd7025b8db711b2d956e94bb2d8f7daabb76b564 Manifest: run automatic pipeline on tags --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 068749c7029f0..bd7025b8db711 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 068749c7029f01351c0dc86bc6d845f12943db65 +Subproject commit bd7025b8db711b2d956e94bb2d8f7daabb76b564 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c41e33201fdb9..f296d3cbe998b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 068749c7029f01351c0dc86bc6d845f12943db65 + ref: bd7025b8db711b2d956e94bb2d8f7daabb76b564 file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: 068749c7029f01351c0dc86bc6d845f12943db65 + GITLAB_CI_REVISION: bd7025b8db711b2d956e94bb2d8f7daabb76b564 BB_RECIPE_NAME: linux-imx-kuk # FIXME: This is only necessary due to the following GitLab limitation: # https://gitlab.com/gitlab-org/gitlab/-/issues/209904 -- GitLab