Skip to content
Snippets Groups Projects
Commit 0d7b928c 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 b97434f4
No related tags found
1 merge request!74Integrate gitlab-ci/yt-381-add-gitbot-token-for-custom-projects
Pipeline #237321 passed with stage
in 14 seconds
Subproject commit 859b9e07a872f6a741e62d446e041c6bb1c9ee67 Subproject commit a91253784f4a66362d05a9f717454ffe34b8867d
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
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: seco-yocto-testsuite BB_RECIPE_NAME: seco-yocto-testsuite
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