Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210910794
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210910794
Commits
baba3ad8
Commit
baba3ad8
authored
4 years ago
by
ruffsl
Browse files
Options
Downloads
Patches
Plain Diff
Add job references
parent
d9e32a07
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+12
-14
12 additions, 14 deletions
.circleci/config.yml
with
12 additions
and
14 deletions
.circleci/config.yml
+
12
−
14
View file @
baba3ad8
...
...
@@ -337,6 +337,16 @@ executors:
OVERLAY_MIXINS
:
"
release
ccache"
UNDERLAY_MIXINS
:
"
release
ccache"
_job_references
:
job_test
:
&job_test
parameters
:
rmw
:
default
:
"
rmw_fastrtps_cpp"
type
:
string
parallelism
:
1
environment
:
RMW_IMPLEMENTATION
:
<< parameters.rmw >>
jobs
:
debug_build
:
&debug_build
executor
:
debug_exec
...
...
@@ -348,30 +358,18 @@ jobs:
executor
:
release_exec
<<
:
*debug_build
debug_test
:
parameters
:
rmw
:
default
:
"
rmw_fastrtps_cpp"
type
:
string
<<
:
*job_test
executor
:
debug_exec
parallelism
:
1
steps
:
-
restore_build
-
test_build
-
report_coverage
environment
:
RMW_IMPLEMENTATION
:
<< parameters.rmw >>
release_test
:
&release_test
parameters
:
rmw
:
default
:
"
rmw_fastrtps_cpp"
type
:
string
<<
:
*job_test
executor
:
release_exec
parallelism
:
1
steps
:
-
restore_build
-
test_build
environment
:
RMW_IMPLEMENTATION
:
<< parameters.rmw >>
workflows
:
version
:
2
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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