Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab-ci
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
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
Clea OS
infrastructure
gitlab-ci
Commits
0885629d
Commit
0885629d
authored
3 years ago
by
Tim Jaacks
Browse files
Options
Downloads
Patches
Plain Diff
Document "skip build" label
parent
5e514076
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/automatic-manifest-integration.md
+9
-0
9 additions, 0 deletions
docs/automatic-manifest-integration.md
with
9 additions
and
0 deletions
docs/automatic-manifest-integration.md
+
9
−
0
View file @
0885629d
...
@@ -110,6 +110,15 @@ full manifest environment **before merging them**. Actually we even prevent the
...
@@ -110,6 +110,15 @@ full manifest environment **before merging them**. Actually we even prevent the
project merge requests from being merged unless the pipeline has run
project merge requests from being merged unless the pipeline has run
successfully.
successfully.
#### Skipping the build
In the case of changes that are not build-relevant or have a rather low
probability of breaking the build (for example documentation), the developer has
the option to skip the build by adding the
`skip build`
label to a merge request
on its creation. The
`build`
and
`check`
stages of the pipeline are left out
then, and the merge request can be merged immediately after the
`integrate`
stage has completed.
[
4
]:
https://docs.gitlab.com/ee/ci/pipelines/multi_project_pipelines.html
[
4
]:
https://docs.gitlab.com/ee/ci/pipelines/multi_project_pipelines.html
[
5
]:
#merging-project-changes
[
5
]:
#merging-project-changes
[
6
]:
https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-distro/-/merge_requests/321
[
6
]:
https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-distro/-/merge_requests/321
...
...
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