Add call to 'ros2 trace' in 'no_lttng' job to test failure

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
Christophe Bedard 2020-05-14 09:43:48 -04:00
parent eacb7c3c0b
commit 8a11eed4de

View file

@ -50,7 +50,9 @@ no_lttng:
image: $BASE_IMAGE_ID:$DISTRO-base image: $BASE_IMAGE_ID:$DISTRO-base
script: script:
- colcon build --symlink-install --event-handlers console_cohesion+ --packages-up-to $PACKAGES_LIST - colcon build --symlink-install --event-handlers console_cohesion+ --packages-up-to $PACKAGES_LIST
- . install/setup.sh
- (! ./build/tracetools/status) - (! ./build/tracetools/status)
- (! ros2 trace)
- colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST - colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST
- colcon test-result --all - colcon test-result --all
<<: *global_artifacts <<: *global_artifacts