Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab-ci
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SECO Northern Europe
Yocto
infrastructure
gitlab-ci
Commits
cc10af37
Commit
cc10af37
authored
4 years ago
by
Tim Jaacks
Browse files
Options
Downloads
Patches
Plain Diff
Add documentation to README.md
parent
08788e7b
No related branches found
No related tags found
1 merge request
!12
Add documentation to README.md
Pipeline
#8077
passed with stage
in 19 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+25
-1
25 additions, 1 deletion
README.md
with
25 additions
and
1 deletion
README.md
+
25
−
1
View file @
cc10af37
# gitlab-ci
# gitlab-ci
GitLab CI scripts
GitLab CI scripts
\ No newline at end of file
This repository contains scripts for Yocto infrastructure tasks, e.g. automatic
integration of project changes into the manifest. It is meant to be included into all
relevant Yocto repositories as a
[
git submodule
][
1
]
.
### Providing `GITBOT_TOKEN`
The scripts need a
[
personal GitLab access token
][
2
]
of a user with access to all
relevant repositories (manifest and all contained projects) in order to work correctly.
We have created the @guf-gitbot user for this task. Norman and Tim know the login
credentials for it. These should not be needed, though, as the user is member of the
[
Garz & Fricke
][
3
]
group and thus already has access to all group projects. However,
everyone can add the user as a member to every project he has access to, if needed.
The personal access token of the @guf-gitbot user has to be provided on each repository
via the CI environment variable
`GITBOT_TOKEN`
(set under project's settings -> CI/CD
-> Variables). Its value can be read on projects which already have this variable
defined.
[
1
]:
https://git-scm.com/book/en/v2/Git-Tools-Submodules
[
2
]:
https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html
[
3
]:
https://gitlab.com/garz-fricke
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment