Check tracetools status in CI jobs
This commit is contained in:
parent
2af66ddfeb
commit
abfa1c066b
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ build_enabled:
|
||||||
- lttng-sessiond --daemonize
|
- lttng-sessiond --daemonize
|
||||||
- colcon build --symlink-install --packages-up-to $PACKAGES_LIST
|
- colcon build --symlink-install --packages-up-to $PACKAGES_LIST
|
||||||
- . install/local_setup.sh
|
- . install/local_setup.sh
|
||||||
|
- ./build/tracetools/status
|
||||||
- colcon test --packages-select $PACKAGES_LIST
|
- colcon test --packages-select $PACKAGES_LIST
|
||||||
- colcon test-result
|
- colcon test-result
|
||||||
<<: *global_artifacts
|
<<: *global_artifacts
|
||||||
|
@ -34,6 +35,7 @@ build:
|
||||||
script:
|
script:
|
||||||
- colcon build --symlink-install --cmake-args " -DTRACETOOLS_DISABLED=ON" --packages-up-to $PACKAGES_LIST
|
- colcon build --symlink-install --cmake-args " -DTRACETOOLS_DISABLED=ON" --packages-up-to $PACKAGES_LIST
|
||||||
- . install/local_setup.sh
|
- . install/local_setup.sh
|
||||||
|
- (! ./build/tracetools/status)
|
||||||
- colcon test --packages-select $PACKAGES_LIST
|
- colcon test --packages-select $PACKAGES_LIST
|
||||||
- colcon test-result
|
- colcon test-result
|
||||||
<<: *global_artifacts
|
<<: *global_artifacts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue