diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 368e0bf..aeded08 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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