From 34eebfe7d53c594b03fa97061ed8497f430000cd Mon Sep 17 00:00:00 2001 From: gitbot <gitbot.north@seco.com> Date: Thu, 12 Sep 2024 07:15:01 +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 f6b301d..37b396e 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 9d9b42a..06293a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,9 @@ # --------------------------------------------------------------------------------------- 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: qt-multi-screen-compositor -- GitLab