From 60c33033651b039a797ee838a9f1e74f0b7382db Mon Sep 17 00:00:00 2001 From: gitbot <gitbot.north@seco.com> Date: Thu, 21 Nov 2024 08:41:47 +0000 Subject: [PATCH] Integrate gitlab-ci/cleaos-547-remove-redefine-sdk-pipeline-jobs and 1 more -- Commit: https://git.seco.com/clea-os/infrastructure/gitlab-ci/-/commit/dcf8c7c250fbd03241a84a15793512ed3b0792ec [CICD][RELEASE] Replace release job script with Python version. The `release-cli` tool is deprecated and lacks flexibility. This commit replaces it with a Python script leveraging the GitLab Python module. This also serves as a base for future extends of functionality in the release job. -- Commit: https://git.seco.com/clea-os/infrastructure/gitlab-ci/-/commit/f923eed7e20c78686c6f4cc12fe3cd0ff9984c80 [CICD][SDK] remove unnesessary jobs from SDK pipeline --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 21c374366d32..dcf8c7c250fb 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 21c374366d32304dfd85f117fbeaf530d08e920b +Subproject commit dcf8c7c250fbd03241a84a15793512ed3b0792ec diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18fe6732db91..2bebbabd4133 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci' - ref: 21c374366d32304dfd85f117fbeaf530d08e920b + ref: dcf8c7c250fbd03241a84a15793512ed3b0792ec file: 'layers-integration.yml' variables: - GITLAB_CI_REVISION: 21c374366d32304dfd85f117fbeaf530d08e920b + GITLAB_CI_REVISION: dcf8c7c250fbd03241a84a15793512ed3b0792ec # FIXME: This is only necessary due to the following GitLab limitation: # https://gitlab.com/gitlab-org/gitlab/-/issues/209904 # As soon as this gets fixed upstream, the hard-coded branch name should be removed. -- GitLab