Skip to content
Snippets Groups Projects
Commit 94f5e066 authored by ruffsl's avatar ruffsl
Browse files

Add environment references

parent baba3ad8
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment