From f191be07cd19ccb56cf27a280ea4dc740ddde38c Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Fri, 20 May 2022 06:58:50 +0000 Subject: [PATCH] Integrate gitlab-ci/move-changelog-generator and 4 more -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/aaac8d1c7aa9d7ff4cb062160fa1d2dd2a42501c changelog_generator: Use logging instead of print, fix black -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/79afb233b108b4a71f52874edbfea11b639f55cd CI: Move changelog_generator to gitlab-ci project The script can also be run in the normal python container, so this slightly reduces the complexity. -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/383a5acaebfd9cfa006cca35f0480b8972643a57 Added qt-multi-screen-compositor to project list -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/3e88ad8eace46f5671586c9dc17a4c2ad3ea9cb7 buildfng: Moved the image and distro variables to global The image and distro for the buildfng job can now be set via global/external variables. -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/751fc360fbf4883043557cdc7f6c5a5da558c6c0 Improve CI documentation BCS 746-000636 --- .gitlab-ci | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index bcb6076bc6727..aaac8d1c7aa9d 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit bcb6076bc67279ac451d5d0d3449bbc89c4830d6 +Subproject commit aaac8d1c7aa9d7ff4cb062160fa1d2dd2a42501c diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35bc51281eb9c..b3f5e0f29c53c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: bcb6076bc67279ac451d5d0d3449bbc89c4830d6 + ref: aaac8d1c7aa9d7ff4cb062160fa1d2dd2a42501c file: 'manifest-integration.yml' variables: -- GitLab