Merge branch 'do-not-source-before-testing' into 'master'
Simplify sourcing in CI config See merge request micro-ROS/ros_tracing/ros2_tracing!159
This commit is contained in:
commit
15e09dfb53
1 changed files with 1 additions and 3 deletions
|
@ -24,7 +24,7 @@ tracing_enabled:
|
|||
script:
|
||||
- lttng --version && apt list lttng-tools liblttng-ust-dev python3-lttng python3-babeltrace
|
||||
- colcon build --symlink-install --event-handlers console_cohesion+ --packages-up-to $PACKAGES_LIST
|
||||
- . install/local_setup.sh
|
||||
- . install/setup.sh
|
||||
- ./build/tracetools/status
|
||||
- colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST
|
||||
- colcon test-result --all
|
||||
|
@ -34,7 +34,6 @@ tracing_disabled:
|
|||
image: $BASE_IMAGE_ID:$DISTRO
|
||||
script:
|
||||
- colcon build --symlink-install --event-handlers console_cohesion+ --cmake-args " -DTRACETOOLS_DISABLED=ON" --packages-up-to $PACKAGES_LIST
|
||||
- . install/local_setup.sh
|
||||
- (! ./build/tracetools/status)
|
||||
- colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST
|
||||
- colcon test-result --all
|
||||
|
@ -44,7 +43,6 @@ no_lttng:
|
|||
image: $BASE_IMAGE_ID:$DISTRO-base
|
||||
script:
|
||||
- colcon build --symlink-install --event-handlers console_cohesion+ --packages-up-to $PACKAGES_LIST
|
||||
- . install/local_setup.sh
|
||||
- (! ./build/tracetools/status)
|
||||
- colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST
|
||||
- colcon test-result --all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue