Do not source before testing for other jobs
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
88c57e72e4
commit
f1a8b73217
1 changed files with 0 additions and 2 deletions
|
@ -34,7 +34,6 @@ tracing_disabled:
|
||||||
image: $BASE_IMAGE_ID:$DISTRO
|
image: $BASE_IMAGE_ID:$DISTRO
|
||||||
script:
|
script:
|
||||||
- colcon build --symlink-install --event-handlers console_cohesion+ --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)
|
- (! ./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
|
||||||
|
@ -44,7 +43,6 @@ no_lttng:
|
||||||
image: $BASE_IMAGE_ID:$DISTRO-base
|
image: $BASE_IMAGE_ID:$DISTRO-base
|
||||||
script:
|
script:
|
||||||
- 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
|
|
||||||
- (! ./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