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
94f5e066
Commit
94f5e066
authored
4 years ago
by
ruffsl
Browse files
Options
Downloads
Patches
Plain Diff
Add environment references
parent
baba3ad8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+12
-10
12 additions, 10 deletions
.circleci/config.yml
with
12 additions
and
10 deletions
.circleci/config.yml
+
12
−
10
View file @
94f5e066
...
...
@@ -3,16 +3,6 @@ orbs:
codecov
:
codecov/codecov@1.0.5
references
:
common_environment
:
&common_environment
ROS_WS
:
"
/opt/ros_ws"
UNDERLAY_WS
:
"
/opt/underlay_ws"
OVERLAY_WS
:
"
/opt/overlay_ws"
CCACHE_DIR
:
"
/mnt/ramdisk/.ccache"
CCACHE_LOGFILE
:
"
/tmp/ccache.log"
CCACHE_MAXSIZE
:
"
200M"
MAKEFLAGS
:
"
-j
1
-l
2"
RCUTILS_CONSOLE_STDOUT_LINE_BUFFERED
:
"
0"
RETEST_UNTIL_PASS
:
"
2"
common_commands
:
&common_commands
restore_from_cache
:
description
:
"
Restore
From
Cache"
...
...
@@ -317,6 +307,18 @@ commands:
-
*collect_overlay_coverage
-
*upload_overlay_coverage
_environment_references
:
common_environment
:
&common_environment
ROS_WS
:
"
/opt/ros_ws"
UNDERLAY_WS
:
"
/opt/underlay_ws"
OVERLAY_WS
:
"
/opt/overlay_ws"
CCACHE_DIR
:
"
/mnt/ramdisk/.ccache"
CCACHE_LOGFILE
:
"
/tmp/ccache.log"
CCACHE_MAXSIZE
:
"
200M"
MAKEFLAGS
:
"
-j
1
-l
2"
RCUTILS_CONSOLE_STDOUT_LINE_BUFFERED
:
"
0"
RETEST_UNTIL_PASS
:
"
2"
executors
:
debug_exec
:
docker
:
...
...
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