From 09de24cdabdfa286ec9d76ef34c85c4304f47da7 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot.north@seco.com> Date: Thu, 12 Sep 2024 07:12:13 +0000 Subject: [PATCH] Integrate gitlab-ci/yt-247-weekly-build-with-SDK and 1 more -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/37b396e85024b6c07a1a843f10a3e9d72f981945 YT-247: Automate Initiation of Build Stages in Scheduled Pipelines Enable automatic initiation of the build stage for the SDK and the test stage for pipelines within scheduled pipelines. -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/e3a76466c961e33db5fa61534221f83692dde3ef scripts: Add simple python script to convert license.manifest to md table --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index f6b301dc158ff..37b396e85024b 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit f6b301dc158ff27ab74a7d3cc2e10ba244787a4e +Subproject commit 37b396e85024b6c07a1a843f10a3e9d72f981945 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d5ce69fef2ce5..e373bc0ccdfd4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: f6b301dc158ff27ab74a7d3cc2e10ba244787a4e + ref: 37b396e85024b6c07a1a843f10a3e9d72f981945 file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: f6b301dc158ff27ab74a7d3cc2e10ba244787a4e + GITLAB_CI_REVISION: 37b396e85024b6c07a1a843f10a3e9d72f981945 BB_RECIPE_NAME: linux-seco-mtk # FIXME: This is only necessary due to the following GitLab limitation: # https://gitlab.com/gitlab-org/gitlab/-/issues/209904 -- GitLab