Merge branch 'ci-use-console-cohesion' into 'master'

Use console_cohesion for CI build/test

See merge request micro-ROS/ros_tracing/tracetools_analysis!54
This commit is contained in:
Christophe Bedard 2020-03-07 22:39:59 +00:00
commit 2c5dc74c9a

View file

@ -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