From e47e3f26636479a2ca2637262ca53b67c3a8acc8 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Sat, 7 Mar 2020 16:15:13 -0500 Subject: [PATCH] Remove lttng-sessiond call from CI config Signed-off-by: Christophe Bedard --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8d1df0..5fd37bb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,6 @@ tracing_enabled: image: $BASE_IMAGE_ID:$DISTRO script: - lttng --version && apt list lttng-tools liblttng-ust-dev python3-lttng python3-babeltrace - - lttng-sessiond --daemonize - colcon build --symlink-install --event-handlers console_cohesion+ --packages-up-to $PACKAGES_LIST - . install/local_setup.sh - ./build/tracetools/status