Changes
Page history
Update OTB Continuous Integration platform
authored
Jun 24, 2021
by
Cédric Traizet
Show whitespace changes
Inline
Side-by-side
OTB-Continuous-Integration-platform.md
View page @
03a43255
...
@@ -42,13 +42,12 @@ When a pipeline ends, there are two cases:
...
@@ -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.
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 |
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
| 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
| 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
| 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
| Release | A commit is pushed on a release 7,X branch | x | x | x | x | x | x | x | x | x |
}}
## Q&A
## Q&A
...
...
...
...