Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Main Repositories
otb
Wiki
OTB Continuous Integration platform
Changes
Page history
New page
Templates
Clone repository
Update OTB Continuous Integration platform
authored
3 years ago
by
Cédric Traizet
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
OTB-Continuous-Integration-platform.md
+6
-7
6 additions, 7 deletions
OTB-Continuous-Integration-platform.md
with
6 additions
and
7 deletions
OTB-Continuous-Integration-platform.md
View page @
03a43255
...
...
@@ -42,13 +42,12 @@ When a pipeline ends, there are two cases:
Failed jobs can be retried if you think the failure was not bound to your commit.
{{ Job Type
Pipeline Type Executed when legal check fast build xdk regular build documentation build quality build quality report package deployement archive deployement
WIP A commit is push on a branch, the pipeline is cancelled if a Merge Request with no WIP tag exists for the branch x x
Merge Request A commit is pushed on a branch that has a corresponding Merge Request x x x x x x x
Develop A commit is pushed on the develop branch (merge) x x x x x x x x x
Release A commit is pushed on a release 7,X branch x x x x x x x x x
}}
| Pipeline Type | Executed when | legal check | fast build | xdk | regular build | documentation build | quality build | quality report | package deployement | archive deployement |
|---------------|------------------------------------------------------------------------------------------------------------------|-------------|------------|-----|---------------|---------------------|---------------|----------------|---------------------|---------------------|
| WIP | A commit is push on a branch, the pipeline is cancelled if a Merge Request with no WIP tag exists for the branch | x | x | | | | | | | |
| Merge Request | A commit is pushed on a branch that has a corresponding Merge Request | x | x | x | x | x | x | x | | |
| Develop | A commit is pushed on the develop branch (merge) | x | x | x | x | x | x | x | x | x |
| Release | A commit is pushed on a release 7,X branch | x | x | x | x | x | x | x | x | x |
## Q&A
...
...
This diff is collapsed.
Click to expand it.