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:
parent
eacb7c3c0b
commit
8a11eed4de
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue