From b800ee717a6cfc9cedf3e075573be8e6ac4bceab Mon Sep 17 00:00:00 2001 From: gitbot <gitbot.north@seco.com> Date: Fri, 17 Nov 2023 13:09:04 +0000 Subject: [PATCH] Integrate gitlab-ci/another-improvement-for-build-up-to-date-job-message and 5 more -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/1830cb0291a866af5cebeebbfdbac32544f655c7 And another improvement for the build-up-to-date job -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/f7f33de5dea6c9620023b4fc6febad2112674eaf Improve the output message in the build-up-to-date job a bit more Use explicit line breaks to make the message look better. -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/68aaab945acf0fc2bd24541c2d409e8a730dbf3b Improve the output message in the build-up-to-date job -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/26b9eb1dd5b2bdb42d7ef6f3209ec1067816c781 Rename "check" job to "build-up-to-date" This is a more meaningful name and might give a hint what the job does. -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/07f0c898facecac897fc8e5958470766432f3d7c Make build runner tag configurable -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/0d70d7190faa676d389c24a3f476e3fbf74c18b7 Disable sourcery check Sourcery changed its license model to only be available for open source projects with the free plan. According to the documentation, sourcery should detect automatically whether it is running on an open source repo. This does not work in our case, though. Disable it until we find a way to correctly make it work. --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 9be2c52b..1830cb02 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 9be2c52b180ef30dcfffa1b5d954f29bf4756c35 +Subproject commit 1830cb0291a866af5cebeebbfdbac32544f655c7 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ca13776..ca19e01e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,8 +4,8 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 9be2c52b180ef30dcfffa1b5d954f29bf4756c35 + ref: 1830cb0291a866af5cebeebbfdbac32544f655c7 file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: 9be2c52b180ef30dcfffa1b5d954f29bf4756c35 + GITLAB_CI_REVISION: 1830cb0291a866af5cebeebbfdbac32544f655c7 -- GitLab