Rename CI jobs
This commit is contained in:
parent
20522e81bb
commit
265a55aa93
1 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ before_script:
|
||||||
- vcs import < instrumentation.repos
|
- vcs import < instrumentation.repos
|
||||||
- . /root/ws/install/local_setup.sh
|
- . /root/ws/install/local_setup.sh
|
||||||
|
|
||||||
build_enabled:
|
tracing_enabled:
|
||||||
image: $base_image_id
|
image: $base_image_id
|
||||||
script:
|
script:
|
||||||
- lttng-sessiond --daemonize
|
- lttng-sessiond --daemonize
|
||||||
|
@ -29,7 +29,7 @@ build_enabled:
|
||||||
- colcon test-result --all
|
- colcon test-result --all
|
||||||
<<: *global_artifacts
|
<<: *global_artifacts
|
||||||
|
|
||||||
build_disabled:
|
tracing_disabled:
|
||||||
image: $base_image_id
|
image: $base_image_id
|
||||||
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
|
||||||
|
@ -39,7 +39,7 @@ build_disabled:
|
||||||
- colcon test-result --all
|
- colcon test-result --all
|
||||||
<<: *global_artifacts
|
<<: *global_artifacts
|
||||||
|
|
||||||
build_no_lttng:
|
no_lttng:
|
||||||
image: $base_image_id:base
|
image: $base_image_id:base
|
||||||
script:
|
script:
|
||||||
- colcon build --symlink-install --packages-up-to $PACKAGES_LIST
|
- colcon build --symlink-install --packages-up-to $PACKAGES_LIST
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue