Rename CI jobs

This commit is contained in:
Christophe Bedard 2019-10-09 16:58:44 -07:00
parent 20522e81bb
commit 265a55aa93

View file

@ -18,7 +18,7 @@ before_script:
- vcs import < instrumentation.repos
- . /root/ws/install/local_setup.sh
build_enabled:
tracing_enabled:
image: $base_image_id
script:
- lttng-sessiond --daemonize
@ -29,7 +29,7 @@ build_enabled:
- colcon test-result --all
<<: *global_artifacts
build_disabled:
tracing_disabled:
image: $base_image_id
script:
- colcon build --symlink-install --cmake-args " -DTRACETOOLS_DISABLED=ON" --packages-up-to $PACKAGES_LIST
@ -39,7 +39,7 @@ build_disabled:
- colcon test-result --all
<<: *global_artifacts
build_no_lttng:
no_lttng:
image: $base_image_id:base
script:
- colcon build --symlink-install --packages-up-to $PACKAGES_LIST