Skip to content
Snippets Groups Projects
Commit 8f26f043 authored by Git Bot Service Account's avatar Git Bot Service Account
Browse files

Integrate gitlab-ci/yt-381-add-gitbot-token-for-custom-projects

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@a9125378

YT-381: Use gitbot token for custom projects

  Build process uses GITLAB_PRIVATE_TOKEN for multiple upstream repositories,
  including private SECO repos.
  However, the new token rotation mechanism does not support variables
  with multiple tokens, making this approach inconvenient.

  This changes:
   - Use GITBOT_TOKEN for SECO repositories.
   - Keep GITLAB_PRIVATE_TOKEN for other upstream repos.
parent b2e0bdc4
No related tags found
1 merge request!583Integrate gitlab-ci/yt-381-add-gitbot-token-for-custom-projects
Pipeline #237309 passed with stage
in 16 seconds
Subproject commit 859b9e07a872f6a741e62d446e041c6bb1c9ee67 Subproject commit a91253784f4a66362d05a9f717454ffe34b8867d
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: 859b9e07a872f6a741e62d446e041c6bb1c9ee67 ref: a91253784f4a66362d05a9f717454ffe34b8867d
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: 859b9e07a872f6a741e62d446e041c6bb1c9ee67 GITLAB_CI_REVISION: a91253784f4a66362d05a9f717454ffe34b8867d
BB_RECIPE_NAME: linux-imx BB_RECIPE_NAME: linux-imx
# FIXME: This is only necessary due to the following GitLab limitation: # FIXME: This is only necessary due to the following GitLab limitation:
# https://gitlab.com/gitlab-org/gitlab/-/issues/209904 # https://gitlab.com/gitlab-org/gitlab/-/issues/209904
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment