Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
bob
docs
Commits
7f84316c
Commit
7f84316c
authored
1 year ago
by
Yannick DAYER
Browse files
Options
Downloads
Patches
Plain Diff
meta(CI): call each pipeline generating objects.inv
parent
64acde52
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#79739
failed
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+54
-0
54 additions, 0 deletions
.gitlab-ci.yml
with
54 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
54
−
0
View file @
7f84316c
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"
]
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