Source setup file instead of local_setup for tracing_enabled job
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
8b91e0bcc6
commit
88c57e72e4
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ tracing_enabled:
|
||||||
script:
|
script:
|
||||||
- lttng --version && apt list lttng-tools liblttng-ust-dev python3-lttng python3-babeltrace
|
- 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
|
- colcon build --symlink-install --event-handlers console_cohesion+ --packages-up-to $PACKAGES_LIST
|
||||||
- . install/local_setup.sh
|
- . install/setup.sh
|
||||||
- ./build/tracetools/status
|
- ./build/tracetools/status
|
||||||
- colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST
|
- colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST
|
||||||
- colcon test-result --all
|
- colcon test-result --all
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue