Skip to content
Snippets Groups Projects
Commit 7f84316c authored by Yannick DAYER's avatar Yannick DAYER
Browse files

meta(CI): call each pipeline generating objects.inv

parent 64acde52
Branches
Tags
No related merge requests found
Pipeline #79739 failed
workflow:
rules:
- if: '$CI_PIPELINE_SOURCE == "api"'
- if: '$CI_PIPELINE_SOURCE == "web"'
stages:
- core
- extra
- final
variables:
- "BOB_DOC_GEN_OBJECTS" # Ensures only the doc-objects jobs are created.
# The core packages
bob/core:
parallel:
matrix:
- PROJECT: ["bob/bob.io.base", "bob/bob.measure", "bob/bob.learn.em", "bob/bob.pipelines"]
stage: core
trigger:
project: $PROJECT
strategy: depend
# The extra packages
bob/bob.bio:
parallel:
matrix:
- PROJECT: ["bob/bob.bio.base", "bob/bob.bio.face", "bob/bob.bio.vein", "bob/bob.bio.spear", "bob/bob.bio.video"]
stage: extra
trigger:
project: $PROJECT
strategy: depend
needs: ["bob/core"]
bob/bob.pad:
parallel:
matrix:
- PROJECT: ["bob/bob.pad.base", "bob/bob.pad.face"]
stage: extra
trigger:
project: $PROJECT
strategy: depend
needs: ["bob/core"]
bob/bob.fusion.base:
stage: extra
trigger:
project: bob/bob.fusion.base
strategy: depend
needs: ["bob/core"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment