Use console_cohesion when building and testing
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
d1c9dfa026
commit
35c8481b99
1 changed files with 6 additions and 6 deletions
|
@ -24,29 +24,29 @@ tracing_enabled:
|
|||
script:
|
||||
- lttng --version && apt list lttng-tools liblttng-ust-dev python3-lttng python3-babeltrace
|
||||
- lttng-sessiond --daemonize
|
||||
- colcon build --symlink-install --packages-up-to $PACKAGES_LIST
|
||||
- colcon build --symlink-install --event-handlers console_cohesion+ --packages-up-to $PACKAGES_LIST
|
||||
- . install/local_setup.sh
|
||||
- ./build/tracetools/status
|
||||
- colcon test --packages-select $PACKAGES_LIST
|
||||
- colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST
|
||||
- colcon test-result --all
|
||||
<<: *global_artifacts
|
||||
|
||||
tracing_disabled:
|
||||
image: $BASE_IMAGE_ID:$DISTRO
|
||||
script:
|
||||
- colcon build --symlink-install --cmake-args " -DTRACETOOLS_DISABLED=ON" --packages-up-to $PACKAGES_LIST
|
||||
- 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 --packages-select $PACKAGES_LIST
|
||||
- colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST
|
||||
- colcon test-result --all
|
||||
<<: *global_artifacts
|
||||
|
||||
no_lttng:
|
||||
image: $BASE_IMAGE_ID:$DISTRO-base
|
||||
script:
|
||||
- colcon build --symlink-install --packages-up-to $PACKAGES_LIST
|
||||
- colcon build --symlink-install --event-handlers console_cohesion+ --packages-up-to $PACKAGES_LIST
|
||||
- . install/local_setup.sh
|
||||
- (! ./build/tracetools/status)
|
||||
- colcon test --packages-select $PACKAGES_LIST
|
||||
- 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