Changes
Page history
Update OTB Continuous Integration platform
authored
Jul 18, 2019
by
Guillaume Pasero
Show whitespace changes
Inline
Side-by-side
OTB-Continuous-Integration-platform.md
View page @
8053a08f
...
...
@@ -5,6 +5,10 @@ commits pushed to OTB repository. When commits are pushed, either on the main
repository or on a fork, the platform triggers a pipeline with several jobs to
build and test OTB on different configurations.
Here is a figure describing the overall architecture of the CI platform.

Depending on where your commit was pushed, different pipelines are created:
*
push on a feature branch ->
`wip`
pipeline
...
...
@@ -36,6 +40,11 @@ When a pipeline ends, there are two cases:
Failed jobs can be retried if you think the failure was not bound to your commit.
## Q: What can I find in the job artifacts?
Most of the jobs will produce artifacts. They are often log files, but some of them have more value for the developer:
## Q: Why some features are disabled when I push from my OTB fork?
First, you need an access to the Runners from main repository. You
...
...
...
...