Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nightlies
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
nightlies
Commits
8fa48f4b
Verified
Commit
8fa48f4b
authored
1 year ago
by
Yannick DAYER
Browse files
Options
Downloads
Patches
Plain Diff
meta(CI): remove bob.extension; change the order.
parent
1bb6db96
No related branches found
No related tags found
No related merge requests found
Pipeline
#79801
failed
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+20
-22
20 additions, 22 deletions
.gitlab-ci.yml
with
20 additions
and
22 deletions
.gitlab-ci.yml
+
20
−
22
View file @
8fa48f4b
...
@@ -6,14 +6,17 @@ workflow:
...
@@ -6,14 +6,17 @@ workflow:
stages
:
stages
:
-
core
-
core
-
extra
-
bio
-
final
-
pad
-
fusion
# - docs
# what used to be core packages
# core packages
bob/bob.extension
:
bob/bob
:
stage
:
core
stage
:
core
trigger
:
trigger
:
project
:
bob/bob
.extension
project
:
bob/bob
ref
:
develop
ref
:
develop
strategy
:
depend
strategy
:
depend
...
@@ -23,6 +26,7 @@ bob/bob.io.base:
...
@@ -23,6 +26,7 @@ bob/bob.io.base:
project
:
bob/bob.io.base
project
:
bob/bob.io.base
ref
:
develop
ref
:
develop
strategy
:
depend
strategy
:
depend
needs
:
[
'
bob/bob'
]
bob/core
:
bob/core
:
parallel
:
parallel
:
...
@@ -33,24 +37,22 @@ bob/core:
...
@@ -33,24 +37,22 @@ bob/core:
project
:
$PROJECT
project
:
$PROJECT
ref
:
develop
ref
:
develop
strategy
:
depend
strategy
:
depend
needs
:
[
'
bob/bob.io.base'
]
needs
:
[
'
bob/bob.extension'
,
'
bob/bob.io.base'
]
# bio packages
# what used to be extra packages
bob/bob.bio.base
:
bob/bob.bio.base
:
stage
:
extra
stage
:
bio
trigger
:
trigger
:
project
:
bob/bob.bio.base
project
:
bob/bob.bio.base
ref
:
develop
ref
:
develop
strategy
:
depend
strategy
:
depend
needs
:
[
'
bob/core'
]
needs
:
[
'
bob/core'
]
bob/bob.bio
:
bob/bob.bio
:
parallel
:
parallel
:
matrix
:
matrix
:
-
PROJECT
:
[
"
bob/bob.bio.face"
,
"
bob/bob.bio.vein"
,
"
bob/bob.bio.spear"
]
-
PROJECT
:
[
"
bob/bob.bio.face"
,
"
bob/bob.bio.vein"
,
"
bob/bob.bio.spear"
]
stage
:
extra
stage
:
bio
trigger
:
trigger
:
project
:
$PROJECT
project
:
$PROJECT
ref
:
develop
ref
:
develop
...
@@ -59,15 +61,16 @@ bob/bob.bio:
...
@@ -59,15 +61,16 @@ bob/bob.bio:
needs
:
[
'
bob/bob.bio.base'
]
needs
:
[
'
bob/bob.bio.base'
]
bob/bob.bio.video
:
bob/bob.bio.video
:
stage
:
extra
stage
:
bio
trigger
:
trigger
:
project
:
bob/bob.bio.video
project
:
bob/bob.bio.video
ref
:
develop
ref
:
develop
strategy
:
depend
strategy
:
depend
needs
:
[
'
bob/bob.bio'
]
needs
:
[
'
bob/bob.bio'
]
# pad packages
bob/bob.pad.base
:
bob/bob.pad.base
:
stage
:
extra
stage
:
pad
trigger
:
trigger
:
project
:
bob/bob.pad.base
project
:
bob/bob.pad.base
ref
:
develop
ref
:
develop
...
@@ -76,7 +79,7 @@ bob/bob.pad.base:
...
@@ -76,7 +79,7 @@ bob/bob.pad.base:
needs
:
[
'
bob/bob.bio.base'
]
needs
:
[
'
bob/bob.bio.base'
]
bob/bob.pad.face
:
bob/bob.pad.face
:
stage
:
extra
stage
:
pad
trigger
:
trigger
:
project
:
bob/bob.pad.face
project
:
bob/bob.pad.face
ref
:
develop
ref
:
develop
...
@@ -85,7 +88,7 @@ bob/bob.pad.face:
...
@@ -85,7 +88,7 @@ bob/bob.pad.face:
needs
:
[
'
bob/bob.pad.base'
,
'
bob/bob.bio.video'
]
needs
:
[
'
bob/bob.pad.base'
,
'
bob/bob.bio.video'
]
bob/bob.fusion.base
:
bob/bob.fusion.base
:
stage
:
extra
stage
:
fusion
trigger
:
trigger
:
project
:
bob/bob.fusion.base
project
:
bob/bob.fusion.base
ref
:
develop
ref
:
develop
...
@@ -93,10 +96,5 @@ bob/bob.fusion.base:
...
@@ -93,10 +96,5 @@ bob/bob.fusion.base:
needs
:
[
'
bob/bob.bio.base'
,
'
bob/bob.pad.base'
]
needs
:
[
'
bob/bob.bio.base'
,
'
bob/bob.pad.base'
]
# test bob itself
# docs
bob/bob
:
# TODO
stage
:
final
trigger
:
project
:
bob/bob
ref
:
develop
strategy
:
depend
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