From 94b01741df6603c9bef2cb6576ccb3e52575288c Mon Sep 17 00:00:00 2001 From: gitbot <gitbot.north@seco.com> Date: Mon, 14 Oct 2024 08:46:51 +0000 Subject: [PATCH] Integrate gitlab-ci/yt-262-remove-uboot-artifacts-from-confluence-release-page -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/1740c4a8f7f295f7dfcccb4f5979b5a7633c0821 YT-262: Hide bootloader artifacts on the Release page Customers often misinterpret the presence of bootloader artifacts on the Release page as a sanctioned method for updating the bootloader. Currently, these artifacts are intended for internal use only. --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index a2951867b3136..1740c4a8f7f29 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit a2951867b3136a20f44d2ff4f49203f9b7ec482a +Subproject commit 1740c4a8f7f295f7dfcccb4f5979b5a7633c0821 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 704fcf3d14e91..37a948b842478 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: a2951867b3136a20f44d2ff4f49203f9b7ec482a + ref: 1740c4a8f7f295f7dfcccb4f5979b5a7633c0821 file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: a2951867b3136a20f44d2ff4f49203f9b7ec482a + GITLAB_CI_REVISION: 1740c4a8f7f295f7dfcccb4f5979b5a7633c0821 BB_RECIPE_NAME: linux-imx # FIXME: This is only necessary due to the following GitLab limitation: # https://gitlab.com/gitlab-org/gitlab/-/issues/209904 -- GitLab