From 265a55aa939765fe6b088014bb76d183c4cc94cb Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Wed, 9 Oct 2019 16:58:44 -0700 Subject: [PATCH] Rename CI jobs --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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