From 806a3d4c9a12d6fd1e3567eea2d0bcc5fce9defd Mon Sep 17 00:00:00 2001 From: gitbot <gitbot.north@seco.com> Date: Mon, 23 Oct 2023 10:04:04 +0000 Subject: [PATCH] Integrate gitlab-ci/remove-alphaplan and 3 more -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/6f773de5a46c32b2ba590828513a50703d7e3d57 Remove Alphaplan stage We do not use Alphaplan anymore. Remove everything Alphaplan related stuff from the pipeline. -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/56bd19009ca39a1ae5967c639c449d255ca58e5b Confluence: add helper script to get page content This can be helpful if something is configurable in the GUI editor and we can't figure out to do the same thing via the API. -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/c3b794c65b217096fa1a806452567fe0b54e17f6 Confluence: enforce fixed page width on creation On page creation via the API, the page always seems to be created with full width, even if "full_width=False" is set. Update the page right after creating it in order to correctly set it to fixed width. -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/82053a2f3e80c9530b5b347c3a666d606a8482ab Confluence: set width for download table columns --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 96f5745..6f773de 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 96f5745c1e03b6a7f54ffac5f7ec7392c872ccda +Subproject commit 6f773de5a46c32b2ba590828513a50703d7e3d57 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 639377c..3dd2dd7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,8 +4,8 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 96f5745c1e03b6a7f54ffac5f7ec7392c872ccda + ref: 6f773de5a46c32b2ba590828513a50703d7e3d57 file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: 96f5745c1e03b6a7f54ffac5f7ec7392c872ccda + GITLAB_CI_REVISION: 6f773de5a46c32b2ba590828513a50703d7e3d57 -- GitLab