From 25b19fa815674d091b22851af2c7a8a57d9f0609 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Sat, 7 Mar 2020 17:38:26 -0500 Subject: [PATCH] Use console_cohesion for CI build/test Signed-off-by: Christophe Bedard --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 67a8296..bb36794 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ build: - git clone https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing.git --branch $ROS2TRACING_BRANCH - . /root/ws/install/local_setup.sh script: - - colcon build --symlink-install --packages-up-to $PACKAGES_LIST - - colcon test --packages-select $PACKAGES_LIST --pytest-args -o addopts= + - colcon build --symlink-install --event-handlers console_cohesion+ --packages-up-to $PACKAGES_LIST + - colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST --pytest-args -o addopts= - colcon test-result --all <<: *global_artifacts