From 8a11eed4dee32c36094625b5efcec5cbd5351fa4 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Thu, 14 May 2020 09:43:48 -0400 Subject: [PATCH] Add call to 'ros2 trace' in 'no_lttng' job to test failure Signed-off-by: Christophe Bedard --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d307b45..94a8530 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,7 +50,9 @@ no_lttng: image: $BASE_IMAGE_ID:$DISTRO-base script: - colcon build --symlink-install --event-handlers console_cohesion+ --packages-up-to $PACKAGES_LIST + - . install/setup.sh - (! ./build/tracetools/status) + - (! ros2 trace) - colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST - colcon test-result --all <<: *global_artifacts